Commit 4e49edea524f8be08336502b73ac32d868dc300a
1 parent
031ebef9
Exists in
master
and in
2 other branches
adding feedback button
Showing
2 changed files
with
11 additions
and
0 deletions
Show diff stats
10.2 KB
style.css
... | ... | @@ -1278,3 +1278,14 @@ div#notice { |
1278 | 1278 | .gamification .badge .image.friendly { |
1279 | 1279 | background-image: url(images/badges/amigos.jpg); |
1280 | 1280 | } |
1281 | + | |
1282 | +/*Feedback Button*/ | |
1283 | + | |
1284 | +button.feedback-btn.feedback-bottom-right { | |
1285 | + background: url(images/feedback-button.png) no-repeat 100% 100%; | |
1286 | + position:fixed; | |
1287 | + height: 117px; | |
1288 | + width: 137px; | |
1289 | + border: none; | |
1290 | +} | |
1291 | + | ... | ... |