mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +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 {
|
||||
border: 1px solid #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
border: 1px solid #f9f9f9;
|
||||
border: 1px solid #ddd;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
@ -98,12 +98,14 @@ form dt label {
|
||||
|
||||
form dd {
|
||||
display: inline;
|
||||
min-height: 2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form dt {
|
||||
display: inline-block;
|
||||
min-width: 12em;
|
||||
min-height: 2em;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user