Removed linebreak after checkboxes, fixes #1397

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-03-19 13:16:16 +01:00
parent 9c87792c63
commit 8b7dc057e1

View File

@@ -316,23 +316,22 @@ aside.right {
* error message display * error message display
*/ */
.errorcontainer { .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; border:1px solid #ffc2ca;
padding:10px 10px 10px 68px!important; padding: 15px 15px 15px 60px;
margin:10px 0!important; margin:10px 0;
text-align:left!important;
overflow:hidden; overflow:hidden;
box-shadow:0 0 0 #000; box-shadow:0 0 0 #000;
border-radius: 4px;
color:rgb(169, 68, 66);
} }
.errortitle { .errortitle {
font-weight:700; font-weight:700;
color:#c00!important;
} }
.error { .error {
font-weight:400!important; font-weight:400!important;
color:#c00!important;
} }
/* /*
@@ -522,11 +521,6 @@ table td {
min-height: 25px; min-height: 25px;
} }
table label {
display: block;
clear: both;
}
table th.right, table td.right { table th.right, table td.right {
text-align: right; text-align: right;
} }