mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 02:48:17 +00:00
46 lines
728 B
CSS
46 lines
728 B
CSS
#right-panel {
|
|
font-family: 'Roboto','sans-serif';
|
|
line-height: 30px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#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;
|
|
}
|