Tweak spacing of "Get word processor plugins..." line in prefs
This commit is contained in:
parent
17fae0d657
commit
1977ae1541
1 changed files with 7 additions and 2 deletions
|
@ -173,7 +173,6 @@ grid row hbox:first-child
|
|||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Search pane
|
||||
*/
|
||||
|
@ -212,7 +211,13 @@ grid row hbox:first-child
|
|||
min-height: 1.5em; /* Fix collapse on Windows */
|
||||
}
|
||||
|
||||
/* Styles pane */
|
||||
/*
|
||||
* Cite pane
|
||||
*/
|
||||
#wordProcessors > label:not(:first-child) {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#styleManager
|
||||
{
|
||||
height: 250px;
|
||||
|
|
Loading…
Reference in a new issue