You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/04/17 09:53:05 UTC

svn commit: r765888 - in /ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css: forms.css login.css views.css

Author: jonesde
Date: Fri Apr 17 07:53:04 2009
New Revision: 765888

URL: http://svn.apache.org/viewvc?rev=765888&view=rev
Log:
Some cleanups and fixed rather unfortunate layout of login page

Modified:
    ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/forms.css
    ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css
    ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/views.css

Modified: ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/forms.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/forms.css?rev=765888&r1=765887&r2=765888&view=diff
==============================================================================
--- ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/forms.css (original)
+++ ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/forms.css Fri Apr 17 07:53:04 2009
@@ -75,7 +75,7 @@
 input[type="submit"],input[type="button"],input[type="reset"] {
 	background-color: #ffffff;
 	border: #ddd solid 2px;
-    color: #444444;
+    color: #444;
 	font-weight:bold;
 	line-height:1.8em;
 	margin:5px 5px 2px 5px;
@@ -106,7 +106,7 @@
 	border: 2px solid #6E2723;
 }
 
-* VALIDATION */
+/* VALIDATION */
 input.disabled {
     border: 1px solid #ccc;
     background-color: #F2F2F2;

Modified: ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css?rev=765888&r1=765887&r2=765888&view=diff
==============================================================================
--- ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css (original)
+++ ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/login.css Fri Apr 17 07:53:04 2009
@@ -64,7 +64,8 @@
     display:none;
 }
 
-.contentarea{
+
+.login-screenlet{
     background:#fff;
     border:3px solid #111;
     margin:100px auto 0px auto;
@@ -75,13 +76,15 @@
 }
 
 .screenlet {
-    float:left;
+    /* float:left; */
 }
 
 .screenlet-title-bar {
-    display:none;
+    background:#fff;
+    /* display:none; */
 }
 
+/*
 input[type="submit"], input[type="button"], input[type="reset"] {
     background: url(../images/page_login.jpg) no-repeat scroll 0 0;
     border:none;
@@ -96,7 +99,7 @@
     text-indent:-9999px;
     width:56px;
     float:left;
-}
+} */
 
 input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
     background-position:0 -26px;

Modified: ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/views.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/views.css?rev=765888&r1=765887&r2=765888&view=diff
==============================================================================
--- ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/views.css (original)
+++ ofbiz/trunk/themes/smoothfeather/webapp/smoothfeather/css/views.css Fri Apr 17 07:53:04 2009
@@ -45,6 +45,9 @@
 	height:20px;
 }
 
+.screenlet-title-bar h1,
+.screenlet-title-bar h2,
+.screenlet-title-bar h3,
 .screenlet-title-bar .h1,
 .screenlet-title-bar .h2,
 .screenlet-title-bar .h3 {