Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -147,7 +147,7 @@ |
148 | 148 | ######### |
149 | 149 | |
150 | 150 | # Bump this number every time you change flaggedrevs.css/flaggedrevs.js |
151 | | -$wgFlaggedRevStyleVersion = 2; |
| 151 | +$wgFlaggedRevStyleVersion = 3; |
152 | 152 | |
153 | 153 | $wgExtensionFunctions[] = 'efLoadFlaggedRevs'; |
154 | 154 | |
Index: trunk/extensions/FlaggedRevs/flaggedrevs.css |
— | — | @@ -105,26 +105,28 @@ |
106 | 106 | padding: 3px; |
107 | 107 | font-size: 80%; |
108 | 108 | font-weight: normal; |
109 | | - margin-left: 3px; |
110 | | - margin-right: 0px; |
111 | | - margin-top: 5px; |
112 | | - margin-bottom: 0px; |
| 109 | + margin: 8px; |
113 | 110 | text-align: left; |
114 | 111 | float: right; |
115 | | - max-width: 380px; |
| 112 | + max-width: 350px; |
116 | 113 | clear: both; |
117 | 114 | } |
| 115 | +/* IE 7 only */ |
| 116 | +*+html .flaggedrevs_short { |
| 117 | + margin: 9px; |
| 118 | +} |
118 | 119 | |
| 120 | + |
119 | 121 | .fr-tab_current, |
120 | 122 | .fr-tab_stable, |
121 | 123 | .fr-tab_quality { |
122 | 124 | padding: 0px; |
123 | 125 | margin: 0px; |
124 | | - width: 27px; |
125 | | - height: 27px; |
| 126 | + width: 20px; |
| 127 | + height: 18px;; |
126 | 128 | position: relative; |
127 | 129 | float: left; |
128 | | - top: -2px; |
| 130 | + top: -3px; |
129 | 131 | right: 0px; |
130 | 132 | background-repeat: no-repeat; |
131 | 133 | background-position: 0px 0px; |
Index: trunk/extensions/FlaggedRevs/img/1.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/FlaggedRevs/img/2.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Index: trunk/extensions/FlaggedRevs/img/3.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |