From aea378f1055c253336f2dbd750f2506e39a5ce4e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 6 Aug 2017 18:51:15 +0200 Subject: [PATCH] Fix spacing of full-text index state row --- chrome/skin/default/zotero/bindings/attachmentbox.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/bindings/attachmentbox.css b/chrome/skin/default/zotero/bindings/attachmentbox.css index f86c106f4b..3173584143 100644 --- a/chrome/skin/default/zotero/bindings/attachmentbox.css +++ b/chrome/skin/default/zotero/bindings/attachmentbox.css @@ -65,6 +65,11 @@ row > hbox -moz-box-align: center; } +/* Reindex icon makes the row larger */ +#indexStatusRow > hbox { + margin: 0 !important; +} + row > label:first-child { text-align: right;