CSS: Fix input widths

refs #10995
This commit is contained in:
Eric Lippmann 2016-01-20 18:17:32 +01:00
parent 2b183a370b
commit 2cf8471a00
1 changed files with 6 additions and 4 deletions

View File

@ -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 {