Tweak padding in doc prefs
This commit is contained in:
parent
e4cc28ac60
commit
17d4515002
2 changed files with 15 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<groupbox id="locale-box">
|
||||
<hbox align="center">
|
||||
<caption label="&zotero.bibliography.locale.label;"/>
|
||||
<menulist id="locale-menu" oncommand="Zotero_File_Interface_Bibliography.localeChanged(this.selectedItem.value)"/>
|
||||
|
|
|
@ -4,6 +4,15 @@
|
|||
width: 325pt;
|
||||
}
|
||||
|
||||
#locale-box .groupbox-body {
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
#locale-box caption {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
radio:not(:first-child)
|
||||
{
|
||||
margin-top: .5em;
|
||||
|
@ -13,4 +22,9 @@ radio:not(:first-child)
|
|||
{
|
||||
margin: 0 0 3px 20px;
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
|
||||
#automaticJournalAbbreviations-vbox, #automaticCitationUpdates-vbox {
|
||||
padding: 0 14px;
|
||||
}
|
Loading…
Reference in a new issue