some more changes to make the new downloads button and view in Firefox 20+ work correctly
[themes.git] / LCARStrek / browser / places / organizer.css
index 42b39149af82d43a8dc44a3b97fe2ee0f1412f92..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 */
 #infoBoxExpanderLabel {
   -moz-padding-start: 2px;
 }
+
+/**
+ * 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;
+}