some more changes to make the new downloads button and view in Firefox 20+ work correctly
[themes.git] / LCARStrek / browser / places / organizer.css
index 3223f9fe729c614a756bf2bd2565c2fc8d44e9a7..dd730927df713aaaa5ef0aa715902c001ada16c1 100644 (file)
@@ -64,6 +64,7 @@
 
 #placesMenu > .toolbar-box > .toolbar-holder {
   background-color: transparent;
+  -moz-padding-end: 0;
 }
 
 /* organize, view and maintenance buttons icons */
 #placesView {
 }
 
-#placesView > splitter {
-  border: none;
-}
-
 #placesList {
   border: none;
 }
   -moz-padding-start: 2px;
 }
 
-#organizerScopeBar {
+/**
+ * Downloads pane
+ */
+
+#clearDownloadsButton > .toolbarbutton-icon {
+  display: none;
+}
+
+#clearDownloadsButton {
+  padding: 0;
+  border: none;
+  height: 24px; /* match back/forward buttons */
+  border-radius: 0;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 5px;
 }