[dw-nonfree] new edit profile page cut off in some browsers
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a6f41057d910]
http://bugs.dwscoalition.org/show_bug.cgi?id=2719
Add background color to the table, so that it remains readable even once it
becomes wider than the normal page.
Style by fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2719
Add background color to the table, so that it remains readable even once it
becomes wider than the normal page.
Style by fu.
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r c18c8ed10653 -r a6f41057d910 htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Thu Jun 24 22:45:19 2010 +0800 +++ b/htdocs/stc/tropo/tropo-purple.css Sat Jun 26 03:42:36 2010 +0800 @@ -838,6 +838,7 @@ 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_inbox .InboxItem_Content, +#page_manageprofile td { background-color: #f7f7f7; } diff -r c18c8ed10653 -r a6f41057d910 htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Thu Jun 24 22:45:19 2010 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Sat Jun 26 03:42:36 2010 +0800 @@ -840,6 +840,7 @@ 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_inbox .InboxItem_Row td, +#page_manageprofile td { background-color: #f7f7f7; } --------------------------------------------------------------------------------