improve collapsed grippy display in LCARStrek
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 29 Nov 2008 14:21:30 +0000 (15:21 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sat, 29 Nov 2008 14:21:30 +0000 (15:21 +0100)
LCARStrek/global/toolbar.css

index 2c9734d68c84b3672fa9ac111a40494fd8128249..c01dce7d033f31887771b8bce79737e9376f7af5 100644 (file)
@@ -82,7 +82,7 @@ toolbargrippy,
   border: none;
   border-right: 3px solid black;
   width: 15px;
   border: none;
   border-right: 3px solid black;
   width: 15px;
-  /*min-height: 16px;*/
+  min-height: 16px;
 }
 
 toolbargrippy:hover {
 }
 
 toolbargrippy:hover {
@@ -105,10 +105,13 @@ toolbargrippy:hover {
 
 toolbargrippy[tbgrippy-collapsed="true"] {
   -moz-box-orient: horizontal;
 
 toolbargrippy[tbgrippy-collapsed="true"] {
   -moz-box-orient: horizontal;
-  -moz-border-radius: 5px 0px 0px 5px;
+  -moz-border-radius: 4px 0px 0px 4px;
   margin-bottom: 3px;
   width: 30px;
   margin-bottom: 3px;
   width: 30px;
-  height: 10px;
+  /* height gets set to the width of the uncollapsed grippy by default
+     so use !important to force all to the same smaller height */
+  height: 10px !important;
+  min-height: 11px;
 }
 
 .collapsed-tray-spacer {
 }
 
 .collapsed-tray-spacer {