[Web UI] Option to hide Top Toolbar

This commit is contained in:
ngosang
2015-06-17 01:01:57 +02:00
parent bbc667cb78
commit 6f7dca1f83
4 changed files with 32 additions and 2 deletions

View File

@@ -108,7 +108,6 @@ body {
/* Fixes by Chris */
/*background-color: #ccc;*/
height: 20px;
margin-bottom: 5px;
border-bottom: 1px solid #3f3f3f;
}

View File

@@ -262,6 +262,10 @@ a.propButton img {
}
/* Mocha Customization */
#mochaToolbar {
margin-top: 5px;
}
#mochaToolbar .divider {
background-image: url(../images/skin/toolbox-divider.gif);
background-repeat: no-repeat;