mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
module.less: improve form styling
This commit is contained in:
parent
1510a75721
commit
23f555e428
@ -16,12 +16,12 @@ select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
border: 1px solid #f9f9f9;
|
border: 1px solid #ddd;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
border: 1px solid #f9f9f9;
|
border: 1px solid #ddd;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,12 +98,14 @@ form dt label {
|
|||||||
|
|
||||||
form dd {
|
form dd {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
min-height: 2em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
form dt {
|
form dt {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 12em;
|
min-width: 12em;
|
||||||
|
min-height: 2em;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user