From: River Tarnell Date: Wed, 9 May 2007 12:36:21 +0000 (+0000) Subject: need proper class and styling for prefsections X-Git-Tag: 1.31.0-rc.0~53012 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=f2517a6dd54fbea923f866558debc81cabdf3eea;p=lhc%2Fweb%2Fwiklou.git need proper class and styling for prefsections --- diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index e997660db2..ecea83227a 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -164,7 +164,7 @@ class UsercreateTemplate extends QuickTemplate { -
+
msgHtml('prefs-help-email'); ?>
@@ -177,7 +177,7 @@ class UsercreateTemplate extends QuickTemplate { -
+
msgHtml('prefs-help-realname'); ?>
diff --git a/skins/common/common.css b/skins/common/common.css index e39910c329..f607552286 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -198,7 +198,8 @@ span.texhtml { font-family: serif; } } div.prefsectiontip { font-size: 94%; - margin-top: 1em; + margin-top: 0.4em; + color: #666; } fieldset.prefsection { margin-top: 1em } fieldset.operaprefsection { margin-left: 15em } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index b08e4ab306..7037c0c7e9 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1143,6 +1143,7 @@ input.searchButton { div.prefsectiontip { font-size: x-small; padding: .2em 2em; + color: #666; } .btnSavePrefs { font-weight: bold;