Also fix toolbar icon size in Web UI

This commit is contained in:
Christophe Dumez
2011-01-10 16:56:38 +00:00
parent b80148c7e4
commit 0eec718354
2 changed files with 14 additions and 10 deletions

View File

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