Bug 515751: when editing bookmarks, no easy way to determine a folder vs a link [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2009-09-11 09:48:31 -04:00
parent e4ae0e4eb7
commit f7e1343e16
4 changed files with 15 additions and 15 deletions

View File

@ -475,8 +475,8 @@ toolbarbutton.page-button {
}
.bookmark-item-image {
max-height: 16px;
max-width: 16px;
height: 24px;
width: 24px;
margin: 1.6mm 4mm 5mm 2mm;
}
@ -612,9 +612,9 @@ autocompleteresult {
}
.autocomplete-item-image {
max-height: 16px;
max-width: 16px;
margin: 0mm 4mm 5mm 2mm;
height: 24px;
width: 24px;
margin: 1.6mm 4mm 5mm 2mm;
}
/* special "no results" and "all bookmarks" items */
@ -647,8 +647,8 @@ autocompleteresult.allbookmarks > .autocomplete-item-desc {
}
autocompleteresult.allbookmarks > .autocomplete-item-image {
max-width: 44px;
max-height: 30px;
width: 44px;
height: 30px;
margin: 0 3mm;
list-style-image: url(images/bookmarks-30.png);
}

View File

@ -259,8 +259,8 @@ placeitem[type=folder] .bookmark-item-image {
}
autocompleteresult.allbookmarks > .autocomplete-item-image {
max-width: 44px;
max-height: 30px;
width: 44px;
height: 30px;
list-style-image: url(images/bookmarks-30.png);
}

View File

@ -258,8 +258,8 @@ placeitem[type=folder] .bookmark-item-image {
}
autocompleteresult.allbookmarks > .autocomplete-item-image {
max-width: 35px; /* XXX adjust as needed */
max-height: 24px;
width: 35px; /* XXX adjust as needed */
height: 24px;
list-style-image: url(images/bookmarks-24.png);
}

View File

@ -262,8 +262,8 @@ toolbarbutton.page-button {
}
.bookmark-item-image {
max-height: 16px;
max-width: 16px;
height: 24px;
width: 24px;
margin: 1.6mm 1.5mm 0mm 2mm;
}
@ -378,8 +378,8 @@ autocompleteresult {
}
.autocomplete-item-image {
max-height: 16px;
max-width: 16px;
height: 24px;
width: 24px;
margin: 1.6mm 1.5mm 0mm 2mm;
}