From 7a717614e5ded0c3a99005879b7494cc4a6050e4 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 5 Oct 2006 06:33:39 +0000 Subject: [PATCH] Fixes #344, "Extra" field text aligned slightly differently from text in other fields --- chrome/skin/default/zotero/zotero.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css index f3cfd81213..74cdd32240 100644 --- a/chrome/skin/default/zotero/zotero.css +++ b/chrome/skin/default/zotero/zotero.css @@ -164,6 +164,11 @@ zoterosearchtextbox .toolbarbutton-menu-dropmarker margin-left:0; } +#editpane-dynamic-fields row vbox[fieldname=extra] +{ + margin-left:6px; +} + .clicky, .unclicky { -moz-border-radius: 6px;