www

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

commit 758af2be9e469dbcc1ac35ac8e8b12f9f5fffdc1
parent 4e50b7ddc2950cb98115eff4376534907e57edcc
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 26 Apr 2016 16:27:26 -0400

Align "Set Up Syncing" button in prefs

Diffstat:
Mchrome/content/zotero/preferences/preferences_sync.xul | 5+++--
Mchrome/skin/default/zotero/preferences.css | 4++++
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul @@ -75,7 +75,8 @@ <textbox id="sync-password" type="password" onkeypress="Zotero_Preferences.Sync.credentialsKeyPress(event);"/> </row> - <vbox align="center"> + <row> + <box/> <hbox align="baseline"> <button id="sync-auth-button" label="&zotero.preferences.sync.setUpSync;" @@ -83,7 +84,7 @@ disabled="true"/> <label id="sync-status-indicator"/> </hbox> - </vbox> + </row> </rows> </grid> <vbox style="width:2em"/> diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css @@ -118,6 +118,10 @@ grid row hbox:first-child margin-right: 10px; } +#zotero-prefpane-sync #sync-auth-button { + margin-left: 0; +} + #zotero-prefpane-sync #sync-status-indicator { width: 1.5em;