style fixes
[prawokultury.git] / prawokultury / static / css / search.scss
old mode 100755 (executable)
new mode 100644 (file)
index 590dedb..7133c89
@@ -1,15 +1,18 @@
 #search-form {
-    margin-top: .4em;
+    margin: .4em 0 0 0;
 
     input {
         font-size: 1.1em;
-        width: 16.1em;
+        width: 15.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;
+        margin: 0;
     }
 
     button {
         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;
+        margin: 0;
 
         img {
             vertical-align: middle;