dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18086
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7478: Minor fix for login page
------------------------------------------------------------
revno: 7478
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-07-02 10:15:42 +0200
message:
Minor fix for login page
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.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/css/login.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2012-06-09 17:26:54 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.css 2012-07-02 08:15:42 +0000
@@ -31,7 +31,7 @@
left: 15px;
border: 1px solid #d5d5d5;
border-radius: 2px;
- width: 110px;
+ width: 105px;
margin-bottom: 5%;
}
@@ -39,7 +39,7 @@
{
position: absolute;
top: 17px;
- left: 150px;
+ left: 140px;
font-size: 18px;
}
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2012-06-01 20:24:15 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.vm 2012-07-02 08:15:42 +0000
@@ -28,7 +28,7 @@
#end
</div>
<div id="loginField">
- <div id="bannerArea"><img alt="" src="logo_banner.png"></div>
+ <div id="bannerArea"><a href="http://dhis2.org"><img alt="" src="logo_banner.png"></a></div>
<form id="loginForm" action="../../dhis-web-commons-security/login.action" method="post">
<table>
@@ -50,11 +50,8 @@
</table>
</form>
#if( $failed == true )
- <span id="loginMessage">Wrong username or password. Please try again.</span>
+ <span id="loginMessage">Wrong username or password</span>
#end
</div>
- <div id="footerArea">
- <a href="http://dhis2.org">Powered by DHIS 2</a>
- </div>
</body>
</html>