parent
2b183a370b
commit
2cf8471a00
|
@ -22,6 +22,12 @@ input[type=url] {
|
|||
&:focus:not([readonly]) {
|
||||
border-color: @icinga-blue;
|
||||
}
|
||||
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
select, textarea {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
.control-button,
|
||||
|
@ -62,10 +68,6 @@ input.search {
|
|||
}
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
width: 20em;
|
||||
}
|
||||
|
||||
// TODO(el): .form-inline control-group { display: inline-block; }
|
||||
form.inline {
|
||||
.control-group {
|
||||
|
|
Loading…
Reference in New Issue