diff options
author | Sharanya A | 2019-11-26 15:48:39 +0530 |
---|---|---|
committer | GitHub | 2019-11-26 15:48:39 +0530 |
commit | c69720de4ea46628d81358b748daabf843c52357 (patch) | |
tree | 5044f017f777d8005fefb4985a17f4aaaec91117 /fossee_manim/static/css/index.css | |
parent | ab16ecbb34d5b301d86a33f4d019b25de261f6cf (diff) | |
parent | f2ac50021461637225c77f633c0818f100e87ed1 (diff) | |
download | FOSSEE_animations-master.tar.gz FOSSEE_animations-master.tar.bz2 FOSSEE_animations-master.zip |
- provide reviewers option to delete proposals
- allow segregation of proposals based on their status
- allow performing basic search on proposal_status page
Diffstat (limited to 'fossee_manim/static/css/index.css')
-rw-r--r-- | fossee_manim/static/css/index.css | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index 0a7895e..9840f69 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -62,7 +62,7 @@ form.example::after { } #btns { - padding: 25 25 25 25; + padding:25 25 25 25; font-size: 155%; font-family: 'Lato', sans-serif; } @@ -124,3 +124,38 @@ hr { background-color: #ffe0b2; border-radius: 50%; } + +.footer{ + right: 0; + left: 0; +<<<<<<< HEAD + bottom: 0; + padding: 1rem; +======= + position: relative; + bottom: 0; + + owerflow: hidden; + padding: 95px; +>>>>>>> cfdc41deed280bddbcc6c3cf45e30f33ea139e88 + text-align: center; +} +a{ + color:white; +} + +a:hover{ + color:white; + background-color: gray; +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + content: ""; + background: no-repeat center center; + background-size: 100% 100%; + background-color: white; +}
\ No newline at end of file |