mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
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:
parent
a7aeb15c4b
commit
d54e5983ac
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user