From: Tom Gilder Date: Tue, 11 Oct 2005 01:47:41 +0000 (+0000) Subject: Slightly better prefs layout X-Git-Tag: 1.6.0~1480 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=96c728c1a747aa8882b4fddc6617f555b23e1362;p=lhc%2Fweb%2Fwiklou.git Slightly better prefs layout --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index d85cf3bc43..e20da141e5 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -804,7 +804,7 @@ class PreferencesForm { \n" ); - $wgOut->addWikiText( wfMsg('clearyourcache') ); + $wgOut->addWikiText( '
' . wfMsg('clearyourcache') . '
' ); } } diff --git a/languages/Language.php b/languages/Language.php index 2fb743dedc..0c3df79314 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -295,9 +295,9 @@ parent class in order maintain consistency across languages. 'tog-previewontop' => 'Show preview before edit box', 'tog-previewonfirst' => 'Show preview on first edit', 'tog-nocache' => 'Disable page caching', -'tog-enotifwatchlistpages' => 'Send me an email on page changes', -'tog-enotifusertalkpages' => 'Send me an email when my user talk page is changed', -'tog-enotifminoredits' => 'Send me an email also for minor edits of pages', +'tog-enotifwatchlistpages' => 'Email me on page changes', +'tog-enotifusertalkpages' => 'Email me when my user talk page is changed', +'tog-enotifminoredits' => 'Email me also for minor edits of pages', 'tog-enotifrevealaddr' => 'Reveal my email address in notification mails', 'tog-shownumberswatching' => 'Show the number of watching users', 'tog-fancysig' => 'Raw signatures (without automatic link)', @@ -639,8 +639,7 @@ to confirm that the account is actually yours.", 'emailauthenticated' => 'Your email address was authenticated on $1.', 'emailnotauthenticated' => 'Your email address is not yet authenticated. No email will be sent for any of the following features.', -'noemailprefs' => 'No email address has been specified, the following -features will not work.', +'noemailprefs' => 'Specify an email address for these features to work.', 'emailconfirmlink' => 'Confirm your e-mail address', 'invalidemailaddress' => 'The email address cannot be accepted as it appears to have an invalid format. Please enter a well-formatted address or empty that field.', diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 5c9853b166..5f2d1d1590 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -969,6 +969,14 @@ head:first-child+body #footer li { white-space: nowrap; } padding: 0; margin: 0; } +.prefsection fieldset { + border: 1px solid #aaa; + float: left; + margin-right: 2em; +} +.prefsection legend { + font-weight: bold; +} .prefsection table, .prefsection legend { background-color: #F9F9F9; } @@ -980,6 +988,7 @@ div.prefsectiontip { margin-top: 0; background-color: #FFC1C1; padding: .2em .7em; + clear: left; } .btnSavePrefs { font-weight: bold; @@ -999,6 +1008,11 @@ div.prefsectiontip { margin-bottom: 1.5em; } +.prefcache { + font-size: 90%; + margin-top: 2em; +} + /* ** IE/Mac fixes, hope to find a validating way to move this ** to a separate stylesheet. This would work but doesn't validate: