Bug 390979 - "tabbrowser drag&drop code cleanup" [p=w.woods@optusnet.com.au (Wayne Woods) r=gavin a1.9=mconnor]

This commit is contained in:
reed@reedloden.com 2007-11-06 21:09:15 -08:00
Родитель 4c0dd32305
Коммит 5960cd9d33
1 изменённых файлов: 10 добавлений и 13 удалений

Просмотреть файл

@ -1340,24 +1340,21 @@ tabpanels {
*/
.tab-drop-indicator-bar {
visibility: hidden;
height: 9px;
margin-top: -9px;
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;
height: 11px;
width: 11px;
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;
}
/**
* In-tab close button
*/