summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UI/login.html2
-rw-r--r--css/scripts/login.css28
2 files changed, 22 insertions, 8 deletions
diff --git a/UI/login.html b/UI/login.html
index e34ac9c0..3ef93128 100644
--- a/UI/login.html
+++ b/UI/login.html
@@ -43,7 +43,7 @@
<center>
<div class="login" border="3">
<div class="login" align="center">
- <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" width="200" heith="100" border="0" alt="LedgerSMB Logo" /></a>
+ <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>
<p>
<form method="post" action="login.pl" name="login">
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 {