Awais Jibran
0b34ec891f
Xsy image remove for course home messages at theme level
2020-12-15 00:17:02 +05:00
Awais Jibran
b901be8a25
Brand Update for Course Dates
2020-12-02 17:38:17 +05:00
Awais Jibran
e4f4face95
Merge pull request #25693 from edx/aj/branding/not-sure-link
...
Course Updates "Not sure" link
2020-12-02 01:22:29 +05:00
Awais Jibran
f8436a0ab8
Update Course Date Links to be buttons
2020-11-30 17:09:03 +05:00
Awais Jibran
c29184be3a
Course Updates "Not sure" link
2020-11-28 01:51:49 +05:00
Aura Milena Alba
ee3f612382
Remove pattern library of course_search.py ( #24173 )
...
[BD-10] [DEPR-72] Remove pattern library of course_search.py
2020-07-13 09:11:03 -04:00
Adam Butterworth
98dd03a638
Merge pull request #24077 from eduNEXT/ama/DEPR-78/DEPR-82
...
[BD-10] [DEPR-78][DEPR-82] Remove pattern library of latest-update-fragment.html and welcome-message-fragment.html
2020-06-18 09:15:20 -04:00
Adam Butterworth
0768acbf40
Remove pattern library of course_experience/course-outline-fragment.html ( #24044 )
2020-06-18 09:14:38 -04:00
Calen Pennington
15df17034a
Only prompt the user to upgrade if they have missed the deadline of gated graded content
2020-06-10 15:18:53 -04:00
Dillon Dumesnil
304b000b1b
Merge pull request #24134 from edx/ddumesnil/dates-widget-enhancement-AA-103
...
AA-103: Dates widget enhancements
2020-06-08 06:21:44 -07:00
Aura Milena Alba
b7a838c34b
Remove pattern library of course_experience/course-updates-fragment.html. ( #24062 )
2020-06-05 09:54:03 -04:00
Dillon Dumesnil
f32c51383b
AA-103: Dates widget enhancements
...
Reducing dates widget to one assignment. Adding link to dates
page in the dates widget
2020-06-04 12:48:00 -06:00
Aura M. Alba
941a93f531
Remove pattern library of course_experience/course-outline-fragment.html
2020-06-01 18:45:45 -05:00
Aura M. Alba
0ad20bd5b9
Remove pattern library of course_experience/latest-update-fragment.html
2020-05-29 11:52:44 -05:00
Nicholas D'Alfonso
b454f9be1d
AA-151 dates banner on course outline and refactor
...
- use new dates banner template on course outline page
- remove old banner from main.html
- let dates tab use new dates banner template
- remove dates banner completely from the courseware problem view
on the web app
- use new banner on the courseware problem view on the mobile app
- update banner util to use get_course_blocks
2020-05-21 13:23:05 -04:00
Adam Butterworth
42cc0d0145
Fix all stylelint errors ( #23920 )
...
* Fix all stylelint errors
For any errors that fixing would require changing the output of the css disable stylelint for that line instead of modifying.
* Update quality.py
Make stylelint quality check pass when there are no errors
* Delete empty selectors
2020-05-06 16:07:14 -04:00
Michael Terry
7a71356cd2
Cut off long course welcome messages
...
If a course welcome message is very long, cut it off with an
ellipsis and show a Show More button to reveal the full thing.
AA-46
2020-04-07 10:49:40 -04:00
Dillon Dumesnil
9586a2e3e8
AA-58: Add date-summary-container html back in
2020-03-11 09:24:09 -04:00
Dillon Dumesnil
a59155e83c
AA-36: Link to toggle calendar sync
2020-03-10 14:45:29 -04:00
Dillon Dumesnil
fe91d63a0b
Show relevant dates in course dates sidebar
...
This includes (at least) upcoming assignments, FBE access
expiration, and course end date.
AA-4
2020-02-18 08:42:15 -05:00
Dillon Dumesnil
00fe1495b4
Revert commits for AA-4
2020-02-10 12:10:59 -05:00
Dillon Dumesnil
490e93635f
AA-4: CSS updates in date widget
2020-02-07 11:53:23 -05:00
Dillon Dumesnil
23486a560d
Show relevant dates in course dates sidebar
...
This includes (at least) upcoming assignments, FBE access
expiration, and course end date.
AA-4
2020-02-06 16:01:46 -05:00
Michael Terry
ea92073e08
Limit course outline to a depth of two
...
Previously, we'd show three layers deep (section, subsection, and
unit). But now we cut out unit and stop at subsection.
AA-17
2020-02-03 14:49:34 -05:00
Nicholas D'Alfonso
f8051f970b
AA date description font size
...
- make the font size of the description in the date widget the
same as the title.
2020-01-29 11:37:44 -05:00
Nicholas D'Alfonso
796f1802d2
remove left boarder from upcoming dates
2020-01-14 10:56:02 -05:00
Nicholas D'Alfonso
3ad963b8a7
AA-3 course dates cleanup
...
-change Important Course Dates to Upcoming Dates
-remove today's date
-left align date, right aling rest of info
2020-01-13 14:58:23 -05:00
julianajlk
6e0914ad5d
add FPD banner to courseware ( #22113 )
...
REV-980
2019-10-23 09:33:11 -04:00
julianajlk
98f907f23c
Revert "add first purchase discount to courseware ( #22058 )"
...
This reverts commit 059b619794 .
2019-10-21 13:57:18 -04:00
julianajlk
059b619794
add first purchase discount to courseware ( #22058 )
...
REV-980.
* moved get_first_purchase_offer_banner_fragment to Discounts utils.py
* added banner wrapper method
* updated banner with time limit
2019-10-21 13:56:38 -04:00
Matthew Piatetsky
f6d0bf77df
check if discount expired
2019-10-16 11:32:27 -04:00
Brandon Baker
5012ed6ea4
Fix padding on discount banner for small screens ( #21509 )
...
REV-918
2019-08-29 16:00:26 -04:00
Matthew Piatetsky
75dc4459cd
add first purchase discount banner on course home
2019-05-02 16:14:16 -04:00
Adeel Khan
d741834370
Adds dynamic type text sizing for course dates fragments
...
This would enable course dates fragment to be
responsive to dynamic type text setting in ios
device.
LEARNER-6726
2018-12-18 23:56:38 +05:00
Kshitij Sobti
c1e3e59771
Basic bulk stylelint fixes
2018-07-10 02:27:11 +05:30
Awais Jibran
0d5c660d8a
Merge pull request #18520 from edx/aj/fix-display-inline-on-course-outline
...
Display check-marks inline.
2018-07-09 22:31:16 +05:00
Awais Jibran
41aa1fd426
Display check-marks inline.
...
EDUCATOR-3149
2018-07-05 11:32:39 +05:00
marcotuts
07718b90ab
updated subsection styling to show label on same line as icon, meant to complete EDUCATOR-2535
2018-07-04 13:42:44 -04:00
sandroroux
3899b76929
Removes the new course outline waffle flag.
2018-04-13 12:28:14 -04:00
Alex Dusenbery
a515277251
EDUCATOR-2451 | Add expand/collapse all button to course outline.
2018-04-05 15:47:33 -04:00
Alex Dusenbery
26ba411eb0
EDUCATOR-2535 | Small style cleanup for course outline.
2018-03-28 10:42:20 -04:00
Sofiya Semenova
8266c640d5
Course outline styling
2018-03-01 12:07:18 -05:00
Sofiya Semenova
f4ec7cca5f
Add visual progress checkmarks to course outline
2018-02-21 12:53:43 -05:00
Sofiya Semenova
7c1c5af763
Auto-open course outline to last viewed block
2018-02-20 12:10:26 -05:00
Simon Chen
db81dfa424
Surface vertical units in the course outline
2018-02-12 14:27:52 -05:00
Amir Qayyum Khan
e1d0260331
Added print media in css
2018-01-30 14:38:21 +05:00
Harry Rein
aa853a930e
Styling changes for responsive behavior on LMS.
2017-11-09 12:46:48 -05:00
Harry Rein
7f61828e12
Cleaning up mobile web.
2017-11-06 12:33:23 -05:00
Andy Armstrong
ae1c760ea4
Use Bootstrap theme colors and fonts in old stylesheets
...
LEARNER-2977
Fixes
2017-10-29 22:22:08 -04:00
Harry Rein
7091ed0f70
Merge pull request #16337 from edx/HarryRein/home-page-styling-fixes
...
Course home page styling with bootstrap.
2017-10-26 13:39:44 -04:00