diff options
author | Akshen | 2019-06-04 16:09:58 +0530 |
---|---|---|
committer | Akshen | 2019-06-04 16:09:58 +0530 |
commit | 17bd8038440bb295d4ee5cf5be4c90f306bd9d76 (patch) | |
tree | 6d12a986eb1e487866ccad96934b18ba0466f025 /static/css/index.css | |
parent | ec32a006b2cc3ee0f0cdaa022cd2c91f5d1a1af0 (diff) | |
download | FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.tar.gz FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.tar.bz2 FOSSEE_animations-17bd8038440bb295d4ee5cf5be4c90f306bd9d76.zip |
index page css fix
Diffstat (limited to 'static/css/index.css')
-rw-r--r-- | static/css/index.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/static/css/index.css b/static/css/index.css index 61b5a80..0c3c6e7 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -11,24 +11,18 @@ } -#search_bar { - padding-top: 1.5%; -} form.example input[type=text] { - padding: 10px; + padding: 5px; font-size: 17px; border: 1px solid grey; float: left; - width: 80%; background: #f1f1f1; } form.example button { float: left; margin-left: 1%; - height: 10%; - width: 25%; background:#F5404C; color: white; font-size: 150%; |