]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Fix border-radius for search query input field
[rails.git] / app / assets / stylesheets / common.scss
index ae3b7c954c1cccb98f01d2655580bc5e203ca213..639e0328ebee82cdd99d1ee285f8647f4b39b5b6 100644 (file)
@@ -764,6 +764,10 @@ header .search_forms,
     overflow: hidden;
     border-radius: 2px 0 0 2px;
   }
+  
+  input#query {
+    border-radius: 3px 0px 0px 3px;
+  }
 
   input[type=text] {
     width: 100%;
@@ -902,6 +906,7 @@ header .search_forms,
     padding: 5px 20px 10px 15px;
     width: 100%;
     border-collapse: separate;
+    border-spacing: 0;
 }
 
 div.direction {
@@ -1026,6 +1031,7 @@ tr.turn:hover {
     border-radius: 3px;
     table-layout: fixed;
     border-collapse: separate;
+    border-spacing: 0;
 
     th, td {
       border-bottom: 1px solid $grey;