mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 10:58:21 +00:00
Update MapStyle.css
This commit is contained in:
parent
b276fd7f43
commit
31711d930d
@ -1,11 +1,44 @@
|
||||
#map{
|
||||
height: 100%;
|
||||
#right-panel {
|
||||
font-family: 'Roboto','sans-serif';
|
||||
line-height: 30px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
html,
|
||||
body{
|
||||
#right-panel select, #right-panel input {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#right-panel select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#right-panel i {
|
||||
font-size: 12px;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#map {
|
||||
height: 100%;
|
||||
float: left;
|
||||
width: 75%;
|
||||
height: 100%;
|
||||
}
|
||||
#right-panel {
|
||||
margin: 20px;
|
||||
border-width: 2px;
|
||||
width: 20%;
|
||||
height: 400px;
|
||||
float: left;
|
||||
text-align: left;
|
||||
padding-top: 0;
|
||||
}
|
||||
#directions-panel {
|
||||
margin-top: 10px;
|
||||
background-color: #FFEE77;
|
||||
padding: 10px;
|
||||
overflow: scroll;
|
||||
height: 174px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user