![Dan Stillman](/assets/img/avatar_default.png)
- Increase padding slightly next to non-menu toolbar buttons - Tweak alignment of sync icon
49 lines
No EOL
986 B
CSS
49 lines
No EOL
986 B
CSS
.zotero-tb-button:not(:first-child) {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.zotero-tb-button:not([type=menu]) {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#zotero-tb-search-menu-button {
|
|
margin: 0 -1px 0 -4px;
|
|
border: 0;
|
|
background: transparent;
|
|
/* Mozilla file copied from chrome://browser/skin/mainwindow-dropdown-arrow.png
|
|
for availability in Standalone */
|
|
list-style-image: url("chrome://zotero/skin/win/mainwindow-dropdown-arrow.png");
|
|
-moz-image-region: rect(0, 13px, 11px, 0);
|
|
}
|
|
|
|
#zotero-tb-search-menu-button .button-menu-dropmarker {
|
|
display: none;
|
|
}
|
|
|
|
#zotero-tb-search-menu-button:hover:active,
|
|
#zotero-tb-search-menu-button[open="true"] {
|
|
-moz-image-region: rect(0, 26px, 11px, 13px);
|
|
}
|
|
|
|
#zotero-tb-search .textbox-search-icon {
|
|
visibility: hidden;
|
|
}
|
|
|
|
#zotero-tb-sync-warning {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
#zotero-tb-sync {
|
|
margin-right: 1px;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
#zotero-tb-fullscreen {
|
|
margin-left: 2px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#zotero-view-tabbox tab {
|
|
padding-left: .7em;
|
|
padding-right: .7em;
|
|
} |