adopt-a-hydrant/public/stylesheets/main.css

57 lines
779 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%;
}
h1, p, form {
margin: auto;
width: 90%;
margin-top: 10px;
}
label, input {
display: block;
clear: both;
text-align: left;
}
input, select, option, button {
margin-bottom: 10px;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
font-size: 1.0em;
width: 100%;
}
button {
text-align: center;
height: 2em;
}