diff --git a/app/assets/stylesheets/feedback.css.erb b/app/assets/stylesheets/feedback.css.erb new file mode 100644 index 00000000..ff5ef545 --- /dev/null +++ b/app/assets/stylesheets/feedback.css.erb @@ -0,0 +1,25 @@ +.unauthenticated .feedback-icon { + display: none; +} + +.feedback-icon { + position: fixed; + background-image: url(<%= asset_data_uri 'feedback_sprite.png' %>); + background-repeat: no-repeat; + color:#FFFFFF; + cursor:pointer; + height:110px; + left:0; + margin-left:0px; + text-indent:-100000px; + top:65%; + width:25px; + z-index:100000; + opacity: 1; +} + +.feedback-icon:hover { + background-position: 0 -110px; +} + + diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 61e8833a..0b66ac85 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -9,7 +9,7 @@
"> - + <%= content_tag :div, class: "main" do %>