Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -333,11 +333,11 @@ |
334 | 334 | /* Preferences */ |
335 | 335 | #preftoc { |
336 | 336 | /* Tabs */ |
| 337 | + width: 100%; |
337 | 338 | float: left; |
338 | 339 | clear: both; |
339 | 340 | margin: 0 !important; |
340 | 341 | padding: 0 !important; |
341 | | - height: 2.25em; |
342 | 342 | background-image: url(images/preferences-break.png); |
343 | 343 | background-position: bottom left; |
344 | 344 | background-repeat: no-repeat; |
— | — | @@ -368,6 +368,7 @@ |
369 | 369 | padding: 0.5em; |
370 | 370 | text-decoration: none; |
371 | 371 | background-image: none; |
| 372 | + font-size: 0.9em; |
372 | 373 | } |
373 | 374 | #preftoc a:hover { |
374 | 375 | text-decoration: underline; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -347,11 +347,11 @@ |
348 | 348 | /* Preferences */ |
349 | 349 | #preftoc { |
350 | 350 | /* Tabs */ |
| 351 | + width: 100%; |
351 | 352 | float: right; |
352 | 353 | clear: both; |
353 | 354 | margin: 0 !important; |
354 | 355 | padding: 0 !important; |
355 | | - height: 2.25em; |
356 | 356 | background-image: url(images/preferences-break.png); |
357 | 357 | background-position: bottom right; |
358 | 358 | background-repeat: no-repeat; |