dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10224
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2817: Made login buttons a bit bigger
------------------------------------------------------------
revno: 2817
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-02-04 07:55:24 +0100
message:
Made login buttons a bit bigger
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed.html
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2010-11-20 09:20:08 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2011-02-04 06:55:24 +0000
@@ -14,7 +14,7 @@
.loginField
{
- margin-top: 100px;
+ margin-top: 90px;
}
.loginField td
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html 2010-12-07 17:02:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html 2011-02-04 06:55:24 +0000
@@ -18,7 +18,7 @@
<form action="../../dhis-web-commons-security/login.action" method="post">
<table>
<tr>
- <td colspan="2" style="height:40px"></td>
+ <td colspan="2" style="height:30px"></td>
</tr>
<tr>
<td><label for="j_username">Username</label></td>
@@ -30,8 +30,8 @@
</tr>
<tr>
<td></td>
- <td><input type="submit" value="Login" style="width:9em">
- <input type="reset" value="Clear" style="width:9em"></td>
+ <td><input type="submit" value="Login" style="width:9em; padding:1px;">
+ <input type="reset" value="Clear" style="width:9em; padding:1px;"></td>
</tr>
</table>
</form>
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed.html'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed.html 2010-12-07 17:02:27 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed.html 2011-02-04 06:55:24 +0000
@@ -18,7 +18,7 @@
<form action="../../dhis-web-commons-security/login.action" method="post">
<table>
<tr>
- <td colspan="2" style="height:40px"></td>
+ <td colspan="2" style="height:30px"></td>
</tr>
<tr>
<td><label for="j_username">Username</label></td>
@@ -30,8 +30,8 @@
</tr>
<tr>
<td></td>
- <td><input type="submit" value="Login" style="width:9em">
- <input type="reset" value="Clear" style="width:9em"></td>
+ <td><input type="submit" value="Login" style="width:9em; padding:1px;">
+ <input type="reset" value="Clear" style="width:9em; padding:1px;"></td>
</tr>
<tr>
<td colspan="2" style="height:40px">