diff options
author | Akshen | 2019-06-04 16:27:20 +0530 |
---|---|---|
committer | GitHub | 2019-06-04 16:27:20 +0530 |
commit | 2ebfc188536e89575ef582fed73de5e20dfbe430 (patch) | |
tree | 6d12a986eb1e487866ccad96934b18ba0466f025 /static/css/index.css | |
parent | 5199eda460dd965225abfe54dce1ede08e23351a (diff) | |
parent | 17bd8038440bb295d4ee5cf5be4c90f306bd9d76 (diff) | |
download | FOSSEE_animations-2ebfc188536e89575ef582fed73de5e20dfbe430.tar.gz FOSSEE_animations-2ebfc188536e89575ef582fed73de5e20dfbe430.tar.bz2 FOSSEE_animations-2ebfc188536e89575ef582fed73de5e20dfbe430.zip |
Merge pull request #25 from Akshen/develop
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%; |