fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-01-04 05:04 am

[dw-free] Need consistent styling across the site

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

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

Gyah, the button styling doesn't match the update page at all. Let's just
work around it for now.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/weblib.pl
--------------------------------------------------------------------------------
diff -r 287617e6a41f -r 7c9aec40041f cgi-bin/weblib.pl
--- a/cgi-bin/weblib.pl	Mon Jan 03 22:09:47 2011 -0600
+++ b/cgi-bin/weblib.pl	Tue Jan 04 13:03:55 2011 +0800
@@ -2025,7 +2025,7 @@ PREVIEW
 
             $out .= LJ::html_submit('action:update', BML::ml('entryform.update4'),
                     { 'onclick' => $onclick, 
-                      'class' => 'submit xpost_submit', 
+                      'class' => 'update_submit xpost_submit', 
                       'id' => 'formsubmit',
                       'tabindex' => $tabindex->() }) . " \n";
         }
--------------------------------------------------------------------------------