329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com

This commit is contained in:
beng@bengoodger.com 2007-11-06 21:09:33 -08:00
Родитель a7aeb15c4b
Коммит d54e5983ac
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -1,12 +1,11 @@
/* Root View */
#placesView {
padding: 8px 6px 6px 8px;
-moz-user-focus: ignore;
background-color: Window;
}
#splitter {
border: 0px;
width: 10px;
width: 3px;
background-color: transparent;
}
@ -24,7 +23,7 @@
#placesListContainer {
-moz-appearance: listbox;
margin: 7px 0px 7px 6px;
margin: 6px 0px 7px 6px;
}
#placeContent {
@ -33,7 +32,7 @@
}
#content {
margin: 7px 6px 7px 0px;
margin: 6px 6px 7px 0px;
-moz-appearance: listbox;
}