use icon instead of help button

This commit is contained in:
Oliver Gorwits
2012-12-06 18:47:18 +00:00
parent 4d74aa835b
commit cbecea8811
3 changed files with 28 additions and 25 deletions

View File

@@ -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 */