From 71e1b983045320ebc9bc7127a5076906ab286e37 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 13 Feb 2011 19:00:37 +0000 Subject: [PATCH] spacing tweaks for attachment box --- chrome/skin/default/zotero/bindings/attachmentbox.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/chrome/skin/default/zotero/bindings/attachmentbox.css b/chrome/skin/default/zotero/bindings/attachmentbox.css index 0211cffae9..823e538640 100644 --- a/chrome/skin/default/zotero/bindings/attachmentbox.css +++ b/chrome/skin/default/zotero/bindings/attachmentbox.css @@ -1,10 +1,15 @@ #title { - font-size: 11px; font-weight: bold; - padding: .3em .25em 0; + margin: 4px 5px 1px 5px !important; + padding: 0 2px 0 2px; /* Don't collapse blank attachment titles, since it prevents renaming */ - min-height: 1.25em; +} + +#url +{ + margin: 1px 5px 2px 5px !important; + padding: 0 2px 0 2px !important; } #index-box