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 */
|
/* infoAndHelp */
|
||||||
|
|
||||||
|
.mapPage .infoAndHelp, .topicPage .infoAndHelp{
|
||||||
|
right: 70px;
|
||||||
|
}
|
||||||
.infoAndHelp {
|
.infoAndHelp {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 24px;
|
bottom: 20px;
|
||||||
right: 66px;
|
right: 20px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 1px 10px 0px 10px;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
<div id="moreResources">
|
<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>
|
<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">
|
<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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://support.metamaps.cc/knowledgebase/topics/61031-getting-started" target="_blank" data-bypass="true">Getting Started</a>
|
<a href="http://support.metamaps.cc/knowledgebase/topics/61031-getting-started" target="_blank" data-bypass="true">Getting Started</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue