50 lines
696 B
CSS
50 lines
696 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
|
height: 100%;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
#map_canvas {
|
|
float: left;
|
|
height: 100%;
|
|
width: 75%;
|
|
}
|
|
|
|
#sidebar {
|
|
float: left;
|
|
height: 100%;
|
|
text-align: center;
|
|
width: 25%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#sidebar img {
|
|
padding: 10px 5px 0 5px;
|
|
}
|
|
|
|
#sidebar img#hydrant-in-snow {
|
|
width: 100%;
|
|
}
|
|
|
|
p, form {
|
|
margin: auto;
|
|
width: 80%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
input, select, option, button {
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
|
font-size: 1.0em;
|
|
}
|
|
|
|
input, button {
|
|
width: 100%;
|
|
}
|