diff options
author | Akshen | 2017-09-05 14:05:25 +0530 |
---|---|---|
committer | Akshen | 2017-09-05 14:05:25 +0530 |
commit | 47cdf0a98730ba006a24d4d710afdad04c861363 (patch) | |
tree | cc56921a1199fd57d4f612e3efa279a07d335405 /static/workshop_app | |
parent | 86e0b947d7d8cf20cd354d6653b1c84c0e6d124f (diff) | |
download | workshop_booking-47cdf0a98730ba006a24d4d710afdad04c861363.tar.gz workshop_booking-47cdf0a98730ba006a24d4d710afdad04c861363.tar.bz2 workshop_booking-47cdf0a98730ba006a24d4d710afdad04c861363.zip |
Updates Workshop Stats
- Updates .gitignore
- Updates footer, sets it to fixed position
- Adds Workshop Stats
- Instructor can Download or View Workshop stats from the givin date range
- Instructor can view number of workshops per month in chart
- Writes test for Workshop Stats
Diffstat (limited to 'static/workshop_app')
-rw-r--r-- | static/workshop_app/css/sticky-footer.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/static/workshop_app/css/sticky-footer.css b/static/workshop_app/css/sticky-footer.css index 924258c..7e5ed4c 100644 --- a/static/workshop_app/css/sticky-footer.css +++ b/static/workshop_app/css/sticky-footer.css @@ -36,14 +36,16 @@ background-color: #efefef; } -/* Footer CSS */ +/** + * Footer Styles + */ + .footer { - position: relative; - bottom: 0; - right: 0; - left: 0; -} -.hiddenRow { - padding: 0 !important; + position: fixed; + right: 0; + bottom: 0; + left: 0; + background-color: #efefef; + text-align: center; }
\ No newline at end of file |