diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 32c2097f..6788129e 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -2052,6 +2052,26 @@ and it won't be important on password protected instances */ .yourMap .mapInfoDelete { display: block; } + +.mapInfoButtonsWrapper .mapInfoThumbnail { + display: block; + background-image: url(<%= asset_path('screenshot_sprite.png') %>); + width: 32px; + height: 32px; + + .tooltip { + display: none; + } + + &:hover { + background-position: -32px 0; + + .tooltip { + display: block; + } + } +} + .mapInfoButtonsWrapper span { position: absolute; width: 100%; diff --git a/app/views/layouts/_templates.html.erb b/app/views/layouts/_templates.html.erb index 4c1e3a91..22870fe6 100644 --- a/app/views/layouts/_templates.html.erb +++ b/app/views/layouts/_templates.html.erb @@ -36,7 +36,7 @@
Created by: <%= @map.user == user ? "You" : @map.user.name %> on <%= @map.created_at.strftime("%m/%d/%Y") %>
Last edited: <%= @map.updated_at.strftime("%m/%d/%Y") %>