[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
fu.
Files modified:
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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"; } --------------------------------------------------------------------------------