------------------------------------------------------------ revno: 4638 committer: Morten Olav Hansen <morte...@gmail.com> branch nick: dhis2 timestamp: Thu 2011-09-22 00:05:55 +0200 message: series 40 fix for loginfailed also... modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed_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/loginfailed_mobile.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed_mobile.vm 2011-09-21 20:52:34 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/loginfailed_mobile.vm 2011-09-21 22:05:55 +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>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp