Browse Source

- Fix toolbar separators (Web UI) which was broken when updating to new MochaUI

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
ed8da2ef66
  1. 10
      src/webui/css/style.css

10
src/webui/css/style.css

@ -225,4 +225,14 @@ a.propButton img { @@ -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;
}
Loading…
Cancel
Save