css fixes for older browsers
[prawokultury.git] / prawokultury / static / css / search.css
index eda6878..6bc635c 100644 (file)
@@ -6,6 +6,8 @@
     padding-left: 1em;
     border: none;
     border-radius: 1.5em 0 0 1.5em;
+    -moz-border-radius: 1.5em 0 0 1.5em;
+    -webkit-border-radius: 1.5em 0 0 1.5em;
     background: white;
     color: black;
     height: 2em; }
@@ -19,6 +21,8 @@
     background-repeat: no-repeat;
     color: white;
     border-radius: 0 1em 1em 0;
+    -moz-border-radius: 0 1em 1em 0;
+    -webkit-border-radius: 0 1em 1em 0;
     padding-right: 1em; }
     #search-form button img {
       vertical-align: middle; }