commit bfbf3d871c4373f5263d99e6957bf62acfb6044c
parent af871a3fd53a47561ed590f044bb82176faecf9f
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 6 Apr 2015 17:39:21 -0400
Fix display of sync error icon (2x and spacing)
Diffstat:
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css
@@ -108,9 +108,13 @@
}
@media (min-resolution: 1.5dppx) {
- .zotero-tb-button > .toolbarbutton-icon {
+ #zotero-pane .toolbarbutton-icon {
max-width: 28px;
}
+
+ #zotero-tb-sync-error .toolbarbutton-icon {
+ width: 16px;
+ }
}
.zotero-tb-button, .zotero-tb-button:first-child, .zotero-tb-button:last-child {
diff --git a/chrome/content/zotero-platform/unix/overlay.css b/chrome/content/zotero-platform/unix/overlay.css
@@ -93,7 +93,7 @@
/* End toolbar buttons */
-@media (min-resolution: 1dppx) {
+@media (min-resolution: 1.5dppx) {
#zotero-toolbar .toolbarbutton-icon {
width: 16px;
}
diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css
@@ -100,7 +100,7 @@
}
/* End toolbar buttons */
-@media (min-resolution: 1dppx) {
+@media (min-resolution: 1.5dppx) {
#zotero-toolbar .toolbarbutton-icon {
width: 16px;
}