summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-08 23:44:34 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-08 23:44:34 +0000
commit8f58174dbfdc741af29638d304c6b503dc31f214 (patch)
tree4d0d66bde1cdb6eb7e7ed4cd974f54d188640085 /css
parent8f20a81aeb9e25a80ff07a35be240b5b97fea9b3 (diff)
Adding labels to login page inputs, cleaning up css slightly
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1546 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'css')
-rw-r--r--css/scripts/login.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/css/scripts/login.css b/css/scripts/login.css
deleted file mode 100644
index 9e4139e1..00000000
--- a/css/scripts/login.css
+++ /dev/null
@@ -1,48 +0,0 @@
-div.login {
- background-color: white;
- margin-right: auto;
- margin-left: auto;
- width: 25em;
- padding: 2em;
- padding-bottom: 1em;
- border-style: outset;
-}
-
-div.login div.login {
- width: 21em;
- height: 18em;
- border-width: 1px;
- border-style: solid;
- padding-bottom: 2em;
-}
-div.labelledinput {
- width: 100%;
- clear: both;
-}
-div.label {
- width: 5em;
- text-align: right;
- float: left;
- border-width: 1px;
- margin: 0em;
- padding-right: 0.5em;
- margin-top: 0.5em;
-}
-div.input {
- width: 14em;
- margin: 0px;
- text-align: left;
- float: left;
- border-width: 3px;
- margin: 0em;
- margin-top: 0.5em;
-}
-img.logo {
- border-style: none;
- width: 16em;
- height: 8em;
-}
-
-button {
- margin-top: 10px;
-}