Align "Set Up Syncing" button in prefs
This commit is contained in:
parent
4e50b7ddc2
commit
758af2be9e
2 changed files with 7 additions and 2 deletions
|
@ -75,7 +75,8 @@
|
||||||
<textbox id="sync-password" type="password"
|
<textbox id="sync-password" type="password"
|
||||||
onkeypress="Zotero_Preferences.Sync.credentialsKeyPress(event);"/>
|
onkeypress="Zotero_Preferences.Sync.credentialsKeyPress(event);"/>
|
||||||
</row>
|
</row>
|
||||||
<vbox align="center">
|
<row>
|
||||||
|
<box/>
|
||||||
<hbox align="baseline">
|
<hbox align="baseline">
|
||||||
<button id="sync-auth-button"
|
<button id="sync-auth-button"
|
||||||
label="&zotero.preferences.sync.setUpSync;"
|
label="&zotero.preferences.sync.setUpSync;"
|
||||||
|
@ -83,7 +84,7 @@
|
||||||
disabled="true"/>
|
disabled="true"/>
|
||||||
<label id="sync-status-indicator"/>
|
<label id="sync-status-indicator"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<vbox style="width:2em"/>
|
<vbox style="width:2em"/>
|
||||||
|
|
|
@ -118,6 +118,10 @@ grid row hbox:first-child
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-prefpane-sync #sync-auth-button {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#zotero-prefpane-sync #sync-status-indicator
|
#zotero-prefpane-sync #sync-status-indicator
|
||||||
{
|
{
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue