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

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

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

Matthieu Bollot-4
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, [hidden email] 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;
>
>


Reply | Threaded
Open this post in threaded view
|

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

Bruno Busco
Matthihieu,
thank you for reporting,
fixed in revision: 821197

-Bruno


2009/10/2 Matthieu Bollot <[hidden email]>:

> 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, [hidden email] 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;
>>
>>
>
>
>