diff --git a/Netdisco/public/css/netdisco.css b/Netdisco/public/css/netdisco.css index 3d29545c..f6d82e21 100644 --- a/Netdisco/public/css/netdisco.css +++ b/Netdisco/public/css/netdisco.css @@ -27,11 +27,6 @@ body { width: 100%; } -#netmaphelp { - text-align: center; - padding-top: 5px; -} - /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* various styles to adjust the hero box used for homepage + login */ @@ -336,6 +331,18 @@ form .clearfix.success input { display: none; } +/* question mark image with popover for netmap instructions */ +#netmap_help_img { + position: fixed; + top: 160px; + right: 7px; + z-index: 1; + color: #555; + font-size: 20px; + cursor: pointer; + display: none; +} + /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* sidebar placement and sizing */ diff --git a/Netdisco/views/ajax/device/netmap.tt b/Netdisco/views/ajax/device/netmap.tt index be2fb663..7b7aae00 100644 --- a/Netdisco/views/ajax/device/netmap.tt +++ b/Netdisco/views/ajax/device/netmap.tt @@ -1,25 +1,10 @@ -
- -
-