fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor req fix
[prawokultury.git]
/
prawokultury
/
static
/
css
/
search.scss
diff --git
a/prawokultury/static/css/search.scss
b/prawokultury/static/css/search.scss
old mode 100755
(executable)
new mode 100644
(file)
index
590dedb
..
f018c15
--- a/
prawokultury/static/css/search.scss
+++ b/
prawokultury/static/css/search.scss
@@
-1,5
+1,5
@@
#search-form {
#search-form {
- margin
-top: .4em
;
+ margin
: .4em 0 0 0
;
input {
font-size: 1.1em;
input {
font-size: 1.1em;
@@
-7,6
+7,8
@@
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;
height: 2em;
background: white;
color: black;
height: 2em;
@@
-22,6
+24,8
@@
background-repeat: no-repeat;
color: white;
border-radius: 0 1em 1em 0;
background-repeat: no-repeat;
color: white;
border-radius: 0 1em 1em 0;
+ -moz-border-radius: 0 1em 1em 0;
+ -webkit-border-radius: 0 1em 1em 0;
padding-right: 1em;
img {
padding-right: 1em;
img {