svn commit: r1076027 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1076027 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

buscob
Author: buscob
Date: Tue Mar  1 21:36:51 2011
New Revision: 1076027

URL: http://svn.apache.org/viewvc?rev=1076027&view=rev
Log:
Fixed bug in Tomahawk theme that caused screenlet with too mamy columns not being displayed correctly. (i.e. https://localhost:8443/webtools/control/FindGeneric?entityName=Product&find=true)
An horizontal scroll bar is now shown at the scrrenlet bottom.
This solution has been taken from the actual Flatgrey theme.

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=1076027&r1=1076026&r2=1076027&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Tue Mar  1 21:36:51 2011
@@ -1207,7 +1207,8 @@ height: auto !important;
 height: 1%;
 padding-bottom: 10px;
 margin-bottom:1em;
-background: transparent url(../images/screenlet_shadow1.png) repeat-x 0% 100%;
+background-color: #BFBFBF;
+overflow: auto;
 }
 
 /* Special Screenlet Handling for locals and timezone window */
@@ -1316,7 +1317,6 @@ cursor: pointer;
 }
 
 .screenlet-body {
-background: #bfbfbf;
 border-top:#ebe9db thin solid;
 border-left:#dad8cd thin solid;
 border-right:#9d9d9b thin solid;
@@ -1347,6 +1347,7 @@ margin:0;
 .login-screenlet {
 width: 400px;
 margin: 100px auto 300px;
+padding: 0px;
 }
 
 .login-screenlet .screenlet-title-bar {