Skip to content

Commit

Permalink
CSS: Set form label and input width
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 2b0e880 commit 818115a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/css/icinga/forms.less
Expand Up @@ -20,6 +20,10 @@ input.search {
background-position: 0em;
}

input, select, textarea {
width: 320px;
}

form {
// Disable icons for the moment
i {
Expand All @@ -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
Expand Down

0 comments on commit 818115a

Please sign in to comment.