mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
2b183a370b
commit
2cf8471a00
@ -22,6 +22,12 @@ input[type=url] {
|
|||||||
&:focus:not([readonly]) {
|
&:focus:not([readonly]) {
|
||||||
border-color: @icinga-blue;
|
border-color: @icinga-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
width: 20em;
|
||||||
|
}
|
||||||
|
|
||||||
|
select, textarea {
|
||||||
|
width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-button,
|
.control-button,
|
||||||
@ -62,10 +68,6 @@ input.search {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input, select, textarea {
|
|
||||||
width: 20em;
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO(el): .form-inline control-group { display: inline-block; }
|
// TODO(el): .form-inline control-group { display: inline-block; }
|
||||||
form.inline {
|
form.inline {
|
||||||
.control-group {
|
.control-group {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user