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

[dw-free] Create an Account: content overlapping birthday tip box

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

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

Give tip box prominence. (thanks [personal profile] ninetydegrees for suggesting
the fix!)

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/widgets/createaccount.css
--------------------------------------------------------------------------------
diff -r 5c286995cd6b -r 8839002a6af5 htdocs/stc/widgets/createaccount.css
--- a/htdocs/stc/widgets/createaccount.css	Wed Sep 28 19:54:42 2011 +0800
+++ b/htdocs/stc/widgets/createaccount.css	Wed Sep 28 20:09:48 2011 +0800
@@ -10,6 +10,7 @@
    left: 34em;
    right: 0px;
    top: 0px;
+   z-index: 99;
 }
 
 div.error-list ol, div.error-list li {
--------------------------------------------------------------------------------