9b9bbe1aa4b33a4d1e628c4e4b950862ef154191
[prawokultury.git] / prawokultury / static / css / search.scss
1 #search-form {
2     margin-top: .4em;
3
4     input {
5         font-size: 1.1em;
6         width: 16.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     }
16
17     button {
18         font-size: 1.1em;
19         width: 2.7em;
20         height: 2em;
21         border: none;
22         background: #3bb0a8;
23         background-image: url('/static/img/search-bg.png');
24         background-repeat: no-repeat;
25         color: white;
26         border-radius: 0 1em 1em 0;
27         -moz-border-radius: 0 1em 1em 0;
28         -webkit-border-radius: 0 1em 1em 0;
29         padding-right: 1em;
30
31         img {
32             vertical-align: middle;
33         }
34     }
35 }