summaryrefslogtreecommitdiff
path: root/UI/login.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 /UI/login.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 'UI/login.css')
-rw-r--r--UI/login.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/UI/login.css b/UI/login.css
new file mode 100644
index 00000000..2809fe74
--- /dev/null
+++ b/UI/login.css
@@ -0,0 +1,48 @@
+div.login {
+ background-color: white;
+ margin-right: auto;
+ margin-left: auto;
+ width: 25em;
+ padding: 2em;
+ padding-bottom: 2em;
+ border-style: outset;
+}
+
+div.login div.login {
+ width: 21em;
+ height: 20em;
+ 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;
+}