fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-07-31 05:30 am

[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 [personal profile] fu.

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;
 }
--------------------------------------------------------------------------------