fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor change in shop form
[prawokultury.git]
/
prawokultury
/
static
/
css
/
search.css
diff --git
a/prawokultury/static/css/search.css
b/prawokultury/static/css/search.css
index
61e75d5
..
2d40b45
100644
(file)
--- a/
prawokultury/static/css/search.css
+++ b/
prawokultury/static/css/search.css
@@
-1,14
+1,17
@@
#search-form {
#search-form {
- margin
-top: .4em
; }
+ margin
: .4em 0 0 0
; }
#search-form input {
font-size: 1.1em;
#search-form input {
font-size: 1.1em;
- width: 1
7
.1em;
+ width: 1
5
.1em;
padding-left: 1em;
border: none;
border-radius: 1.5em 0 0 1.5em;
padding-left: 1em;
border: none;
border-radius: 1.5em 0 0 1.5em;
+ -moz-border-radius: 1.5em 0 0 1.5em;
+ -webkit-border-radius: 1.5em 0 0 1.5em;
background: white;
color: black;
background: white;
color: black;
- height: 2em; }
+ height: 2em;
+ margin: 0; }
#search-form button {
font-size: 1.1em;
width: 2.7em;
#search-form button {
font-size: 1.1em;
width: 2.7em;
@@
-19,6
+22,9
@@
background-repeat: no-repeat;
color: white;
border-radius: 0 1em 1em 0;
background-repeat: no-repeat;
color: white;
border-radius: 0 1em 1em 0;
- padding-right: 1em; }
+ -moz-border-radius: 0 1em 1em 0;
+ -webkit-border-radius: 0 1em 1em 0;
+ padding-right: 1em;
+ margin: 0; }
#search-form button img {
vertical-align: middle; }
#search-form button img {
vertical-align: middle; }