afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-06-24 05:03 pm

[dw-free] /login.bml uses legacy LJ icons

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

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

Replace with Dreamwidth graphics.

Patch by [personal profile] yvi.

Files modified:
  • htdocs/login.bml
  • htdocs/stc/widgets/login.css
--------------------------------------------------------------------------------
diff -r 745fb9b0008b -r 4e29f3182978 htdocs/login.bml
--- a/htdocs/login.bml	Wed Jun 24 15:53:37 2009 +0000
+++ b/htdocs/login.bml	Wed Jun 24 17:02:28 2009 +0000
@@ -140,7 +140,7 @@
 
             unless ( $remote->is_identity ) {
                 $body .= "<div style='float: left; padding: 5px 10px 0px 10px;'>";
-                $body .= "<img src='/img/pencil.gif'></div>\n";
+                $body .= "<img src='/img/silk/profile/post.png'</div>\n";
                 $body .= "<div style='margin-left: 36px;'>";
                 $body .= "<?h2 <a href='$LJ::SITEROOT/update.bml'>";
                 $body .= "$ML{'.loggedin.suggesthead1'}</a> h2?>\n";
diff -r 745fb9b0008b -r 4e29f3182978 htdocs/stc/widgets/login.css
--- a/htdocs/stc/widgets/login.css	Wed Jun 24 15:53:37 2009 +0000
+++ b/htdocs/stc/widgets/login.css	Wed Jun 24 17:02:28 2009 +0000
@@ -18,7 +18,7 @@
     width: 160px;
 }
 .appwidget-login #user {
-    background: #fff url(/img/userinfo.gif) no-repeat 1px 50%;
+    background: #fff url(/img/silk/identity/user.png) no-repeat 1px 50%;
     padding-left: 18px;
     font-weight: bold;
     color: #c1272c;
--------------------------------------------------------------------------------