summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
authorAkshen2019-06-04 16:27:20 +0530
committerGitHub2019-06-04 16:27:20 +0530
commit2ebfc188536e89575ef582fed73de5e20dfbe430 (patch)
tree6d12a986eb1e487866ccad96934b18ba0466f025 /static/css/index.css
parent5199eda460dd965225abfe54dce1ede08e23351a (diff)
parent17bd8038440bb295d4ee5cf5be4c90f306bd9d76 (diff)
downloadFOSSEE_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.css8
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%;