Closes #676, Advanced search results pane needs min-height
This commit is contained in:
parent
0f2eceba0b
commit
f80abfb29c
|
@ -59,7 +59,6 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Style search results, display non-matches in gray */
|
/* Style search results, display non-matches in gray */
|
||||||
#zotero-items-tree treechildren::-moz-tree-cell-text(contextRow) {
|
#zotero-items-tree treechildren::-moz-tree-cell-text(contextRow) {
|
||||||
color: gray;
|
color: gray;
|
||||||
|
@ -71,6 +70,11 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-advanced-search-dialog #zotero-items-tree
|
||||||
|
{
|
||||||
|
min-height: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
#zotero-items-pane
|
#zotero-items-pane
|
||||||
{
|
{
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user