finalized cheatsheet move help button back into the corner
This commit is contained in:
parent
80221f1dd4
commit
10e5228488
2 changed files with 6 additions and 4 deletions
|
@ -678,13 +678,15 @@
|
|||
|
||||
/* infoAndHelp */
|
||||
|
||||
.mapPage .infoAndHelp, .topicPage .infoAndHelp{
|
||||
right: 70px;
|
||||
}
|
||||
.infoAndHelp {
|
||||
position: fixed;
|
||||
bottom: 24px;
|
||||
right: 66px;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
z-index: 3;
|
||||
width: auto;
|
||||
padding: 1px 10px 0px 10px;
|
||||
font-style: italic;
|
||||
height: 32px;
|
||||
}
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
<div id="moreResources">
|
||||
<p>For more information about Metamaps.cc, visit our Knowledge Base or skip directly to a section by clicking on one of the categories below.</p>
|
||||
<div class="resourcesColumnOne resourcesColumn">
|
||||
<a href="#" target="_blank" data-bypass="true" class="button">Feedback Forums</a>
|
||||
<a href="http://support.metamaps.cc/forums/262715-general" target="_blank" data-bypass="true" class="button">Feedback Forums</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://support.metamaps.cc/knowledgebase/topics/61031-getting-started" target="_blank" data-bypass="true">Getting Started</a>
|
||||
|
|
Loading…
Reference in a new issue