From f2517a6dd54fbea923f866558debc81cabdf3eea Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Wed, 9 May 2007 12:36:21 +0000 Subject: [PATCH] need proper class and styling for prefsections --- includes/templates/Userlogin.php | 4 ++-- skins/common/common.css | 3 ++- skins/monobook/main.css | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) 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; -- 2.20.1