Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.toc.css |
— | — | @@ -45,11 +45,11 @@ |
46 | 46 | line-height: 26px; |
47 | 47 | padding-left: 1em; |
48 | 48 | border-bottom: solid 1px silver; |
49 | | - white-space:nowrap; |
50 | | - overflow:hidden; |
| 49 | + white-space: nowrap; |
| 50 | + overflow: hidden; |
51 | 51 | } |
52 | | -.tab-toc a{ |
53 | | - outline:none; |
| 52 | +.tab-toc a { |
| 53 | + outline: none; |
54 | 54 | } |
55 | 55 | .wikiEditor-ui-toc li { |
56 | 56 | padding: 0; |
— | — | @@ -100,82 +100,84 @@ |
101 | 101 | /* Collapsing changes */ |
102 | 102 | |
103 | 103 | .wikiEditor-ui-toc { |
104 | | - overflow-y:hidden; |
105 | | - position:relative; |
| 104 | + overflow-y: hidden; |
| 105 | + position: relative; |
106 | 106 | } |
107 | 107 | .wikiEditor-ui-toc ul { |
108 | | - overflow-y:auto; |
109 | | - overflow-x:hidden; |
110 | | - height:100%; |
111 | | - margin-bottom:0 !important; |
| 108 | + overflow-y: auto; |
| 109 | + overflow-x: hidden; |
| 110 | + height: 100%; |
| 111 | + margin-bottom: 0 !important; |
112 | 112 | |
113 | 113 | } |
114 | 114 | |
115 | 115 | .wikiEditor-ui-toc ul ul { |
116 | | - float:none; |
117 | | - height:auto; |
| 116 | + float: none; |
| 117 | + height: auto; |
118 | 118 | } |
119 | 119 | #wikiEditor-ui-toc-collapse { |
120 | | - height:100%; |
121 | | - width:18px; |
122 | | - position:absolute; |
123 | | - top:0; |
124 | | - left:0; |
| 120 | + height: 100%; |
| 121 | + width: 18px; |
| 122 | + position: absolute; |
| 123 | + top: 0; |
| 124 | + left: 0; |
125 | 125 | } |
126 | 126 | .wikiEditor-ui-toc-collapse-open { |
127 | | - background:#f3f3f3 url(../images/wikiEditor/toc/close.png) 4px 50% no-repeat; |
128 | | - border-left:1px solid #DDDDDD; |
| 127 | + background: #f3f3f3 url(../images/wikiEditor/toc/close.png) 4px 50% no-repeat; |
| 128 | + border-left: 1px solid #DDDDDD; |
129 | 129 | } |
130 | 130 | .wikiEditor-ui-toc-collapse-closed { |
131 | | - background:#f3f3f3 url(../images/wikiEditor/toc/open.png) 4px 50% no-repeat; |
| 131 | + background: #f3f3f3 url(../images/wikiEditor/toc/open.png) 4px 50% no-repeat; |
132 | 132 | } |
133 | 133 | |
134 | 134 | /* Resizing Changes */ |
135 | 135 | .wikiEditor-ui-toc-resize-vertical, |
136 | | -.ui-resizable-w{ |
137 | | - width:4px; |
138 | | - position:absolute; |
139 | | - top:0; |
140 | | - left:0; |
141 | | - height:100%; |
142 | | - cursor:ew-resize; |
| 136 | +.ui-resizable-w { |
| 137 | + width: 4px; |
| 138 | + position: absolute; |
| 139 | + top: 0; |
| 140 | + left: 0; |
| 141 | + height: 100%; |
| 142 | + cursor: ew-resize; |
143 | 143 | } |
144 | 144 | .wikiEditor-ui .wikiEditor-ui-right { |
145 | | - overflow:visible; |
| 145 | + overflow: visible; |
146 | 146 | } |
147 | | -.wikiEditor-ui-right .ui-resizable-w{ |
| 147 | +.wikiEditor-ui-right .ui-resizable-w { |
148 | 148 | left: 0px !important; |
149 | 149 | } |
150 | 150 | |
151 | | -.wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip{ |
152 | | - width:5px; |
153 | | - height:12px; |
154 | | - padding:3px; |
155 | | - position:absolute; |
156 | | - top:7px; |
157 | | - left:-12px !important; |
158 | | - cursor:ew-resize; |
159 | | - background:url(../images/wikiEditor/toc/grip.png) 50% 50% no-repeat; |
| 151 | +.wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip { |
| 152 | + width: 5px; |
| 153 | + height: 12px; |
| 154 | + padding: 3px; |
| 155 | + position: absolute; |
| 156 | + top: 7px; |
| 157 | + left: -12px !important; |
| 158 | + cursor: ew-resize; |
| 159 | + background: url(../images/wikiEditor/toc/grip.png) 50% 50% no-repeat; |
160 | 160 | } |
161 | | -.wikiEditor-ui-toolbar .tab-toc{ |
162 | | - float:right; |
163 | | - margin:3px 16px 3px 3px; |
164 | | - line-height:26px; |
| 161 | +.wikiEditor-ui-toolbar .tab-toc { |
| 162 | + float: right; |
| 163 | + margin: 3px 16px 3px 3px; |
| 164 | + line-height: 26px; |
165 | 165 | } |
166 | | -.wikiEditor-ui-toc-expandControl{ |
| 166 | +.wikiEditor-ui-toc-expandControl { |
167 | 167 | position: absolute; |
168 | | - z-index:2; |
169 | | - top:0px; |
170 | | - right:10px; |
| 168 | + z-index: 2; |
| 169 | + top: 0px; |
| 170 | + right: 10px; |
171 | 171 | height: 26px; |
172 | 172 | padding: 3px 0; |
173 | 173 | line-height: 26px; |
174 | 174 | padding-right: 1em; |
175 | | - white-space:nowrap; |
176 | | - overflow:hidden; |
| 175 | + white-space: nowrap; |
| 176 | + overflow: hidden; |
177 | 177 | } |
178 | | -.wikiEditor-ui-text textarea{ |
179 | | - resize:none; |
| 178 | +.wikiEditor-ui-text textarea { |
| 179 | + resize: none; |
180 | 180 | } |
181 | | -.wikiEditor-ui-text textarea:focus {outline:none;} |
| 181 | +.wikiEditor-ui-text textarea:focus { |
| 182 | + outline: none; |
| 183 | +} |
182 | 184 | |
Index: trunk/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -175,11 +175,11 @@ |
176 | 176 | line-height: 26px; |
177 | 177 | padding-left: 1em; |
178 | 178 | border-bottom: solid 1px silver; |
179 | | - white-space:nowrap; |
180 | | - overflow:hidden; |
| 179 | + white-space: nowrap; |
| 180 | + overflow: hidden; |
181 | 181 | } |
182 | | -.tab-toc a{ |
183 | | - outline:none; |
| 182 | +.tab-toc a { |
| 183 | + outline: none; |
184 | 184 | } |
185 | 185 | .wikiEditor-ui-toc li { |
186 | 186 | padding: 0; |
— | — | @@ -230,84 +230,86 @@ |
231 | 231 | /* Collapsing changes */ |
232 | 232 | |
233 | 233 | .wikiEditor-ui-toc { |
234 | | - overflow-y:hidden; |
235 | | - position:relative; |
| 234 | + overflow-y: hidden; |
| 235 | + position: relative; |
236 | 236 | } |
237 | 237 | .wikiEditor-ui-toc ul { |
238 | | - overflow-y:auto; |
239 | | - overflow-x:hidden; |
240 | | - height:100%; |
241 | | - margin-bottom:0 !important; |
| 238 | + overflow-y: auto; |
| 239 | + overflow-x: hidden; |
| 240 | + height: 100%; |
| 241 | + margin-bottom: 0 !important; |
242 | 242 | |
243 | 243 | } |
244 | 244 | |
245 | 245 | .wikiEditor-ui-toc ul ul { |
246 | | - float:none; |
247 | | - height:auto; |
| 246 | + float: none; |
| 247 | + height: auto; |
248 | 248 | } |
249 | 249 | #wikiEditor-ui-toc-collapse { |
250 | | - height:100%; |
251 | | - width:18px; |
252 | | - position:absolute; |
253 | | - top:0; |
254 | | - left:0; |
| 250 | + height: 100%; |
| 251 | + width: 18px; |
| 252 | + position: absolute; |
| 253 | + top: 0; |
| 254 | + left: 0; |
255 | 255 | } |
256 | 256 | .wikiEditor-ui-toc-collapse-open { |
257 | | - background:#f3f3f3 url(../images/wikiEditor/toc/close.png) 4px 50% no-repeat; |
258 | | - border-left:1px solid #DDDDDD; |
| 257 | + background: #f3f3f3 url(../images/wikiEditor/toc/close.png) 4px 50% no-repeat; |
| 258 | + border-left: 1px solid #DDDDDD; |
259 | 259 | } |
260 | 260 | .wikiEditor-ui-toc-collapse-closed { |
261 | | - background:#f3f3f3 url(../images/wikiEditor/toc/open.png) 4px 50% no-repeat; |
| 261 | + background: #f3f3f3 url(../images/wikiEditor/toc/open.png) 4px 50% no-repeat; |
262 | 262 | } |
263 | 263 | |
264 | 264 | /* Resizing Changes */ |
265 | 265 | .wikiEditor-ui-toc-resize-vertical, |
266 | | -.ui-resizable-w{ |
267 | | - width:4px; |
268 | | - position:absolute; |
269 | | - top:0; |
270 | | - left:0; |
271 | | - height:100%; |
272 | | - cursor:ew-resize; |
| 266 | +.ui-resizable-w { |
| 267 | + width: 4px; |
| 268 | + position: absolute; |
| 269 | + top: 0; |
| 270 | + left: 0; |
| 271 | + height: 100%; |
| 272 | + cursor: ew-resize; |
273 | 273 | } |
274 | 274 | .wikiEditor-ui .wikiEditor-ui-right { |
275 | | - overflow:visible; |
| 275 | + overflow: visible; |
276 | 276 | } |
277 | | -.wikiEditor-ui-right .ui-resizable-w{ |
| 277 | +.wikiEditor-ui-right .ui-resizable-w { |
278 | 278 | left: 0px !important; |
279 | 279 | } |
280 | 280 | |
281 | | -.wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip{ |
282 | | - width:5px; |
283 | | - height:12px; |
284 | | - padding:3px; |
285 | | - position:absolute; |
286 | | - top:7px; |
287 | | - left:-12px !important; |
288 | | - cursor:ew-resize; |
289 | | - background:url(../images/wikiEditor/toc/grip.png) 50% 50% no-repeat; |
| 281 | +.wikiEditor-ui-right .wikiEditor-ui-toc-resize-grip { |
| 282 | + width: 5px; |
| 283 | + height: 12px; |
| 284 | + padding: 3px; |
| 285 | + position: absolute; |
| 286 | + top: 7px; |
| 287 | + left: -12px !important; |
| 288 | + cursor: ew-resize; |
| 289 | + background: url(../images/wikiEditor/toc/grip.png) 50% 50% no-repeat; |
290 | 290 | } |
291 | | -.wikiEditor-ui-toolbar .tab-toc{ |
292 | | - float:right; |
293 | | - margin:3px 16px 3px 3px; |
294 | | - line-height:26px; |
| 291 | +.wikiEditor-ui-toolbar .tab-toc { |
| 292 | + float: right; |
| 293 | + margin: 3px 16px 3px 3px; |
| 294 | + line-height: 26px; |
295 | 295 | } |
296 | | -.wikiEditor-ui-toc-expandControl{ |
| 296 | +.wikiEditor-ui-toc-expandControl { |
297 | 297 | position: absolute; |
298 | | - z-index:2; |
299 | | - top:0px; |
300 | | - right:10px; |
| 298 | + z-index: 2; |
| 299 | + top: 0px; |
| 300 | + right: 10px; |
301 | 301 | height: 26px; |
302 | 302 | padding: 3px 0; |
303 | 303 | line-height: 26px; |
304 | 304 | padding-right: 1em; |
305 | | - white-space:nowrap; |
306 | | - overflow:hidden; |
| 305 | + white-space: nowrap; |
| 306 | + overflow: hidden; |
307 | 307 | } |
308 | | -.wikiEditor-ui-text textarea{ |
309 | | - resize:none; |
| 308 | +.wikiEditor-ui-text textarea { |
| 309 | + resize: none; |
310 | 310 | } |
311 | | -.wikiEditor-ui-text textarea:focus {outline:none;} |
| 311 | +.wikiEditor-ui-text textarea:focus { |
| 312 | + outline: none; |
| 313 | +} |
312 | 314 | |
313 | 315 | /* wikiEditor toolbar module */ |
314 | 316 | |
Index: trunk/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -284,7 +284,9 @@ |
285 | 285 | .wikiEditor-ui-text textarea{ |
286 | 286 | resize:none; |
287 | 287 | } |
288 | | -.wikiEditor-ui-text textarea:focus{outline:none;} |
| 288 | +.wikiEditor-ui-text textarea:focus{ |
| 289 | +outline:none; |
| 290 | +} |
289 | 291 | .wikiEditor-ui-toolbar{ |
290 | 292 | position:relative; |
291 | 293 | width:100%; |