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/workshop_app/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/workshop_app/css')
-rw-r--r-- | static/workshop_app/css/index.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/static/workshop_app/css/index.css b/static/workshop_app/css/index.css index 084265b..ddf762f 100644 --- a/static/workshop_app/css/index.css +++ b/static/workshop_app/css/index.css @@ -10,7 +10,7 @@ color:#EDEDED; text-align:center; font-family:Cambria; - font-size:20px; + font-size:15px; bottom:0px; right:10px; cursor:pointer; @@ -21,13 +21,11 @@ position:absolute; width:300px; height:400px; - padding:10px; + padding:5px; background:#EEEEEE; - color:#FF7700; box-shadow:0 0 0.1em #000; - text-align:center; - font-family:Cambria; - font-size:20px; + font-family:Garamond; + font-size:12px; bottom:0px; right:15px; cursor:pointer; @@ -44,7 +42,19 @@ font-family:Cambria; right:0px;top:0px; } + + /* Alternate the background color of the output rows */ +.list-group-item:nth-child(even) { + background-color: #bdf1ac; +} + +.chat-log { + max-height:300px; + overflow-y:scroll; +} + + body { background-color: grey; } |