commit a9c6feb38028efed1f4a27b7f0a0425bbb681066
parent 1d6483e68af4ebe4f5182d77bc15e41c0655ca0c
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 29 Jun 2015 06:35:05 -0400
Additional toolbar overflow tweaks for Linux
Follow-up from 1d6483e68
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css
@@ -97,12 +97,14 @@
}
/* Alterations for overflow panel */
-#zotero-toolbar-main-button-single[overflowedItem=true] .toolbarbutton-icon {
+#zotero-toolbar-main-button-single[overflowedItem=true] .toolbarbutton-icon,
+#zotero-toolbar-save-button-single[overflowedItem=true] .toolbarbutton-icon {
width: 16px;
}
#zotero-toolbar-buttons[overflowedItem=true] {
margin-left: 0px !important;
+ margin-bottom: 0px !important;
}
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button {
@@ -116,6 +118,7 @@
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-save-button .toolbarbutton-icon {
margin-left: 1px;
padding-right: 0 !important;
+ width: 22px !important;
}
/* End toolbar buttons */