diff options
author | Akshen | 2018-01-17 12:33:23 +0530 |
---|---|---|
committer | Akshen | 2018-01-17 12:33:23 +0530 |
commit | e1b1e0b8e760cef7f47a00c163aac615188702f5 (patch) | |
tree | 647f57021752747e0eb786a74b94a1b7f311a58b /static/admin/css | |
parent | 01c97a3e76999fe581bf4135c8a7e77ffbf80fa2 (diff) | |
download | workshop_booking-e1b1e0b8e760cef7f47a00c163aac615188702f5.tar.gz workshop_booking-e1b1e0b8e760cef7f47a00c163aac615188702f5.tar.bz2 workshop_booking-e1b1e0b8e760cef7f47a00c163aac615188702f5.zip |
Add Instructions for Open Online Courses
- Removes ChatBot
- Adds Banner for Open Online Courses
- Adds template for Instructions(POOCs)
Diffstat (limited to 'static/admin/css')
-rw-r--r-- | static/admin/css/base.css | 4 | ||||
-rw-r--r-- | static/admin/css/changelists.css | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/static/admin/css/base.css b/static/admin/css/base.css index 49db502..a37555a 100644 --- a/static/admin/css/base.css +++ b/static/admin/css/base.css @@ -272,10 +272,6 @@ tfoot td { border-top: 1px solid #eee; } -thead th.required { - color: #000; -} - tr.alt { background: #f6f6f6; } diff --git a/static/admin/css/changelists.css b/static/admin/css/changelists.css index 4eab760..fd9e784 100644 --- a/static/admin/css/changelists.css +++ b/static/admin/css/changelists.css @@ -304,7 +304,6 @@ vertical-align: top; height: 24px; background: none; - color: #000; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; |