dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14074
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4637: made mobile loginpages work with nokia series 40
------------------------------------------------------------
revno: 4637
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-09-22 00:05:23 +0200
message:
made mobile loginpages work with nokia series 40
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm
--
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/security/login_mobile.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm 2011-09-21 20:52:34 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login_mobile.vm 2011-09-21 22:05:23 +0000
@@ -18,6 +18,11 @@
input {
font-size: 1em;
font-family: verdana, sans, sans-serif;
+ width: 96%;
+}
+
+table {
+ width: 100%;
}
</style>
</head>
@@ -31,13 +36,13 @@
<form id='loginForm' action="../../dhis-web-commons-security/login.action" method="post">
-<table style="width: 100%">
+<table>
<tr>
<td><h3>Username</h3></td>
</tr>
<tr>
<td>
- <input type="text" id="j_username" name="j_username" style="width: 96%;">
+ <input type="text" id="j_username" name="j_username" size="9">
</td>
</tr>
<tr>
@@ -45,7 +50,7 @@
</tr>
<tr>
<td>
- <input type="text" id="j_password" name="j_password" style="width: 96%;">
+ <input type="text" id="j_password" name="j_password" size="9">
</td>
</tr>
<tr>