Separate the links in the bottom right map corner better

This commit is contained in:
Tom Hughes 2013-02-05 19:18:37 +00:00
parent 8090e086da
commit 68044c6054
2 changed files with 13 additions and 8 deletions

View file

@ -1508,6 +1508,9 @@ ul.secondary-actions {
border-left: 0;
padding-left: 0;
}
&:last-child {
margin-right: 0px;
}
}
}

View file

@ -19,14 +19,16 @@
<div id="map">
<div id="permalink">
<a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a>
<a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a>
<%= link_to t("site.index.createnote"), notes_url(:format => :json),
:id => "createnoteanchor",
:data => { :minzoom => 12 },
:title => "javascripts.site.createnote_tooltip",
:class => "geolink"
%>
<ul class="secondary-actions">
<li><a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a></li>
<li><a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a></li>
<li><%= link_to t("site.index.createnote"), notes_url(:format => :json),
:id => "createnoteanchor",
:data => { :minzoom => 12 },
:title => "javascripts.site.createnote_tooltip",
:class => "geolink"
%></li>
</ul>
</div>
</div>