From a9c6feb38028efed1f4a27b7f0a0425bbb681066 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 29 Jun 2015 06:35:05 -0400 Subject: [PATCH] Additional toolbar overflow tweaks for Linux Follow-up from 1d6483e68 --- chrome/content/zotero-platform/unix/overlay.css | 5 ++++- 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 index c2295d516..c19a6fb01 100644 --- 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 */