bug 117781 - tab components out of alignment. r=andreww, sr=hewitt.
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 53 B |
Before Width: | Height: | Size: 153 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 116 B After Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 143 B After Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 53 B After Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 67 B After Width: | Height: | Size: 67 B |
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 54 B After Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 155 B |
@ -65,6 +65,7 @@ tab
|
||||
-moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-radius-topleft: 2px;
|
||||
-moz-border-radius-topright: 2px;
|
||||
-moz-border-radius-bottomright: 1px;
|
||||
padding: 1px 4px 2px 4px;
|
||||
background-color: -moz-Dialog;
|
||||
color: -moz-DialogText;
|
||||
@ -107,7 +108,7 @@ tab[first-tab="true"][selected="true"] {
|
||||
margin-bottom: 2px;
|
||||
border-top: 1px solid;
|
||||
border-bottom: 2px solid;
|
||||
-moz-border-top-colors: ThreeDHighlight;
|
||||
-moz-border-top-colors: ThreeDShadow;
|
||||
-moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
|
||||
-moz-border-radius-topleft: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
@ -123,12 +124,10 @@ tab[first-tab="true"][selected="true"] {
|
||||
}
|
||||
|
||||
.tab-bottom[beforeselected="true"] {
|
||||
-moz-border-radius-topright: 2px;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
}
|
||||
|
||||
.tab-bottom[afterselected="true"] {
|
||||
-moz-border-radius-topleft: 2px;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
}
|
||||
|
||||
@ -139,4 +138,5 @@ tab[first-tab="true"][selected="true"] {
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|