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 @@
- - - - - +   + + + + + - - + + - +