make network panel look decent even in current nightlies
[themes.git] / LCARStrek / communicator / bookmarks / bookmarksManager.css
index 8b69150bd0557f968bda15082e0f29ad6e6c0a3d..70f7acad33100c611394fd01c0a56e011fd2b756 100644 (file)
@@ -1,3 +1,7 @@
+#placesMenu > menu {
+  padding-top: 5px;
+  padding-bottom: 5px;
+}
 
 /* Info box */
 #detailsDeck {
@@ -5,10 +9,14 @@
 }
 
 #infoBoxExpanderLabel {
-  -moz-padding-start: 2px;
+  padding-inline-start: 2px;
 }
 
 #organizerScopeBar {
   padding: 2px 0;
-  -moz-padding-end: 3px;
+  padding-inline-end: 3px;
 }
+
+#back-button, #forward-button {
+  display: none;
+}
\ No newline at end of file