www

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

commit e84ef616d4a937c95a3b2c22b06ce28617e5c58c
parent 5c680549fffad6f0429da6292c5dc40cb4f946c6
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  8 Mar 2011 05:23:01 +0000

fix appearance on Windows (still need to test on Linux)


Diffstat:
Mchrome/content/zotero-platform/mac/itembox.css | 6++++++
Mchrome/content/zotero-platform/win/itembox.css | 5-----
Mchrome/skin/default/zotero/bindings/itembox.css | 22++++++++++------------
3 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/chrome/content/zotero-platform/mac/itembox.css b/chrome/content/zotero-platform/mac/itembox.css @@ -23,4 +23,10 @@ row > label:first-child, .creator-type-label list-style-image: url('chrome://zotero/skin/mac/arrow-down.png'); max-width: 7px; max-height: 7px; +} + +textbox +{ + margin-top: -1px 0 -2px 0; + padding: 0; } \ No newline at end of file diff --git a/chrome/content/zotero-platform/win/itembox.css b/chrome/content/zotero-platform/win/itembox.css @@ -14,9 +14,4 @@ row vbox[fieldname], .creator-type-label image { margin-bottom: 0; -} - -textbox, tagsbox textbox -{ - margin-left: -2px; } \ No newline at end of file diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css @@ -8,26 +8,24 @@ row, tagsbox row min-height: 1em; } -textbox, tagsbox textbox + +/* DEBUG: this doesn't seem to work, unfortunately +label[singleField=false]:after { - margin-top: -1px; - margin-bottom: -2px; - margin-left: 0; + content:","; } +*/ -.textbox-input-box +textbox { - margin-left: 0px; - margin-right: 0px; + padding: 2px 2px 2px 2px; + margin: -1px 0 -1px 1px; } - -/* DEBUG: this doesn't seem to work, unfortunately -label[singleField=false]:after +textbox .textbox-input-box { - content:","; + margin: 0; } -*/ /* metadata field names */ row > label:first-child, .creator-type-label