CSS: Set form label and input width

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 10:33:43 +02:00
parent 2b0e8803be
commit 818115a7db
1 changed files with 5 additions and 5 deletions

View File

@ -20,6 +20,10 @@ input.search {
background-position: 0em;
}
input, select, textarea {
width: 320px;
}
form {
// Disable icons for the moment
i {
@ -37,17 +41,13 @@ form {
display: inline-block;
padding-right: @horizontal-padding;
text-align: right;
width: 240px;
width: 160px;
}
.control-group {
padding: @vertical-padding @horizontal-padding;
}
select {
display: table-cell;
}
button.link,
input[type="submit"].link {
// Reset defaults