www

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

commit d3d88b350d2a0d27d5b7173c304438b0dc2311e9
parent fccbff1f7fe099693c116f1ac24b5d970fd41022
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 16 Jan 2010 05:19:34 +0000

Fix some spacing issues in metadata pane


Diffstat:
Mchrome/content/zotero-platform/win/itembox.css | 8++++++--
Mchrome/skin/default/zotero/bindings/itembox.css | 9++++-----
2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/chrome/content/zotero-platform/win/itembox.css b/chrome/content/zotero-platform/win/itembox.css @@ -7,12 +7,16 @@ row > vbox padding-bottom: 0 !important; } -row vbox[fieldname=abstractNote], -row vbox[fieldname=extra] +row vbox[fieldname], { margin-left: 1px; } .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 @@ -10,8 +10,9 @@ row, tagsbox row textbox, tagsbox textbox { - margin-top: 0; - margin-bottom: -1px; + margin-top: -1px; + margin-bottom: -2px; + margin-left: 0; } #go-buttons button @@ -91,9 +92,7 @@ row hbox label:first-child margin-right: 1px; } -row > label, -row > vbox[fieldname=abstractNote], -row > vbox[fieldname=extra] +row label, row > vbox[fieldname] { margin-top: 1px !important; margin-bottom: 1px !important;