Skip to content

Commit

Permalink
Removed linebreak after checkboxes, fixes #1397
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
  • Loading branch information
Roman Schmerold (BNoiZe) committed Mar 19, 2014
1 parent 9c87792 commit 8b7dc05
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions templates/Sparkle/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,23 +316,22 @@ aside.right {
* error message display
*/
.errorcontainer {
background:url(../img/icons/error_big.png) 10px center no-repeat #ffedef;
background:url(../img/icons/error_big.png) 15px 15px no-repeat rgb(242, 222, 222);
border:1px solid #ffc2ca;
padding:10px 10px 10px 68px!important;
margin:10px 0!important;
text-align:left!important;
padding: 15px 15px 15px 60px;
margin:10px 0;
overflow:hidden;
box-shadow:0 0 0 #000;
border-radius: 4px;
color:rgb(169, 68, 66);
}

.errortitle {
font-weight:700;
color:#c00!important;
}

.error {
font-weight:400!important;
color:#c00!important;
}

/*
Expand Down Expand Up @@ -522,11 +521,6 @@ table td {
min-height: 25px;
}

table label {
display: block;
clear: both;
}

table th.right, table td.right {
text-align: right;
}
Expand Down

0 comments on commit 8b7dc05

Please sign in to comment.