Index: trunk/extensions/WebFonts/css/webfonts.css |
— | — | @@ -1,3 +1,8 @@ |
| 2 | +li#pt-webfont{ |
| 3 | + background: url(images/font-icon.png) no-repeat scroll left top transparent; |
| 4 | + padding-left: 15px !important; |
| 5 | +} |
| 6 | + |
2 | 7 | div#webfonts-menu{ |
3 | 8 | margin: 0; |
4 | 9 | padding:0; |
— | — | @@ -2,2 +7,3 @@ |
3 | 8 | font-size: 100%; |
| 9 | + z-index: 99999 |
4 | 10 | } |
— | — | @@ -8,7 +14,6 @@ |
9 | 15 | margin: 0; |
10 | 16 | padding:5px; |
11 | 17 | font-size: 100%; |
12 | | - z-index: 99999; |
13 | 18 | } |
14 | 19 | |
15 | 20 | |
— | — | @@ -34,16 +39,19 @@ |
35 | 40 | div.webfontMenuFocus { |
36 | 41 | background-position: -22px 60%; |
37 | 42 | } |
| 43 | + |
38 | 44 | /* @noflip */ |
39 | | -body.rtl div.webfontMenu { |
| 45 | +body.rtl div.webfontMenu ul li { |
40 | 46 | direction: rtl; |
41 | 47 | } |
| 48 | + |
42 | 49 | div.webfontMenu div.menu { |
43 | 50 | position: relative; |
44 | 51 | display: none; |
45 | 52 | clear: both; |
46 | 53 | text-align: left; |
47 | 54 | } |
| 55 | + |
48 | 56 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
49 | 57 | /* @noflip */ |
50 | 58 | body.rtl div.webfontMenu div.menu { |
— | — | @@ -115,9 +123,6 @@ |
116 | 124 | } |
117 | 125 | div.webfontMenu a { |
118 | 126 | display: block; |
119 | | - padding-left:20px; |
120 | | - background-image: url(images/font-icon.png); |
121 | | - background-position: 0px 60%; |
122 | | - background-repeat: no-repeat; |
123 | | - |
| 127 | + padding-left:5px; |
| 128 | + padding-right:5px; |
124 | 129 | } |