You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/10/25 23:33:02 UTC

svn commit: r1027276 - in /ofbiz/trunk/themes/tomahawk/webapp/tomahawk: css/style.css images/login_bkgd.jpg

Author: buscob
Date: Mon Oct 25 21:33:02 2010
New Revision: 1027276

URL: http://svn.apache.org/viewvc?rev=1027276&view=rev
Log:
Added a colored background to the login screenlet for tomahawk theme.

Added:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/login_bkgd.jpg   (with props)
Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1027276&r1=1027275&r2=1027276&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Mon Oct 25 21:33:02 2010
@@ -1323,13 +1323,24 @@ margin:0;
 
 /* login screenlet decorator */
 .login-screenlet {
-min-width: 25em;
-width: 25%;
+width: 400px;
+margin: 100px auto 300px;
 }
 
 .login-screenlet .screenlet-title-bar {
 text-align: center;
 }
+
+.login-screenlet form {
+padding: 20px;
+}
+
+.login-screenlet .screenlet-body {
+background-image:url(../images/login_bkgd.jpg);
+border: none;
+font-size:12px;
+}
+
 /***********************************************
 ajax auto complete
 ***********************************************/

Added: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/login_bkgd.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/login_bkgd.jpg?rev=1027276&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/images/login_bkgd.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream