mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Initial help ui
This commit is contained in:
+22
@@ -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
|
||||
------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user