Widen style dropdown in note editor to accommodate other languages
This commit is contained in:
parent
6c260bc9c9
commit
e75827bf28
|
@ -247,7 +247,7 @@
|
||||||
#zotero-item-pane
|
#zotero-item-pane
|
||||||
{
|
{
|
||||||
width: 338px;
|
width: 338px;
|
||||||
min-width: 320px;
|
min-width: 338px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-layout-switcher
|
#zotero-layout-switcher
|
||||||
|
|
|
@ -25,15 +25,15 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Shrink the buttons a bit */
|
/* Shrink the buttons a bit */
|
||||||
.mce-listbox button {
|
|
||||||
padding-right: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-btn-small button {
|
.mce-btn-small button {
|
||||||
padding-left: 4px !important;
|
padding-left: 4px !important;
|
||||||
padding-right: 4px !important;
|
padding-right: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mce-listbox button {
|
||||||
|
padding-right: 12px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tighten some padding */
|
/* Tighten some padding */
|
||||||
.mce-toolbar:first-child > div > :nth-child(3) {
|
.mce-toolbar:first-child > div > :nth-child(3) {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user