зеркало из https://github.com/mozilla/pjs.git
183994 - filter/search dialog ui nits, 169938 - clean up filter list statusbar, 186217 - filter not saved after action error, 195313 - menulists in filter/search dialogs dynamically change width. r/sr=sspitzer
This commit is contained in:
Родитель
eebfa50ed7
Коммит
73470d8adc
|
@ -39,3 +39,24 @@ treechildren:-moz-tree-image(activeColumn) {
|
|||
treechildren:-moz-tree-image(activeColumn, Enabled-true) {
|
||||
list-style-image: url("chrome://messenger/skin/icons/check.gif");
|
||||
}
|
||||
|
||||
menulist {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
||||
listbox {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
#FilterEditor {
|
||||
width: 560px;
|
||||
min-height:1px;
|
||||
}
|
||||
|
|
|
@ -42,5 +42,21 @@
|
|||
#searchResultListBox {
|
||||
margin: 5px;
|
||||
height: 100px;
|
||||
|
||||
}
|
||||
|
||||
menulist {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
||||
listbox {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,3 +52,25 @@ treechildren:-moz-tree-image(activeColumn) {
|
|||
treechildren:-moz-tree-image(activeColumn, Enabled-true) {
|
||||
list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
|
||||
}
|
||||
|
||||
menulist {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
||||
listbox {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
#FilterEditor {
|
||||
width: 560px;
|
||||
min-height:1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -58,3 +58,20 @@
|
|||
margin: 5px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
menulist {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
menulist > menupopup > menuitem {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
margin: 1px 4px;
|
||||
}
|
||||
|
||||
listbox {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче