[dw-nonfree] Clean up of Edit Profile page
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/56d4b7cad802]
http://bugs.dwscoalition.org/show_bug.cgi?id=787
Zebra-stripe alternate rows on the edit profile page.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=787
Zebra-stripe alternate rows on the edit profile page.
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 ad0d0b4fd447 -r 56d4b7cad802 htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Tue Sep 07 13:04:05 2010 -0500 +++ b/htdocs/stc/tropo/tropo-purple.css Tue Sep 14 11:37:27 2010 +0800 @@ -421,6 +421,9 @@ h2.widget-header, .theme-item.current, . .field_block .field_name { color: #333; background-color: #eee; +} +.field_block .zebra_row { + background-color: #fef; } /* comm_promo.css */ diff -r ad0d0b4fd447 -r 56d4b7cad802 htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Tue Sep 07 13:04:05 2010 -0500 +++ b/htdocs/stc/tropo/tropo-red.css Tue Sep 14 11:37:27 2010 +0800 @@ -423,6 +423,9 @@ h2.widget-header, .theme-item.current, . color: #333; background-color: #eee; } +.field_block .zebra_row { + background-color: #fee; +} .field_desc { color: #505050; } --------------------------------------------------------------------------------