lots of graphics
[prawokultury.git] / prawokultury / static / css / search.css
1 #search-form {
2   margin-top: .4em; }
3   #search-form input {
4     font-size: 1.1em;
5     width: 17.1em;
6     padding-left: 1em;
7     border: none;
8     border-radius: 1.5em 0 0 1.5em;
9     background: white;
10     color: black;
11     height: 2em; }
12   #search-form button {
13     font-size: 1.1em;
14     width: 2.7em;
15     height: 2em;
16     border: none;
17     background: #3bb0a8;
18     background-image: url("/static/img/search-bg.png");
19     background-repeat: no-repeat;
20     color: white;
21     border-radius: 0 1em 1em 0;
22     padding-right: 1em; }
23     #search-form button img {
24       vertical-align: middle; }