Fix wizard page css

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-01 10:01:25 +02:00
parent e186c21821
commit 4ef0a5a74a
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

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