6bc635c6904dbe445ad14405badbfd09da9be75f
[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: 16.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   #search-form button {
15     font-size: 1.1em;
16     width: 2.7em;
17     height: 2em;
18     border: none;
19     background: #3bb0a8;
20     background-image: url("/static/img/search-bg.png");
21     background-repeat: no-repeat;
22     color: white;
23     border-radius: 0 1em 1em 0;
24     -moz-border-radius: 0 1em 1em 0;
25     -webkit-border-radius: 0 1em 1em 0;
26     padding-right: 1em; }
27     #search-form button img {
28       vertical-align: middle; }