Updated CSS for mindflow admin.
This commit is contained in:
parent
73cd9cd05b
commit
86c1d1e00c
@ -7,7 +7,11 @@ textarea {
|
|||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid var(--primary-color);
|
border-bottom: 1px solid var(--primary-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font: inherit; }
|
font: inherit;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%; }
|
||||||
|
|
||||||
|
textarea { resize:vertical; }
|
||||||
|
|
||||||
form#add {
|
form#add {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -25,10 +29,7 @@ form#add {
|
|||||||
form#add select { grid-area: c; }
|
form#add select { grid-area: c; }
|
||||||
form#add input[name="new-category"] { grid-area: n; }
|
form#add input[name="new-category"] { grid-area: n; }
|
||||||
form#add input[name="title"] { grid-area: t; }
|
form#add input[name="title"] { grid-area: t; }
|
||||||
form#add textarea[name="body"] {
|
form#add textarea[name="body"] { grid-area: b; }
|
||||||
grid-area: b;
|
|
||||||
max-width: 100%;
|
|
||||||
min-width: 100%; }
|
|
||||||
form#add button[type="submit"] { grid-area: a; }
|
form#add button[type="submit"] { grid-area: a; }
|
||||||
|
|
||||||
form.edit {
|
form.edit {
|
||||||
|
Loading…
Reference in New Issue
Block a user