diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 00:48:50 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-10 00:48:50 +0000 |
commit | 553b444aa1cf282f89c58a416f52df7ef9f78348 (patch) | |
tree | efd1757c1b5520e9ba46ee901f28cf9c86db3429 /css | |
parent | 3c20e034900eab81b4c77687d638aaaedb848200 (diff) |
Adjust positioning of buttons and labels
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1364 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'css')
-rw-r--r-- | css/scripts/login.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/scripts/login.css b/css/scripts/login.css index ab73195b..9e4139e1 100644 --- a/css/scripts/login.css +++ b/css/scripts/login.css @@ -15,6 +15,10 @@ div.login div.login { border-style: solid; padding-bottom: 2em; } +div.labelledinput { + width: 100%; + clear: both; +} div.label { width: 5em; text-align: right; @@ -33,7 +37,6 @@ div.input { margin: 0em; margin-top: 0.5em; } - img.logo { border-style: none; width: 16em; @@ -41,5 +44,5 @@ img.logo { } button { - margin-top: 10px + margin-top: 10px; } |