From 5960cd9d3337852a5670f6ce8b4d54c0d33aa89d Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Tue, 6 Nov 2007 21:09:15 -0800 Subject: [PATCH] Bug 390979 - "tabbrowser drag&drop code cleanup" [p=w.woods@optusnet.com.au (Wayne Woods) r=gavin a1.9=mconnor] --- .../themes/gnomestripe/browser/browser.css | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css index 784b297f8021..c3e012d80f91 100644 --- a/browser/themes/gnomestripe/browser/browser.css +++ b/browser/themes/gnomestripe/browser/browser.css @@ -1340,22 +1340,19 @@ tabpanels { */ .tab-drop-indicator-bar { - visibility: hidden; - height: 9px; - margin-top: -9px; - position: relative; + height: 11px; + margin-top: -11px; + position: relative; + /* set -moz-margin-start to -1/2 indicator width: */ + -moz-margin-start: -5px; } .tab-drop-indicator { - height: 9px; - width: 9px; - margin-bottom: -5px; - position: relative; - background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat; -} - -.tab-drop-indicator-bar[dragging="true"] { - visibility: visible; + height: 11px; + width: 11px; + margin-bottom: -5px; + position: relative; + background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat; } /**