Skip to content

Commit

Permalink
Fix wizard page css
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Oct 1, 2014
1 parent e186c21 commit 4ef0a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions public/css/icinga/forms.less
Expand Up @@ -125,18 +125,18 @@ form ul.errors li {
line-height: 1.5em;
}

#main form label {
form label {
display: inline-block;
margin-right: 1em;
font-size: 0.9em;
width: 10em;
}

#main select, #main input[type=text] {
select, input[type=text] {
width: 20em;
}

#main form .help-block, #main form .description {
form .description {
font-size: 0.8em;
}

Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/login.less
Expand Up @@ -83,7 +83,7 @@
color: #eee;
border-color: #777;
background: #777;
margin-left: 11em;
margin-left: 10.1em;
}

input[type=submit]:hover, a.button:hover, input[type=submit]:focus {
Expand Down

0 comments on commit 4ef0a5a

Please sign in to comment.