Choose your day.
[prawokultury.git] / prawokultury / static / css / search.scss
old mode 100755 (executable)
new mode 100644 (file)
index 7b73859..f018c15
@@ -1,12 +1,14 @@
 #search-form {
-    margin-top: .4em;
+    margin: .4em 0 0 0;
 
     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;
@@ -22,6 +24,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;
 
         img {