2011-02-23 22:24:08 +00:00
|
|
|
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%;
|
2011-02-25 19:27:21 +00:00
|
|
|
width: 75%;
|
2011-02-23 22:24:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
2011-02-25 19:59:25 +00:00
|
|
|
height: 100%;
|
2011-02-25 19:27:21 +00:00
|
|
|
width: 25%;
|
2011-02-23 22:24:08 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2011-02-25 19:09:26 +00:00
|
|
|
#sidebar img {
|
|
|
|
padding: 10px 5px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar img#hydrant-in-snow {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-02-25 19:59:25 +00:00
|
|
|
form {
|
2011-02-25 19:41:54 +00:00
|
|
|
width: 90%;
|
2011-02-25 19:59:25 +00:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagline {
|
|
|
|
padding: 10px;
|
|
|
|
background: #cc3333;
|
|
|
|
color: #ffffff;
|
2011-02-25 19:41:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
label, input {
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
text-align: left;
|
2011-02-23 22:24:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input, select, option, button {
|
2011-02-25 19:41:54 +00:00
|
|
|
margin-bottom: 10px;
|
2011-02-23 22:24:08 +00:00
|
|
|
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
|
|
|
font-size: 1.0em;
|
2011-02-25 19:41:54 +00:00
|
|
|
width: 100%;
|
2011-02-23 22:24:08 +00:00
|
|
|
}
|
|
|
|
|
2011-02-25 19:41:54 +00:00
|
|
|
button {
|
|
|
|
text-align: center;
|
|
|
|
height: 2em;
|
2011-02-23 22:24:08 +00:00
|
|
|
}
|