Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.core.css |
— | — | @@ -36,6 +36,7 @@ |
37 | 37 | min-width: 42px; |
38 | 38 | margin: 15px; |
39 | 39 | padding: 42px 0 5px 0; |
| 40 | + /* @embed */ |
40 | 41 | background: transparent url(images/type-unknown.png) center top no-repeat; |
41 | 42 | text-align: center; |
42 | 43 | } |
— | — | @@ -100,6 +101,7 @@ |
101 | 102 | } |
102 | 103 | |
103 | 104 | .mw-moodBar-state-loading { |
| 105 | + /* @embed */ |
104 | 106 | background: url(images/ajax-spinner.gif) left center no-repeat; |
105 | 107 | padding: 20px 0 0 90px; |
106 | 108 | height: 77px; |
Index: trunk/extensions/MoodBar/modules/ext.moodBar/ext.moodBar.init.css |
— | — | @@ -13,7 +13,3 @@ |
14 | 14 | line-height: 1.125em; |
15 | 15 | text-transform: none; |
16 | 16 | } |
17 | | - |
18 | | -#mw-moodbar-overlay { |
19 | | - |
20 | | -} |