reduce whitespace in the login template
authorGreg Gay <info@atutor.ca>
Mon, 5 Jul 2010 20:04:24 +0000 (20:04 -0000)
committerGreg Gay <info@atutor.ca>
Mon, 5 Jul 2010 20:04:24 +0000 (20:04 -0000)
docs/themes/default/login.tmpl.php
docs/themes/default/styles.css

index a21daf0..a17182d 100644 (file)
@@ -40,7 +40,7 @@ function encrypt_password() {
        <div class="input-form">\r
        <fieldset class="group_form"><legend class="group_form"><?php echo _AT('login') ;?></legend>\r
            <div  style="width:60%; margin-left:auto; margin-right:auto;">  \r
-           <p><?php echo _AT('login_text'). _AT('required_field_text') ;?></p>\r
+           <p><small><?php echo  _AT('required_field_text'); ?></small></p>\r
            <dl class="form_layout">\r
            <dt><span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="login"><?php echo _AT('login_name_or_email'); ?></label></dt>\r
            <dd><input type="text" name="form_login" size="50" id="login"  class="formfield" /></dd>\r
@@ -51,6 +51,7 @@ function encrypt_password() {
            <input type="submit" name="submit" value="<?php echo _AT('login'); ?>" class="submit" onclick="return encrypt_password();" />               \r
            </p>\r
          </div>\r
+ <p  style="font-size:small; width:60%; margin-left:auto; margin-right:auto;"><span style="font-size:x-small"><?php echo _AT('login_text');?></span></p>\r
        </fieldset>                     \r
        </div>\r
 </form>\r
index 0d9bdb9..fac8d5c 100644 (file)
@@ -1213,7 +1213,7 @@ margin-right:3em;
 
 li.course {
   font-family:arial,sans-serif;
-  font-size:small;
+  font-size:smaller;
   margin:1em 0;
 }
 
@@ -1240,7 +1240,7 @@ list-style-type: disc;
 
 .results h3 {
   display:inline;
-  font-size:medium;
+  font-size:small;
   font-weight:normal;
   margin:0;
   padding:0;