diff --git a/images/feedback-button.png b/images/feedback-button.png new file mode 100644 index 0000000..70f6930 Binary files /dev/null and b/images/feedback-button.png differ diff --git a/style.css b/style.css index 7dcb87d..516197a 100644 --- a/style.css +++ b/style.css @@ -1278,3 +1278,14 @@ div#notice { .gamification .badge .image.friendly { background-image: url(images/badges/amigos.jpg); } + +/*Feedback Button*/ + +button.feedback-btn.feedback-bottom-right { + background: url(images/feedback-button.png) no-repeat 100% 100%; + position:fixed; + height: 117px; + width: 137px; + border: none; +} + -- libgit2 0.21.2