You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/06/22 05:23:41 UTC

svn commit: r787126 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css

Author: hansbak
Date: Mon Jun 22 03:23:41 2009
New Revision: 787126

URL: http://svn.apache.org/viewvc?rev=787126&view=rev
Log:
move the error message a little higher on the screen so the fields are not covered

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css?rev=787126&r1=787125&r2=787126&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/login.css Mon Jun 22 03:23:41 2009
@@ -265,7 +265,7 @@
 .humanMsg {
     letter-spacing: -1px;
     position: fixed;
-    top: 130px;
+    top: 70px;
     left: 25%;
     width: 50%;
     text-align: center;