adjust home button in personal toolbar as well as personal toolbar items to fit well
authorRobert Kaiser <kairo@kairo.at>
Fri, 21 Aug 2015 19:01:10 +0000 (21:01 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 21 Aug 2015 19:01:10 +0000 (21:01 +0200)
LCARStrek/browser/browser.css

index 91f87c8286961c84f4a26199f7bba6dbf7447935..d752fa4ae390e74d9fde0b449306aa700b07864a 100644 (file)
@@ -179,6 +179,14 @@ menubar {
 /*  min-height: 24px; */
 }
 
+#PersonalToolbar > #home-button {
+  -moz-box-orient: horizontal;
+}
+
+#PersonalToolbar > #home-button > .toolbarbutton-text {
+  display: block;
+}
+
 #print-preview-toolbar:not(:-moz-lwtheme) {
   /* -moz-appearance: toolbox; */
 }
@@ -320,6 +328,8 @@ toolbarbutton.bookmark-item[open="true"] {
   height: 16px;
   -moz-margin-start: 1px;
   -moz-margin-end: 2px;
+  margin-top: 1px;
+  margin-bottom: 1px;
 }
 
 /* Force the display of the label for bookmarks */