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