Harry Rein
2162b966d0
Fix styling on the popover.
2017-12-08 12:28:06 -05:00
Michael Terry
5646762ef5
Fix some broken links in CSS comments
...
ux.edx.org/elements -> ux.edx.org/design_elements
2017-11-15 13:08:08 -05:00
Harry Rein
22e05f622e
Merge branch 'master' into release-mergeback-to-master
2017-11-02 13:33:03 -04:00
Harry Rein
63eeca73ce
Removing waffle flag for responsive header.
2017-11-01 21:36:32 -04:00
Andy Armstrong
268bea9e62
Make the course content page responsive
...
LEARNER-2754
2017-11-01 17:34:04 -04: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
3d79e3e05d
Adding unified, responsive header.
2017-10-20 16:24:31 -04:00
Andy Armstrong
80126fc79f
Merge pull request #16232 from edx/andya/bootstrap-support-modal
...
Make the support modal responsive
2017-10-16 14:39:51 -04:00
Andy Armstrong
af4d419824
Make the support modal responsive
...
LEARNER-142
2017-10-16 13:33:50 -04:00
Andy Armstrong
bd1a0d96cf
More Sass quality fixes
2017-10-16 12:41:20 -04:00
Andy Armstrong
9f0fba0a8e
Sass quality fixes in the LMS
2017-10-11 13:45:08 -04:00
tasawernawaz
840a919a9c
Fixed user dropdown alignment
...
LEARNER-741
2017-07-26 15:34:37 +05:00
Anthony Mangano
70d8c5c22c
update footer endpoint in branding api to support inclusion of language selector
2017-05-17 12:33:00 -04:00
Omar Al-Ithawi
4f80790f56
RTL fixes for ul, ol, legend elements in the lms _reset.scss
2017-04-17 10:06:41 +03:00
Albert St. Aubin
91fce2a92b
Updates to correct a header styling issue and to make the starting header level selectable
2017-03-20 08:37:33 -04:00
Albert St. Aubin
7c7c27183f
changes header levels for a11y
...
TNL-6347
2017-03-08 11:45:45 -05:00
alisan617
7802e518d3
remove white error img replace with FA icon
2017-03-03 09:50:54 -05:00
alisan617
68a29ad09b
change loading animation to FA user role style change
2017-02-02 15:51:18 -05:00
Andy Armstrong
369b9baad6
Use fonts from the Pattern Library
...
* Updated the SASS to point to the Pattern Library
* Removed duplicate copies of fonts
2016-11-01 14:35:36 -04:00
alisan617
d5635cf1ba
New inline discussion home view UI
...
TNL-4756
2016-10-14 10:54:50 -04:00
muhammad-ammar
c3b6b10478
Problem (capa) feedback UX revamp.
...
TNL-4877
2016-10-06 17:34:43 -04:00
alisan617
a0a46c461e
add new unit page title TNL-5623
...
new bookmark button placement and look TNL-5625
2016-10-04 16:51:34 -04:00
Chris Rodriguez
b5efcc15f5
AC-530 fixing link-href ignores in the platform
2016-08-19 10:04:40 -04:00
Matt Drayer
68312bdd2d
Revert "Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming""
...
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS
3. Update paver commands to support multi theme dirs
4. Updating template loaders
5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings
6. Update tests
7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
2016-06-30 15:19:51 +05:00
asadiqbal
0d32f71113
WL-538 changes to make UI responsive
2016-06-27 17:34:37 +05:00
Chris Rodriguez
f9b8865367
Hiding focus outline on programmatically focusable els
2016-06-24 12:50:33 -04:00
Chris Rodriguez
257903fe15
AC-414 adding headings as first child to sections
2016-06-10 12:30:03 -04:00
Waheed Ahmed
b2f21ef4f3
Complete Order History tab for students on account settings page.
...
ECOM-2361
2016-06-08 21:45:07 +05:00
Andy Armstrong
7e2a174eec
Move discussion board to the Pattern Library
...
TNL-4622
2016-06-02 12:48:12 -04:00
Waheed Ahmed
dc4e4f7d6a
Account settings navigation.
...
ECOM-2981
2016-05-24 15:44:39 +05:00
AlasdairSwan
2fe52df720
UPdated a11y approach for program card progress bars
2016-05-09 13:52:55 -04:00
cahrens
9b28afb7bd
Add messaging when verified track content MVP is enabled.
...
TNL-4393
2016-05-02 14:25:25 -04:00
AlasdairSwan
cdb05c26a6
Adding program progress bar to program cards
2016-04-27 13:46:48 -04:00
AlasdairSwan
a9971ef2ba
FEDX-118 Adding header to test page
2016-04-25 10:56:28 -04:00
Matt Drayer
392ee7d258
Revert "saleem-latif/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit a796b56314 .
Conflicts:
lms/envs/common.py
openedx/core/djangoapps/theming/models.py
pavelib/assets.py
pavelib/paver_tests/test_assets.py
2016-04-12 08:22:14 -04:00
Chris Rodriguez
fbe6160461
LMS: updating transcript skip links
2016-04-07 12:18:08 -04:00
Zia Fazal
a796b56314
saleem-latif/WL-328: Multi-Site Comprehensive Theming
...
ziafazal: improvements need for multi-tenancy
ziafazal: fixed broken tests
ziafazal: no need to add setting in test.py
ziafazal: added hostname validation
ziafazal: changes after feedback from mattdrayer
ziafazal: fixed branding and microsite broken tests
ziafazal: make STATICFILES_DIRS to list
ziafazal: added theme directory to mako lookup for tests
ziafazal: added more protection in test_util
saleem-latif: Enable SCSS Overrides for Comprehensive Theming
saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
saleem-latif: Correct errors in python tests
mattdrayer: Fix invalid release reference
mattdrayer: Update django-wiki reference to latest release
saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
saleem-latif: Incorporate feedback changes
mattdrayer: Pylint violation fix
mattdrayer: Fix broken pavelib test
2016-03-28 14:57:01 -04:00
Jesse Zoldak
f891d27cbb
Revert "ziafazal/WL-328: Multi-Site Comprehensive Theming"
...
This reverts commit 954dae584a .
2016-03-16 11:19:36 -04:00
Zia Fazal
954dae584a
ziafazal/WL-328: Multi-Site Comprehensive Theming
...
ziafazal: improvements need for multi-tenancy
ziafazal: fixed broken tests
ziafazal: no need to add setting in test.py
ziafazal: added hostname validation
ziafazal: changes after feedback from mattdrayer
ziafazal: fixed branding and microsite broken tests
ziafazal: make STATICFILES_DIRS to list
ziafazal: added theme directory to mako lookup for tests
ziafazal: added more protection in test_util
saleem-latif: Enable SCSS Overrides for Comprehensive Theming
saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
saleem-latif: Correct errors in python tests
mattdrayer: Fix invalid release reference
mattdrayer: Update django-wiki reference to latest release
2016-03-14 13:42:53 -04:00
Christine Lytwynec
57b7034e5b
Remove hgroup usage
2016-02-17 12:05:15 -05:00
Chris Rodriguez
2a4e141e0e
LMS: fixing skip links and adding a11y tests
2016-02-17 07:46:42 -05:00
clrux
9ef9bc6efb
Merge pull request #11129 from edx/clrux/ac-201
...
LMS: darkening a gray on the profile page
2016-02-04 10:11:24 -05:00
Chris Rodriguez
652e4ce0c1
LMS: darkening a gray on the profile page
2016-02-04 09:09:45 -05:00
Peter Fogg
786c4456ea
Last-accessed courseware on the home page.
...
ECOM-2806
2016-02-03 13:58:22 -05:00
Peter Fogg
fd397964b3
Styling and template changes for the Course Home page.
...
ECOM-2810
2016-02-03 12:20:53 -05:00
clrux
519e292d82
Merge pull request #11294 from edx/clrux/ac-323
...
Adjusting .sr mixins for NVDA/JAWS on Windows
2016-01-25 11:53:11 -05:00
Chris Rodriguez
a0a9617a86
Replacing height and width in lieu of word-wrap
2016-01-21 15:18:05 -05:00
Chris Rodriguez
33f967c04b
Adjusting .sr mixins for NVDA/JAWS on Windows
2016-01-21 12:42:58 -05:00
Daniel Naranjo
a639846a26
Reemplace property min-width value
...
The min-width property accept only values <length> | <percentage> | inherit. to reset better set to 0.
Properties documentation: https://www.w3.org/TR/CSS2/visudet.html#min-max-widths
This error generates an invalid style, and, therefore, this value is set to 760px by: https://github.com/edx/edx-platform/blob/master/lms/static/sass/course/courseware/_courseware.scss#L50
2016-01-21 09:50:35 -05:00
Frances Botsford
0b9da334e2
adjusted styles for bookmarking
2015-12-17 12:25:09 -05:00