From 0eec7183547744e18b0f88305f97674d020ea7b6 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 10 Jan 2011 16:56:38 +0000 Subject: [PATCH] Also fix toolbar icon size in Web UI --- src/webui/css/style.css | 7 +++++-- src/webui/html/index.html | 17 +++++++++-------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/webui/css/style.css b/src/webui/css/style.css index 9e58b13b6..416d8b11d 100644 --- a/src/webui/css/style.css +++ b/src/webui/css/style.css @@ -262,8 +262,11 @@ a.propButton img { /* Mocha Customization */ #mochaToolbar .divider { - background: url(../images/skin/toolbox-divider.gif) left center no-repeat; - padding: 25px 0 0 14px; + background-image: url(../images/skin/toolbox-divider.gif); + background-repeat: no-repeat; + background-position: left center; + padding-left: 14px; + padding-top: 15px; } .MyMenuIcon { diff --git a/src/webui/html/index.html b/src/webui/html/index.html index f5a69f8bc..b6e4affdd 100644 --- a/src/webui/html/index.html +++ b/src/webui/html/index.html @@ -69,16 +69,17 @@
- - - - - +   + + + + + - - + + - +