fx115: Fix wizards
* Fix wrong window dimensions * Fix missing buttons in import wizard * Fix tiny items selector in RTF Scan Wizard
This commit is contained in:
parent
8bf8bfe804
commit
7bf0aa4958
9 changed files with 16 additions and 7 deletions
|
@ -1,4 +1,6 @@
|
|||
.import-wizard {
|
||||
min-width: 600px;
|
||||
min-height: 400px;
|
||||
font-size: 12px;
|
||||
|
||||
radiogroup {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
.publications-dialog-wizard {
|
||||
min-width: 600px;
|
||||
min-height: 550px;
|
||||
font-size: 12px;
|
||||
|
||||
div {
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
.rtfscan-wizard {
|
||||
min-width: 700px;
|
||||
min-height: 550px;
|
||||
|
||||
wizardpage {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
#zotero-select-items-dialog {
|
||||
display: flex;
|
||||
min-width: 600px;
|
||||
min-height: 450px;
|
||||
}
|
||||
|
||||
#select-items-dialog {
|
||||
padding: 2em;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue