You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Jörn Nettingsmeier <ne...@apache.org> on 2007/04/26 13:55:54 UTC

Re: svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css

andreas@apache.org wrote:
> Author: andreas
> Date: Thu Apr 26 04:43:40 2007
> New Revision: 532714
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=532714
> Log:
> Show cut icons in sitetree with low opacity
> 
> Modified:
>     lenya/trunk/src/webapp/lenya/resources/css/tabs.css
> 
> Modified: lenya/trunk/src/webapp/lenya/resources/css/tabs.css
> URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/tabs.css?view=diff&rev=532714&r1=532713&r2=532714
> ==============================================================================
> --- lenya/trunk/src/webapp/lenya/resources/css/tabs.css (original)
> +++ lenya/trunk/src/webapp/lenya/resources/css/tabs.css Thu Apr 26 04:43:40 2007
> @@ -129,6 +129,7 @@
>  #lenya-info-treecanvas .lenya-info-root { font-weight: bold; cursor: default; }
>  #lenya-info-treecanvas .lenya-info-nolanguage { color: #AAAAAA; }
>  #lenya-info-treecanvas .lenya-info-cut { color: #FFAAAA; font-style: italic; }
> +#lenya-info-treecanvas .lenya-info-cut img { opacity: .2; filter: alpha(opacity=20); }

-1

i object to having ie-specific, invalid css attributes in lenya. this 
will create validation errors that will mask other problems later, and 
plainly speaking i don't see why we should support an attitude that has 
made webdesigners' lives miserable for many years now.


-- 
Jörn Nettingsmeier

Kurt is up in heaven now.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Posted by Andreas Hartmann <an...@apache.org>.
Jörn Nettingsmeier schrieb:

[...]

> it just dawned on me that i used the "official" apache veto sign - that
> was not a good choice.

Well, it wasn't a vote, so I guess it doesn't matter.


> the intention was to express a (very strong) personal opinion, but this
> subject should stay open for discussion nonetheless...

I'm basically on your side there, but we can't neglect the IE users ...
In this case, though, the functional aspect is not really violated
if the icons are not transparent.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Posted by Jörn Nettingsmeier <ne...@apache.org>.
Andreas Hartmann wrote:
> Jörn Nettingsmeier schrieb:
>> andreas@apache.org wrote:
>>> Author: andreas
>>> Date: Thu Apr 26 04:43:40 2007
>>> New Revision: 532714
>>>
>>> URL: http://svn.apache.org/viewvc?view=rev&rev=532714
>>> Log:
>>> Show cut icons in sitetree with low opacity
>>>
>>> Modified:
>>>     lenya/trunk/src/webapp/lenya/resources/css/tabs.css
>>>
>>> Modified: lenya/trunk/src/webapp/lenya/resources/css/tabs.css
>>> URL:
>>> http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/tabs.css?view=diff&rev=532714&r1=532713&r2=532714
>>>
>>> ==============================================================================
>>>
>>> --- lenya/trunk/src/webapp/lenya/resources/css/tabs.css (original)
>>> +++ lenya/trunk/src/webapp/lenya/resources/css/tabs.css Thu Apr 26
>>> 04:43:40 2007
>>> @@ -129,6 +129,7 @@
>>>  #lenya-info-treecanvas .lenya-info-root { font-weight: bold; cursor:
>>> default; }
>>>  #lenya-info-treecanvas .lenya-info-nolanguage { color: #AAAAAA; }
>>>  #lenya-info-treecanvas .lenya-info-cut { color: #FFAAAA; font-style:
>>> italic; }
>>> +#lenya-info-treecanvas .lenya-info-cut img { opacity: .2; filter:
>>> alpha(opacity=20); }
>> -1
>>
>> i object to having ie-specific, invalid css attributes in lenya. this
>> will create validation errors that will mask other problems later, and
>> plainly speaking i don't see why we should support an attitude that has
>> made webdesigners' lives miserable for many years now.
> 
> OK, I removed the filter property.

thanks!

it just dawned on me that i used the "official" apache veto sign - that 
was not a good choice.
the intention was to express a (very strong) personal opinion, but this 
subject should stay open for discussion nonetheless...

-- 
Jörn Nettingsmeier

Kurt is up in heaven now.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r532714 - /lenya/trunk/src/webapp/lenya/resources/css/tabs.css

Posted by Andreas Hartmann <an...@apache.org>.
Jörn Nettingsmeier schrieb:
> andreas@apache.org wrote:
>> Author: andreas
>> Date: Thu Apr 26 04:43:40 2007
>> New Revision: 532714
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=532714
>> Log:
>> Show cut icons in sitetree with low opacity
>>
>> Modified:
>>     lenya/trunk/src/webapp/lenya/resources/css/tabs.css
>>
>> Modified: lenya/trunk/src/webapp/lenya/resources/css/tabs.css
>> URL:
>> http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/css/tabs.css?view=diff&rev=532714&r1=532713&r2=532714
>>
>> ==============================================================================
>>
>> --- lenya/trunk/src/webapp/lenya/resources/css/tabs.css (original)
>> +++ lenya/trunk/src/webapp/lenya/resources/css/tabs.css Thu Apr 26
>> 04:43:40 2007
>> @@ -129,6 +129,7 @@
>>  #lenya-info-treecanvas .lenya-info-root { font-weight: bold; cursor:
>> default; }
>>  #lenya-info-treecanvas .lenya-info-nolanguage { color: #AAAAAA; }
>>  #lenya-info-treecanvas .lenya-info-cut { color: #FFAAAA; font-style:
>> italic; }
>> +#lenya-info-treecanvas .lenya-info-cut img { opacity: .2; filter:
>> alpha(opacity=20); }
> 
> -1
> 
> i object to having ie-specific, invalid css attributes in lenya. this
> will create validation errors that will mask other problems later, and
> plainly speaking i don't see why we should support an attitude that has
> made webdesigners' lives miserable for many years now.

OK, I removed the filter property.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org