Index: branches/wmf/1.18wmf1/skins/common/commonPrint.css |
— | — | @@ -240,7 +240,6 @@ |
241 | 241 | /* Galleries (see shared.css for more info) */ |
242 | 242 | li.gallerybox { |
243 | 243 | vertical-align: top; |
244 | | - background-color: #f9f9f9; |
245 | 244 | border: solid 2px white; |
246 | 245 | display: -moz-inline-box; |
247 | 246 | display: inline-block; |
Index: branches/wmf/1.18wmf1/skins/common/shared.css |
— | — | @@ -622,7 +622,6 @@ |
623 | 623 | /* Don't forget to update commonPrint.css */ |
624 | 624 | li.gallerybox { |
625 | 625 | vertical-align: top; |
626 | | - background-color: #f9f9f9; |
627 | 626 | border: solid 2px white; |
628 | 627 | display: -moz-inline-box; |
629 | 628 | display: inline-block; |
— | — | @@ -649,6 +648,7 @@ |
650 | 649 | li.gallerybox div.thumb { |
651 | 650 | text-align: center; |
652 | 651 | border: 1px solid #ccc; |
| 652 | + background-color: #f9f9f9; |
653 | 653 | margin: 2px; |
654 | 654 | } |
655 | 655 | |
Index: branches/wmf/1.18wmf1/languages/messages/MessagesEn.php |
— | — | @@ -1177,6 +1177,8 @@ |
1178 | 1178 | 'passwordreset-pretext' => '{{PLURAL:$1||Enter one of the pieces of data below}}', |
1179 | 1179 | 'passwordreset-username' => 'Username:', |
1180 | 1180 | 'passwordreset-domain' => 'Domain:', |
| 1181 | +'passwordreset-capture' => 'View the resulting e-mail?', |
| 1182 | +'passwordreset-capture-help' => 'If you check this box, the e-mail (with the temporary password) will be shown to you as well as being sent to the user.', |
1181 | 1183 | 'passwordreset-email' => 'E-mail address:', |
1182 | 1184 | 'passwordreset-emailtitle' => 'Account details on {{SITENAME}}', |
1183 | 1185 | 'passwordreset-emailtext-ip' => 'Someone (probably you, from IP address $1) requested a reminder of your |
— | — | @@ -1968,6 +1970,7 @@ |
1969 | 1971 | 'right-siteadmin' => 'Lock and unlock the database', |
1970 | 1972 | 'right-override-export-depth' => 'Export pages including linked pages up to a depth of 5', |
1971 | 1973 | 'right-sendemail' => 'Send e-mail to other users', |
| 1974 | +'right-passwordreset' => 'View password reset e-mails', |
1972 | 1975 | |
1973 | 1976 | # User rights log |
1974 | 1977 | 'rightslog' => 'User rights log', |
Index: branches/wmf/1.18wmf1/resources/mediawiki.special/mediawiki.special.css |
— | — | @@ -246,11 +246,8 @@ |
247 | 247 | } |
248 | 248 | |
249 | 249 | /**** Special:Specialpages ****/ |
250 | | -.mw-specialpagecached { |
251 | | - font-style:italic; |
252 | | -} |
253 | 250 | .mw-specialpagerestricted { |
254 | | - font-weight:bold; |
| 251 | + font-weight: bold; |
255 | 252 | } |
256 | 253 | |
257 | 254 | .mw-specialpages-table { |