From 37bddb2a9fdab47b4ca9289a21039573ebae15f6 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 29 Nov 2008 15:21:30 +0100 Subject: [PATCH] improve collapsed grippy display in LCARStrek --- LCARStrek/global/toolbar.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 2c9734d6..c01dce7d 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -82,7 +82,7 @@ toolbargrippy, border: none; border-right: 3px solid black; width: 15px; - /*min-height: 16px;*/ + min-height: 16px; } toolbargrippy:hover { @@ -105,10 +105,13 @@ toolbargrippy:hover { 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; - 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 { -- 2.35.3