зеркало из https://github.com/mozilla/pjs.git
Fix profile list display issues by using a tree instead b=120410 r=varga sr=jag
This commit is contained in:
Родитель
e27941edb1
Коммит
01eeaa274f
|
@ -47,11 +47,12 @@ window.dialog {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#profiles > listitem {
|
||||
treechildren::-moz-tree-image {
|
||||
margin-right: 2px;
|
||||
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
|
||||
}
|
||||
|
||||
#profiles > listitem[rowMigrate="no"] {
|
||||
treechildren::-moz-tree-image(rowMigrate-no) {
|
||||
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
|
||||
}
|
||||
|
||||
|
|
|
@ -47,11 +47,12 @@
|
|||
|
||||
/* ::::: Profile Selection dialog ::::: */
|
||||
|
||||
#profiles > listitem {
|
||||
treechildren::-moz-tree-image {
|
||||
margin-right: 2px;
|
||||
list-style-image: url("chrome://communicator/skin/profile/profile.gif");
|
||||
}
|
||||
|
||||
#profiles > listitem[rowMigrate="no"] {
|
||||
treechildren::-moz-tree-image(rowMigrate-no) {
|
||||
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче