fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-22 03:36 pm

[dw-nonfree] Remove the black border from quick reply

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

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

Add black border around quick reply to site skin css.

Patch by [personal profile] ninetydegrees.

Files modified:
  • htdocs/stc/tropo/tropo-purple.css
  • htdocs/stc/tropo/tropo-red.css
--------------------------------------------------------------------------------
diff -r dfd2ebdba5e1 -r 929537d71451 htdocs/stc/tropo/tropo-purple.css
--- a/htdocs/stc/tropo/tropo-purple.css	Tue Feb 22 10:34:00 2011 +0800
+++ b/htdocs/stc/tropo/tropo-purple.css	Tue Feb 22 23:36:29 2011 +0800
@@ -517,3 +517,9 @@ select.select {
 .helper {
     color: #666;
 }
+
+/* Quick Reply table */
+
+#qrformdiv table {
+    border: 1px solid #999;
+}
diff -r dfd2ebdba5e1 -r 929537d71451 htdocs/stc/tropo/tropo-red.css
--- a/htdocs/stc/tropo/tropo-red.css	Tue Feb 22 10:34:00 2011 +0800
+++ b/htdocs/stc/tropo/tropo-red.css	Tue Feb 22 23:36:29 2011 +0800
@@ -514,3 +514,9 @@ select.select {
 .helper {
     color: #666;
 }
+
+/* Quick Reply table */
+
+#qrformdiv table {
+    border: 1px solid #999;
+}
--------------------------------------------------------------------------------