www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit bf10b7192bfa082312db24f1ea19d5e06ab22bbb
parent 0a66ad3c69663479867b9c068e8bd87357b1b629
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 25 Jan 2012 19:16:06 -0500

Set pane padding to 0 on Linux

Diffstat:
Mchrome/content/zotero-platform/mac/overlay.css | 5-----
Mchrome/content/zotero-platform/win/overlay.css | 4----
Mchrome/skin/default/zotero/overlay.css | 1-
3 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css @@ -1,8 +1,3 @@ -#zotero-pane -{ - padding: 0 !important; -} - #zotero-splitter { border-top: none; diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css @@ -48,10 +48,6 @@ padding-right: .7em; } -#zotero-pane { - padding: 0; -} - #zotero-toolbar { -moz-appearance: none !important; background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css @@ -28,7 +28,6 @@ #zotero-pane { min-height: 32px; /* must match value in ZoteroPane.updateTagSelectorSize() */ - padding: 0 7px 4px; overflow: hidden; }