Skip to content

Commit

Permalink
Fixes input margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Erk committed Nov 13, 2014
1 parent 45418bd commit ac3ff90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/login.less
Expand Up @@ -62,7 +62,7 @@
display: inline-block;
line-height: 2.5em;
width: 10em;
margin-right: 1em;
margin-right: 2.5em;
text-align: right;

}
Expand Down Expand Up @@ -104,7 +104,7 @@
}

.footer {
margin-top: 1em;
margin-top: 2em;
font-size: 0.9em;
text-align: center;
}
Expand Down

0 comments on commit ac3ff90

Please sign in to comment.