Initial help ui

This commit is contained in:
Tom MacWright
2013-03-22 13:40:30 -04:00
parent b921ce4348
commit 64bec11fb9
8 changed files with 128 additions and 8 deletions
+22
View File
@@ -1523,10 +1523,32 @@ div.combobox {
}
.geolocate-control button {
}
/* Help */
.help-control {
top:270px;
}
.help-control button {
border-radius: 0 0 4px 0;
border-bottom: 0;
}
.help-wrap {
background:#fff;
position: absolute;
height: 100%;
top:60px;
padding-left:50px;
padding-top:20px;
padding-right:20px;
padding-bottom:60px;
left: 0;
overflow-y: scroll;
}
/* Map
------------------------------------------------------- */