need proper class and styling for prefsections
authorRiver Tarnell <river@users.mediawiki.org>
Wed, 9 May 2007 12:36:21 +0000 (12:36 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Wed, 9 May 2007 12:36:21 +0000 (12:36 +0000)
includes/templates/Userlogin.php
skins/common/common.css
skins/monobook/main.css

index e997660..ecea832 100644 (file)
@@ -164,7 +164,7 @@ class UsercreateTemplate extends QuickTemplate {
                                        <input type='text' class='loginText' name="wpEmail" id="wpEmail"
                                                tabindex="5"
                                                value="<?php $this->text('email') ?>" size='20' />
-                                       <div>
+                                       <div class="prefsectiontip">
                                                <?php $this->msgHtml('prefs-help-email'); ?>
                                        </div>
                                </td>
@@ -177,7 +177,7 @@ class UsercreateTemplate extends QuickTemplate {
                                                <input type='text' class='loginText' name="wpRealName" id="wpRealName"
                                                        tabindex="6"
                                                        value="<?php $this->text('realname') ?>" size='20' />
-                                               <div>
+                                               <div class="prefsectiontip">
                                                        <?php $this->msgHtml('prefs-help-realname'); ?>
                                                </div>
                                        </td>
index e39910c..f607552 100644 (file)
@@ -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 }
index b08e4ab..7037c0c 100644 (file)
@@ -1143,6 +1143,7 @@ input.searchButton {
 div.prefsectiontip {
        font-size: x-small;
        padding: .2em 2em;
+       color: #666;
 }
 .btnSavePrefs {
        font-weight: bold;