Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/page.css |
— | — | @@ -1,21 +1,3 @@ |
2 | | -/* MediaWiki-ish stuff */ |
3 | | - |
4 | | -body { |
5 | | - font-size: 1em; |
6 | | - font-family: sans-serif; |
7 | | - margin: 0; |
8 | | - padding: 0; |
9 | | -} |
10 | | -#content { |
11 | | - font-size: 0.8em; |
12 | | - line-height: 1.5em; |
13 | | - margin: 0; |
14 | | - padding: 1em; |
15 | | -} |
16 | | -a { |
17 | | - text-decoration: none; |
18 | | -} |
19 | | - |
20 | 2 | /* Filters */ |
21 | 3 | |
22 | 4 | #fbd-filters { |
— | — | @@ -79,15 +61,18 @@ |
80 | 62 | } |
81 | 63 | |
82 | 64 | #fbd-filters-type-praise-label { |
83 | | - background-image: url(../images/filter-praise.png) |
| 65 | + /* @embed */ |
| 66 | + background-image: url(images/filter-praise.png); |
84 | 67 | } |
85 | 68 | |
86 | 69 | #fbd-filters-type-confusion-label { |
87 | | - background-image: url(../images/filter-confusion.png) |
| 70 | + /* @embed */ |
| 71 | + background-image: url(images/filter-confusion.png); |
88 | 72 | } |
89 | 73 | |
90 | 74 | #fbd-filters-type-issues-label { |
91 | | - background-image: url(../images/filter-issues.png) |
| 75 | + /* @embed */ |
| 76 | + background-image: url(images/filter-issues.png); |
92 | 77 | } |
93 | 78 | |
94 | 79 | #fbd-filters-set { |
— | — | @@ -112,7 +97,8 @@ |
113 | 98 | #fbd-list-more a { |
114 | 99 | font-size: 1.4em; |
115 | 100 | padding-left: 20px; |
116 | | - background-image: url(../images/page-more.png); |
| 101 | + /* @embed */ |
| 102 | + background-image: url(images/page-more.png); |
117 | 103 | background-position: left center; |
118 | 104 | background-repeat: no-repeat; |
119 | 105 | } |
— | — | @@ -138,13 +124,16 @@ |
139 | 125 | } |
140 | 126 | |
141 | 127 | .fbd-item-emoticon-happy { |
142 | | - background-image: url(../images/emoticon-happy.png); |
| 128 | + /* @embed */ |
| 129 | + background-image: url(images/emoticon-happy.png); |
143 | 130 | } |
144 | 131 | .fbd-item-emoticon-confused { |
145 | | - background-image: url(../images/emoticon-confused.png); |
| 132 | + /* @embed */ |
| 133 | + background-image: url(images/emoticon-confused.png); |
146 | 134 | } |
147 | 135 | .fbd-item-emoticon-sad { |
148 | | - background-image: url(../images/emoticon-sad.png); |
| 136 | + /* @embed */ |
| 137 | + background-image: url(images/emoticon-sad.png); |
149 | 138 | } |
150 | 139 | |
151 | 140 | .fbd-item-userName { |