http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100217

Revision: 100217
Author:   werdna
Date:     2011-10-19 12:06:45 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
UI changes per email from Howie: unbold username and date/time

Modified Paths:
--------------
    trunk/extensions/MoodBar/SpecialFeedbackDashboard.php
    
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css

Modified: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php
===================================================================
--- trunk/extensions/MoodBar/SpecialFeedbackDashboard.php       2011-10-19 
10:19:47 UTC (rev 100216)
+++ trunk/extensions/MoodBar/SpecialFeedbackDashboard.php       2011-10-19 
12:06:45 UTC (rev 100217)
@@ -217,12 +217,12 @@
                                ->userToolLinks( $user->getId(), $username );
                
                return <<<HTML
-                       <h3 class="fbd-item-userName">
+                       <div class="fbd-item-userName">
                                <a href="#">$username</a>
                                <sup class="fbd-item-userLinks">
                                        $links
                                </sup>
-                       </h3>
+                       </div>
 HTML;
        }
        

Modified: 
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css
===================================================================
--- 
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css
    2011-10-19 10:19:47 UTC (rev 100216)
+++ 
trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css
    2011-10-19 12:06:45 UTC (rev 100217)
@@ -216,7 +216,6 @@
 .fbd-item-time {
        font-size: 1.2em;
        float: right;
-       font-weight: bold;
 }
 
 .fbd-item-message {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to