fix placement of netmap sidebar help

This commit is contained in:
Oliver Gorwits
2013-12-29 20:05:46 +00:00
parent e5d341b007
commit 7749082dfd
2 changed files with 6 additions and 2 deletions

View File

@@ -561,10 +561,14 @@ form .clearfix.success input {
} }
.nd_netmap-sidebar { .nd_netmap-sidebar {
margin-top: 40px; margin-top: 7px;
margin-left: -9px; margin-left: -9px;
} }
.nd_netmap-sidebar-help {
margin-left: 32px;
}
.icons-ul { .icons-ul {
margin-left: 22px; margin-left: 22px;
} }

View File

@@ -2,7 +2,7 @@
<span class="nd_sidebar-title"><em>Neighbor Map Controls</em></span> <span class="nd_sidebar-title"><em>Neighbor Map Controls</em></span>
<input name="q" value="[% params.q | html_entity %]" type="hidden"/> <input name="q" value="[% params.q | html_entity %]" type="hidden"/>
<div class="clearfix nd_netmap-sidebar"> <div class="clearfix nd_netmap-sidebar">
<ul class="muted"> <ul class="muted nd_netmap-sidebar-help">
<li>Click and drag to pan</li> <li>Click and drag to pan</li>
<li>Scroll to zoom</li> <li>Scroll to zoom</li>
<li>Hover shows neighbors</li> <li>Hover shows neighbors</li>