Skip to content

Commit

Permalink
Fixes radius in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Erk committed Nov 13, 2014
1 parent ac3ff90 commit 56aabf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion public/css/icinga/forms.less
Expand Up @@ -145,7 +145,6 @@ form ul.form-errors {
.non-list-like-list;
display: inline-block;
margin-bottom: 1em;
border-radius: 1em;
background-color: @colorCritical;

ul.errors {
Expand Down
4 changes: 1 addition & 3 deletions public/css/icinga/login.less
Expand Up @@ -53,7 +53,7 @@
margin: 0;

ul.errors {
margin-left: 9.5em;
margin-left: 10.5em;
}
}

Expand Down Expand Up @@ -86,7 +86,6 @@
}

ul.errors {
margin-left: 11.2em;
}

input[type=submit] {
Expand Down Expand Up @@ -114,7 +113,6 @@
padding: 1em;
margin: 5em auto 0;
text-align: center;
border-radius: 0.5em;
border: 2px solid coral;
background-color: beige;
}
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/setup.less
Expand Up @@ -278,7 +278,7 @@
#setup-finish {
div.report {
padding: 1em;
border-radius: 2em;
border-radius: 0em;
background-color: #eee;

div.line-separator {
Expand Down

0 comments on commit 56aabf0

Please sign in to comment.