1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 19:04:30 +00:00

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

This commit is contained in:
Christophe Dumez 2009-12-05 16:23:34 +00:00
parent 998352f9f1
commit ed8da2ef66

View File

@ -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;
}