css fixes for older browsers
[prawokultury.git] / prawokultury / static / css / search.css
index 61e75d5..6bc635c 100644 (file)
@@ -2,10 +2,12 @@
   margin-top: .4em; }
   #search-form input {
     font-size: 1.1em;
-    width: 17.1em;
+    width: 16.1em;
     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; }