From ed8da2ef66aff089663b713a7d128ff3524d5bd3 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 5 Dec 2009 16:23:34 +0000 Subject: [PATCH] - Fix toolbar separators (Web UI) which was broken when updating to new MochaUI --- src/webui/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/webui/css/style.css b/src/webui/css/style.css index 1aba7c845..cda77b75c 100644 --- a/src/webui/css/style.css +++ b/src/webui/css/style.css @@ -225,4 +225,14 @@ a.propButton img { .update { padding-bottom: 5px; +} + +.mochaToolButton { + margin-right: 10px; +} + +/* Mocha Customization */ +#mochaToolbar .divider { + background: url(../images/skin/toolbox-divider.gif) left center no-repeat; + padding: 25px 0 0 14px; } \ No newline at end of file