Align "Set Up Syncing" button in prefs

This commit is contained in:
Dan Stillman 2016-04-26 16:27:26 -04:00
parent 4e50b7ddc2
commit 758af2be9e
2 changed files with 7 additions and 2 deletions

View file

@ -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"/>

View file

@ -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;