Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css |
— | — | @@ -16,14 +16,12 @@ |
17 | 17 | margin: 0; |
18 | 18 | } |
19 | 19 | /* ... */ |
20 | | - |
21 | 20 | div#edittoolbar { |
22 | 21 | border: solid silver 1px; |
23 | 22 | border-bottom-width: 0; |
24 | 23 | background-color: #F3F3F3; |
25 | 24 | height: 32px; |
26 | 25 | } |
27 | | - |
28 | 26 | /* Sections */ |
29 | 27 | div#edittoolbar div.sections { |
30 | 28 | float: left; |
— | — | @@ -67,7 +65,6 @@ |
68 | 66 | padding-right: 32px; |
69 | 67 | float: right; |
70 | 68 | } |
71 | | - |
72 | 69 | /* Toolbar Groups and Tabs */ |
73 | 70 | div#edittoolbar div.tabs, |
74 | 71 | div#edittoolbar div.group { |
— | — | @@ -92,7 +89,6 @@ |
93 | 90 | body.rtl div#edittoolbar div.first { |
94 | 91 | border-right: none; |
95 | 92 | } |
96 | | - |
97 | 93 | /* Tabs */ |
98 | 94 | div#edittoolbar div.tabs { |
99 | 95 | list-style: none; |
— | — | @@ -136,16 +132,13 @@ |
137 | 133 | color: #333333; |
138 | 134 | background-image: url(images/arrow-down.png); |
139 | 135 | } |
140 | | -/* |
141 | 136 | body.rtl div#edittoolbar div.tabs span.tab a.current, |
142 | 137 | body.rtl div#edittoolbar div.tabs span.tab a.current:visited { |
143 | 138 | background-image: url(images/arrow-down.png); |
144 | 139 | } |
145 | | -*/ |
146 | 140 | div#edittoolbar div.tabs span.tab a.current:hover { |
147 | 141 | text-decoration: none; |
148 | 142 | } |
149 | | - |
150 | 143 | /* Toolbar */ |
151 | 144 | div#edittoolbar div.group div.label { |
152 | 145 | float: left; |
— | — | @@ -187,7 +180,6 @@ |
188 | 181 | float: right; |
189 | 182 | font-size: 0.9em; |
190 | 183 | } |
191 | | - |
192 | 184 | /* Booklet */ |
193 | 185 | div#edittoolbar div.index { |
194 | 186 | float: left; |