[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1330] trunk



Revision: 1330
          http://svn.sourceforge.net/ledger-smb/?rev=1330&view=rev
Author:   einhverfr
Date:     2007-06-25 23:35:19 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
Making the login html/css more scalable

Modified Paths:
--------------
    trunk/UI/login.html
    trunk/css/scripts/login.css

Modified: trunk/UI/login.html
===================================================================
--- trunk/UI/login.html	2007-06-26 06:10:01 UTC (rev 1329)
+++ trunk/UI/login.html	2007-06-26 06:35:19 UTC (rev 1330)
@@ -43,7 +43,7 @@
 	<center>
 		<div class="login" border="3">
 				<div class="login" align="center">
-					<a href="http://www.ledgersmb.org/"; target="_top"><img src="images/ledgersmb.png" width="200" heith="100" border="0" alt="LedgerSMB Logo" /></a>
+					<a href="http://www.ledgersmb.org/"; target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a>
 					<h1 class="login" align="center">Version SVN Trunk</h1>
 					<p>
 					<form method="post" action="login.pl" name="login">

Modified: trunk/css/scripts/login.css
===================================================================
--- trunk/css/scripts/login.css	2007-06-26 06:10:01 UTC (rev 1329)
+++ trunk/css/scripts/login.css	2007-06-26 06:35:19 UTC (rev 1330)
@@ -2,30 +2,44 @@
     background-color: white;
     margin-right: auto;
     margin-left: auto;
-    width: 24em;
+    width: 25em;
     padding: 2em;
+    padding-bottom: 1em;
     border-style: outset;
 }
 
 div.login div.login {
-    width: 20em;
-    height: 16em;
+    width: 21em;
+    height: 18em;
     border-width: 1;
     border-style: solid;
+    padding-bottom: 2em;
 }
 div.label {
-    width: 60px;
+    width: 5em;
     text-align: right;
     float: left;
-    margin: 0px;
+    border-width: 1;
+    margin: 0em;
+    padding-right: 0.5em;
+    margin-top: 0.5em;
 }
 div.input {
-    width: 200px;
+    width: 14em;
     margin: 0px;
     text-align: left;
-    float: right;
+    float: left;
+    border-width: 3;
+    margin: 0em;
+    margin-top: 0.5em;
 }
 
+img.logo {
+    border-style: none;
+    width: 16em;
+    height: 8em;
+}
+
 button {
     margin-top: 10px
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.