/* Rules for the new diary entry page */
-.diary_entry_new div#map {
+.diary_entry div#map {
position: relative;
width: 90%;
height: 400px;
height: 400px;
}
-.user_view .user_map p {
+.user_view .user_map p#no_home_location {
position: absolute;
top: 0px;
bottom: 0px;
/* Rules for highlighting fields with rails validation errors */
-.fieldWithErrors {
+.field_with_errors {
padding: 2px;
background-color: red;
display: table;