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

50 lines
696 B
CSS
Raw Normal View History

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:09:26 +00:00
width: 70%;
2011-02-23 22:24:08 +00:00
}
#sidebar {
float: left;
height: 100%;
text-align: center;
2011-02-25 19:09:26 +00:00
width: 30%;
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-23 22:24:08 +00:00
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%;
}