/* Rules for the search box */
-#search_form {
+header .search_form {
+ display: none;
+}
+
+.search_form {
position: relative;
padding: $lineheight/2;
background-color: $lightgrey;
- #query_wrapper {
+ .query_wrapper {
position: relative;
overflow: hidden;
+ border-radius: 2px 0 0 2px;
}
- input {
+ input[type=text] {
width: 100%;
height: 30px;
border-right: none;
- border-radius: 2px 0 0 2px;
transition: 300ms linear;
-webkit-transition: 300ms linear;
border-radius: 0 2px 2px 0;
}
- #describe_location {
+ .describe_location {
position: absolute;
top: 6px;
right: 6px;