style fixes
[prawokultury.git] / prawokultury / static / css / search.scss
1 #search-form {
2     margin: .4em 0 0 0;
3
4     input {
5         font-size: 1.1em;
6         width: 15.1em;
7         padding-left: 1em;
8         border: none;
9         border-radius: 1.5em 0 0 1.5em;
10         -moz-border-radius: 1.5em 0 0 1.5em;
11         -webkit-border-radius: 1.5em 0 0 1.5em;
12         background: white;
13         color: black;
14         height: 2em;
15         margin: 0;
16     }
17
18     button {
19         font-size: 1.1em;
20         width: 2.7em;
21         height: 2em;
22         border: none;
23         background: #3bb0a8;
24         background-image: url('/static/img/search-bg.png');
25         background-repeat: no-repeat;
26         color: white;
27         border-radius: 0 1em 1em 0;
28         -moz-border-radius: 0 1em 1em 0;
29         -webkit-border-radius: 0 1em 1em 0;
30         padding-right: 1em;
31         margin: 0;
32
33         img {
34             vertical-align: middle;
35         }
36     }
37 }