Index: trunk/extensions/MoodBar/MoodBar.i18n.php |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | //Feedback Response |
135 | 135 | 'moodbar-response-terms' => 'By submitting, you agree to transparency under these $1.', |
136 | 136 | 'moodbar-response-link' => 'terms', |
137 | | - 'moodbar-response-url' => 'http://wikimediafoundation.org/wiki/Feedback_privacy_statement', |
| 137 | + 'moodbar-response-url' => '//wikimediafoundation.org/wiki/Feedback_privacy_statement', |
138 | 138 | 'response-back-text' => 'Back', |
139 | 139 | 'response-preview-text' => 'Preview', |
140 | 140 | 'response-ajax-action-head' => 'Responding...', |
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css |
— | — | @@ -219,19 +219,16 @@ |
220 | 220 | padding:1.5em 2em; |
221 | 221 | } |
222 | 222 | |
223 | | -.fbd-ajax-response div { |
224 | | -} |
225 | | - |
226 | 223 | .fbd-item-response-icon { |
227 | | - float:left; |
228 | | - display:block; |
229 | | - height:56px; |
230 | | - width:56px; |
231 | | - background-position: center center; |
232 | | - background-repeat: no-repeat; |
233 | | - padding:8px 16px; |
234 | | - position: relative; |
235 | | - top: -16px; |
| 224 | + float: left; |
| 225 | + display: block; |
| 226 | + height: 56px; |
| 227 | + width: 56px; |
| 228 | + background-position: center center; |
| 229 | + background-repeat: no-repeat; |
| 230 | + padding: 8px 16px; |
| 231 | + position: relative; |
| 232 | + top: -16px; |
236 | 233 | } |
237 | 234 | |
238 | 235 | .fbd-item-response > p { |
— | — | @@ -240,11 +237,12 @@ |
241 | 238 | } |
242 | 239 | |
243 | 240 | .fbd-item-response-success { |
| 241 | + /* @embed */ |
244 | 242 | background-image: url(images/response-success.png); |
245 | | - |
246 | 243 | } |
247 | 244 | |
248 | 245 | .fbd-item-response-error { |
| 246 | + /* @embed */ |
249 | 247 | background-image: url(images/response-error.png); |
250 | 248 | } |
251 | 249 | |