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 2009/10/02 07:35:23 UTC

svn commit: r820890 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Author: buscob
Date: Fri Oct  2 05:35:23 2009
New Revision: 820890

URL: http://svn.apache.org/viewvc?rev=820890&view=rev
Log:
up-right screenlet corner is now rounded in bluelight theme

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=820890&r1=820889&r2=820890&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Fri Oct  2 05:35:23 2009
@@ -720,7 +720,8 @@
 }
 
 DIV.screenlet {
-    background-color: #FFFFFF;
+    background: url("/bluelight/box-head-tr.gif") no-repeat top right;
+    background-color: #5CA3D7;
     height: auto !important;
     height: 1%;
     margin-bottom: 1em;
@@ -1149,7 +1150,6 @@
 
 .screenlet-title-bar {
     background: url("/bluelight/box-head-tl.gif") no-repeat;
-    background-color: #5CA3D7;
     color: #ffffff;
     height: 1%; /* IE fix */
     min-height: 1.5em;



Re: svn commit: r820890 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Posted by Bruno Busco <br...@gmail.com>.
Matthihieu,
thank you for reporting,
fixed in revision: 821197

-Bruno


2009/10/2 Matthieu Bollot <ma...@nereide.biz>:
> I think there has been a mistake with this commit, for
> screenlet-title-bar, without background-color, titles are white on white
>
> for exemple :
> https://localhost:8443/ordermgr/control/setOrderCurrencyAgreementShipDates
> then continue, continue again and then the title "Create Sales Order"
> doesn't appear…
>
> -Matthieu
>
> Le vendredi 02 octobre 2009 à 05:35 +0000, buscob@apache.org a écrit :
>> Author: buscob
>> Date: Fri Oct  2 05:35:23 2009
>> New Revision: 820890
>>
>> URL: http://svn.apache.org/viewvc?rev=820890&view=rev
>> Log:
>> up-right screenlet corner is now rounded in bluelight theme
>>
>> Modified:
>>     ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
>>
>> Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=820890&r1=820889&r2=820890&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
>> +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Fri Oct  2 05:35:23 2009
>> @@ -720,7 +720,8 @@
>>  }
>>
>>  DIV.screenlet {
>> -    background-color: #FFFFFF;
>> +    background: url("/bluelight/box-head-tr.gif") no-repeat top right;
>> +    background-color: #5CA3D7;
>>      height: auto !important;
>>      height: 1%;
>>      margin-bottom: 1em;
>> @@ -1149,7 +1150,6 @@
>>
>>  .screenlet-title-bar {
>>      background: url("/bluelight/box-head-tl.gif") no-repeat;
>> -    background-color: #5CA3D7;
>>      color: #ffffff;
>>      height: 1%; /* IE fix */
>>      min-height: 1.5em;
>>
>>
>
>
>

Re: svn commit: r820890 - /ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Posted by Matthieu Bollot <ma...@nereide.biz>.
I think there has been a mistake with this commit, for
screenlet-title-bar, without background-color, titles are white on white

for exemple :
https://localhost:8443/ordermgr/control/setOrderCurrencyAgreementShipDates
then continue, continue again and then the title "Create Sales Order"
doesn't appear…

-Matthieu

Le vendredi 02 octobre 2009 à 05:35 +0000, buscob@apache.org a écrit :
> Author: buscob
> Date: Fri Oct  2 05:35:23 2009
> New Revision: 820890
> 
> URL: http://svn.apache.org/viewvc?rev=820890&view=rev
> Log:
> up-right screenlet corner is now rounded in bluelight theme
> 
> Modified:
>     ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
> 
> Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=820890&r1=820889&r2=820890&view=diff
> ==============================================================================
> --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
> +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Fri Oct  2 05:35:23 2009
> @@ -720,7 +720,8 @@
>  }
>  
>  DIV.screenlet {
> -    background-color: #FFFFFF;
> +    background: url("/bluelight/box-head-tr.gif") no-repeat top right;
> +    background-color: #5CA3D7;
>      height: auto !important;
>      height: 1%;
>      margin-bottom: 1em;
> @@ -1149,7 +1150,6 @@
>  
>  .screenlet-title-bar {
>      background: url("/bluelight/box-head-tl.gif") no-repeat;
> -    background-color: #5CA3D7;
>      color: #ffffff;
>      height: 1%; /* IE fix */
>      min-height: 1.5em;
> 
>