From 8b7dc057e1bf182df73048f18863fd7e2db71986 Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Wed, 19 Mar 2014 13:16:16 +0100 Subject: [PATCH] Removed linebreak after checkboxes, fixes #1397 Signed-off-by: Roman Schmerold (BNoiZe) --- templates/Sparkle/assets/css/main.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css index 74cb51e9..9d989913 100644 --- a/templates/Sparkle/assets/css/main.css +++ b/templates/Sparkle/assets/css/main.css @@ -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; } /* @@ -522,11 +521,6 @@ table td { min-height: 25px; } -table label { - display: block; - clear: both; -} - table th.right, table td.right { text-align: right; }