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

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



Revision: 1364
          http://svn.sourceforge.net/ledger-smb/?rev=1364&view=rev
Author:   tetragon
Date:     2007-07-09 17:48:50 -0700 (Mon, 09 Jul 2007)

Log Message:
-----------
Adjust positioning of buttons and labels

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

Modified: trunk/UI/login.html
===================================================================
--- trunk/UI/login.html	2007-07-10 00:44:38 UTC (rev 1363)
+++ trunk/UI/login.html	2007-07-10 00:48:50 UTC (rev 1364)
@@ -47,11 +47,11 @@
 				<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>
 				<div align="center">
-					<div>
+					<div class="labelledinput">
 						<div class="label"><?lsmb text('Name') ?></div>
 						<div class="input"><input class="login" name="login" size="30" value="" /></div>
 					</div>
-					<div>
+					<div class="labelledinput">
 						<div class="label"><?lsmb text('Password') ?></div>
 						<div class="input"><input class="login" type="password" name="password" size="30" /></div>
 					</div>

Modified: trunk/css/scripts/login.css
===================================================================
--- trunk/css/scripts/login.css	2007-07-10 00:44:38 UTC (rev 1363)
+++ trunk/css/scripts/login.css	2007-07-10 00:48:50 UTC (rev 1364)
@@ -15,6 +15,10 @@
     border-style: solid;
     padding-bottom: 2em;
 }
+div.labelledinput {
+    width: 100%;
+    clear: both;
+}
 div.label {
     width: 5em;
     text-align: right;
@@ -33,7 +37,6 @@
     margin: 0em;
     margin-top: 0.5em;
 }
-
 img.logo {
     border-style: none;
     width: 16em;
@@ -41,5 +44,5 @@
 }
 
 button {
-    margin-top: 10px
+    margin-top: 10px;
 }


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