commit aea378f1055c253336f2dbd750f2506e39a5ce4e parent 782e7989734207bf022f3a6b98e0200f2a110c69 Author: Dan Stillman <dstillman@zotero.org> Date: Sun, 6 Aug 2017 18:51:15 +0200 Fix spacing of full-text index state row Diffstat:
| M | chrome/skin/default/zotero/bindings/attachmentbox.css | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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;