summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-26 06:35:19 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-26 06:35:19 +0000
commit8dd3af0e1497f938bee47da502b0e697f52eb198 (patch)
treebae38ad936afca560c678b0b19cafdbea4734a57 /css
parentd7af4e70d29dc0e5c550efc5967f0f29af4d238b (diff)
Making the login html/css more scalable
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1330 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'css')
-rw-r--r--css/scripts/login.css28
1 files changed, 21 insertions, 7 deletions
diff --git a/css/scripts/login.css b/css/scripts/login.css
index 53198485..ef7bdae9 100644
--- a/css/scripts/login.css
+++ b/css/scripts/login.css
@@ -2,28 +2,42 @@ div.login {
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 {