From c72149bb5b78176b36f2cbac0edb2d7c104a4255 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Tue, 17 Jul 2012 04:49:16 -0400 Subject: [PATCH] corrected subsectiontoggle class --- interface/web/themes/default-v2/css/styles.css | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/interface/web/themes/default-v2/css/styles.css b/interface/web/themes/default-v2/css/styles.css index b011165..b0f3c94 100644 --- a/interface/web/themes/default-v2/css/styles.css +++ b/interface/web/themes/default-v2/css/styles.css @@ -679,7 +679,9 @@ width:16px; height:16px; } - +.topbuttons { + margin-bottom: 10px; +} /* BUTTONS STANDARD */ button:hover, .buttons a:hover { @@ -1104,10 +1106,10 @@ margin-right:10px; width:16px; height:16px; - background:url("../icons/x16/plus_circle_frame.png") top left no-repeat; + background: url("../icons/button_sprite.png") 0 -72px no-repeat transparent; } div.subsectiontoggle span.showing{ - background:url("../icons/x16/minus_circle_frame.png") top left no-repeat; + background-position: 0 -40px; } div.subsectiontoggle em { display:block; -- Gitblit v1.9.1