r101277 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101276‎ | r101277 | r101278 >
Date:19:07, 29 October 2011
Author:bharris
Status:ok (Comments)
Tags:
Comment:
Added speechbubble icon to the Moodbar trigger
Modified paths:
  • /trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.init.css (modified) (history)
  • /trunk/extensions/MoodBar/modules/ext.moodBar/images/icon-speechbubble-blue.png (added) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/modules/ext.moodBar/images/icon-speechbubble-blue.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/MoodBar/modules/ext.moodBar/images/icon-speechbubble-blue.png
___________________________________________________________________
Added: svn:mime-type
11 + image/png
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.init.css
@@ -12,4 +12,7 @@
1313 white-space: nowrap;
1414 line-height: 1.125em;
1515 text-transform: none;
 16+ background: url(images/icon-speechbubble-blue.png);
 17+ background-repeat: no-repeat;
 18+ padding-left: 18px;
1619 }

Comments

#Comment by Catrope (talk | contribs)   21:16, 30 October 2011
+	background: url(images/icon-speechbubble-blue.png);

Please use @embed to trigger data URL embedding, like so:

/* @embed */
background: url(...);

Status & tagging log