}
}
-/* Rules for the search box */
+/* Rules for the search and direction forms */
-header .search_form {
+header .search_forms,
+.directions_form {
display: none;
}
-.search_form {
+.search_form,
+.directions_form {
position: relative;
padding: $lineheight/2;
padding-top: 1px;
font-size: 10px;
color: $blue;
}
-
- .routing {
- display: none;
- }
}
/* Rules for the map key which appears in the popout sidebar */
td.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; }
}
-.routing_submit {
+.directions_form input[type="submit"] {
margin-top: 30px !important;
}