fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-01 03:44 pm

[dw-nonfree] Clean up of Edit Profile page

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/b339bc64fc34]

http://bugs.dwscoalition.org/show_bug.cgi?id=787

Correct the coloring of the headers and field names in the tropospherical
red and purple layouts.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/tropo/tropo-purple.css
  • htdocs/stc/tropo/tropo-red.css
--------------------------------------------------------------------------------
diff -r 9e8882808f30 -r b339bc64fc34 htdocs/stc/tropo/tropo-purple.css
--- a/htdocs/stc/tropo/tropo-purple.css	Sat Jul 31 13:30:07 2010 +0800
+++ b/htdocs/stc/tropo/tropo-purple.css	Sun Aug 01 23:44:35 2010 +0800
@@ -413,6 +413,13 @@ h2.widget-header, .theme-item.current, .
     background-color: #f3d2fc;
     color: #333;
     border-bottom: 1px solid #7e27c1;
+}
+.field_block td {
+    background-color: #f7f7f7;
+}
+.field_block .field_name {
+    color: #333;
+    background-color: #eee;
 }
 
 /* comm_promo.css */
@@ -840,7 +847,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_manageprofile td {
+#page_talkread  #Comments .talk-comment td.commentbody {
     background-color: #f7f7f7;
 }
diff -r 9e8882808f30 -r b339bc64fc34 htdocs/stc/tropo/tropo-red.css
--- a/htdocs/stc/tropo/tropo-red.css	Sat Jul 31 13:30:07 2010 +0800
+++ b/htdocs/stc/tropo/tropo-red.css	Sun Aug 01 23:44:35 2010 +0800
@@ -415,7 +415,10 @@ h2.widget-header, .theme-item.current, .
 .cat_head {
     background-color: #ddd;
 }
-.field_name {
+.field_block td {
+    background-color: #f7f7f7;
+}
+.field_block .field_name {
     color: #333;
     background-color: #eee;
 }
@@ -842,7 +845,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_manageprofile td {
+#page_talkread  #Comments .talk-comment td.commentbody {
     background-color: #f7f7f7;
 }
--------------------------------------------------------------------------------