[dw-nonfree] Tropospherical cuts off large page elements without a scroll bar
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/9e8882808f30]
http://bugs.dwscoalition.org/show_bug.cgi?id=1930
Adjust the CSS for the background color of the inbox item (necessary if the
inbox item stretches out to the right), so that it's only applied to the
non-.alt items, preserving the alternating colors, and so that it does not
override the Selected colors.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1930
Adjust the CSS for the background color of the inbox item (necessary if the
inbox item stretches out to the right), so that it's only applied to the
non-.alt items, preserving the alternating colors, and so that it does not
override the Selected colors.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r 2a5dff305697 -r 9e8882808f30 htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Thu Jul 29 06:45:50 2010 +0000 +++ b/htdocs/stc/tropo/tropo-purple.css Sat Jul 31 13:30:07 2010 +0800 @@ -646,6 +646,9 @@ span.InboxItem_Read:hover a { span.InboxItem_Read:hover a { color: inherit !important; } +.inbox .InboxItem_Row { + background-color: #f7f7f7; +} .inbox .alt { background: #f6f6f6; } @@ -838,7 +841,6 @@ div.adult_warning { /* for items which could have wide content, that could overflow outside the bounds of #content */ #page_talkread #Comments .talk-comment td.commentbody, -#page_inbox .InboxItem_Content, #page_manageprofile td { background-color: #f7f7f7; } diff -r 2a5dff305697 -r 9e8882808f30 htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Thu Jul 29 06:45:50 2010 +0000 +++ b/htdocs/stc/tropo/tropo-red.css Sat Jul 31 13:30:07 2010 +0800 @@ -648,6 +648,9 @@ span.InboxItem_Read:hover a { span.InboxItem_Read:hover a { color: inherit !important; } +.inbox .InboxItem_Row { + background-color: #f7f7f7; +} .inbox .alt { background: #f6f6f6; } @@ -840,7 +843,6 @@ div.adult_warning { /* for items which could have wide content, that could overflow outside the bounds of #content */ #page_talkread #Comments .talk-comment td.commentbody, -#page_inbox .InboxItem_Row td, #page_manageprofile td { background-color: #f7f7f7; } --------------------------------------------------------------------------------