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

[dw-free] "Icon" link in "Icon to use" in quick reply not aligned with the rest

[commit: http://hg.dwscoalition.org/dw-free/rev/ce21ceb5c1fd]

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

Make this match the alignment of the rest of the things in here.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/talkpage.css
--------------------------------------------------------------------------------
diff -r bf5f265c0ab8 -r ce21ceb5c1fd htdocs/stc/talkpage.css
--- a/htdocs/stc/talkpage.css	Thu Dec 22 18:18:34 2011 +0800
+++ b/htdocs/stc/talkpage.css	Thu Dec 22 20:06:05 2011 +0800
@@ -18,7 +18,9 @@
     padding: 2px;
     vertical-align: top;
 }
-
+#qrform td a {
+    vertical-align: top;
+}
 
 .userpic {
     margin-bottom: 0px;
--------------------------------------------------------------------------------