Edited the login page 2011
authorprimal primal007@gmail.com
Wed, 14 Sep 2011 16:09:47 +0530
branch2011
changeset 396 c4b236ea6912
parent 395 85bbea53523f
child 403 0c8c5343fb27
Edited the login page
project/static/css/styles.css
project/templates/user/login.html
--- a/project/static/css/styles.css	Wed Sep 14 15:15:04 2011 +0530
+++ b/project/static/css/styles.css	Wed Sep 14 16:09:47 2011 +0530
@@ -477,13 +477,13 @@
 /* Login/register */
 div.login
 {
+    position:relative;	
     float: left;
 }
 
 div.register
 {
-    padding-left: 2em;
-    padding-right: 4em;
+    position:relative;
     margin: 0 0 0 270px;
     border-left: 1px solid #aaa;
 }
@@ -592,4 +592,4 @@
 
 ul.entry {
   font-size: 1.2em;
-}
\ No newline at end of file
+}
--- a/project/templates/user/login.html	Wed Sep 14 15:15:04 2011 +0530
+++ b/project/templates/user/login.html	Wed Sep 14 16:09:47 2011 +0530
@@ -38,6 +38,8 @@
         </form>
     </div>
 
+
+
     <div class="register">
         <h2 class="authenticate">Register</h2>