Jake Dallimore
c3122dfcf5
Merge branch 'MDL-64821-master-2' of https://github.com/ryanwyllie/moodle
2019-09-26 10:45:44 +08:00
Ryan Wyllie
15ecfac435
MDL-64821 mod_forum: fix modern view in single discussion forum
2019-09-25 15:36:51 +08:00
Ryan Wyllie
7255378b0a
MDL-64821 mod_forum: add templates for modern display mode
2019-09-25 10:47:56 +08:00
Ryan Wyllie
5ca0958d2f
MDL-64821 theme_boost: add general core styling
...
Added some classes to reset the content styling to a flatter
look and fix the content width.
Also fixed up the toggle styling which was previously broken.
2019-09-25 10:42:19 +08:00
Andrew Madden
1ea3940c62
MDL-65406 theme_boost: Add list markup to nav drawer for accessibility
...
To take advantage of native accessibility features of lists such as counting
the number of items in the list for screen readers, the nav menu should
wrap it's links in unordered list markup.
2019-09-24 14:46:21 +10:00
Bas Brands
a4ae06306d
MDL-65205 themes: message interface message styles
...
* change shadow for hovering over messages
* remove dependancy on the sass secondary color
2019-09-05 10:47:43 +02:00
Bas Brands
d470c68b1f
MDL-65083 theme_boost: update uses of pull-xs-right
2019-08-19 08:16:47 +02:00
Andrew Nicols
08bec34297
Merge branch 'MDL-66039-master' of git://github.com/bmbrands/moodle
2019-08-07 15:31:43 +08:00
Sara Arjona
600d8df255
Merge branch 'MDL-60636-master' of git://github.com/bmbrands/moodle
2019-08-07 10:00:44 +08:00
Bas Brands
10425e7347
MDL-64887 theme_boost: update bootstrap to 4.3.1
2019-07-22 08:57:04 +02:00
Bas Brands
b101ce581e
MDL-60636 themes: form autocomplete chevron down on mobile
2019-07-17 12:28:13 +02:00
Andrew Nicols
e8136fe3ca
Merge branch 'MDL-65357-master' of git://github.com/bmbrands/moodle
2019-07-17 09:39:58 +08:00
Bas Brands
8c2bbe5caa
MDL-66039 themes: remove duplicate css
...
* removed duplicate #page { margin-top: 50px };
2019-07-11 14:52:40 +02:00
Bas Brands
33389741a3
MDL-65357 themes: position enrolment icons in course listing
2019-06-26 15:25:24 +02:00
Bas Brands
df92689612
MDL-64935 theme: prevent activitynavigation link overflowing container
2019-06-24 14:45:25 +02:00
Bas Brands
da26d7b6ea
MDL-61319 themes: prevent using @extend rules for complex classes
...
* the settings and navigation blocks scss extended .fa which caused
issues with native fontawesome classes like fa-pull-left.
2019-06-18 13:37:07 +02:00
Simey Lameze
fed1cc738d
MDL-65671 calendar: tidy up calendar header
2019-06-12 15:54:24 +08:00
Eloy Lafuente (stronk7)
7e573716bf
Merge branch 'MDL-65421-master' of https://github.com/lucaboesch/moodle
2019-06-05 20:19:11 +02:00
Luca Bösch
d60d3b9ec6
MDL-65421 core_grades: Move here icon width.
2019-06-05 10:39:33 +02:00
Kathrin Osswald
ca0e331cde
MDL-63240 theme Boost: Removed z-indexes for border styling in navdrawer
2019-05-29 17:46:48 +02:00
Bas Brands
c516fc1105
MDL-65596 core_message: dropdown menu blocked by contact request message
2019-05-14 13:17:40 +02:00
Bas Brands
c906aed8ab
MDL-65581 core_blocks: change classname for hidden blocks
...
Changing the added class .invisible to .ivisibleblock to avoid hiding the block completely
2019-05-13 12:31:00 +02:00
Bas Brands
db91972458
MDL-65417 themes : small visual fixes
...
* region main border radius if sass var $enable-rounded is true (in
classic)
* white background for dashboard on classic where blocks are gray
* frontpage sitetopic margin and padding left removed to align with
courses content
2019-05-06 11:46:52 +02:00
Jake Dallimore
55e5530f97
Merge branch 'MDL-64910-master' of git://github.com/peterRd/moodle
2019-05-03 12:09:47 +08:00
Peter
72bb97843d
MDL-64910 block_myoverview: Separate the category name as it's own link
...
* Separate the link
* Add style to force color inheritance
2019-05-03 11:46:21 +08:00
Jun Pataleta
b919ea9299
Merge branch 'MDL-65411-master' of git://github.com/lameze/moodle
2019-05-02 17:02:10 +08:00
Jun Pataleta
78920136bb
Merge branch 'MDL-65318-master' of git://github.com/lameze/moodle
2019-05-02 14:22:17 +08:00
Simey Lameze
a67bbe5039
MDL-65318 core_calendar: make event details consistent across pages
2019-05-02 08:05:06 +08:00
Damyon Wiese
edf3f4d14f
MDL-65031 theme_boost: gradebook notifications
...
Tell the gradebook page to stack things vertically so that notifications
take the correct amount of space.
2019-05-01 13:47:43 +08:00
Simey Lameze
2eb503494a
MDL-65411 core_calendar: wrap long description text
2019-05-01 07:54:34 +08:00
Sara Arjona
d5e084bcb6
MDL-5311 qtype_multichoice: replace label to a for clean button
...
To avoid behat errors with Firefox, the 'Clean my choice' has been
changed from label to link (with role button).
2019-04-30 20:47:33 +02:00
David Monllaó
0b31a696f0
Merge branch 'MDL-65033-master2' of git://github.com/peterRd/moodle
2019-04-30 20:46:50 +02:00
Peter
cda9da9907
MDL-65033 mod_forum: Move locked functionality into action menu
...
Moved the lock functionality into the menu which exposes it to the
discussion list
2019-04-29 19:15:42 +08:00
Simey Lameze
2589dcea7b
MDL-5311 qtype_multichoice: make clear choice option accessible
...
Thanks to Damyon for the help with accessibility.
2019-04-29 15:16:08 +08:00
Simey Lameze
3c1717bb09
MDL-5311 qtype_multichoice: add a bit of styling to the option
2019-04-29 15:14:34 +08:00
Jake Dallimore
5b0aa01fae
Merge branch 'MDL-64267-master' of git://github.com/bmbrands/moodle
2019-04-24 16:54:55 +08:00
Bas Brands
929706015b
MDL-64267 core_message: sticky positioning of contact request info
2019-04-24 09:27:37 +02:00
Peter
2893812eb0
MDL-65032 mod_forum: Add discussion locking functionality
2019-04-24 11:55:37 +08:00
David Monllaó
04f41dc247
Merge branch 'MDL-64102-master' of git://github.com/bmbrands/moodle
2019-04-23 13:44:08 +02:00
Adrian Greeve
e16ab06b46
Merge branch 'MDL-64703-master' of git://github.com/bmbrands/moodle
2019-04-18 09:12:43 +08:00
Bas Brands
a4300f3eaf
MDL-64102 core_message: add message tails to match ux design
2019-04-08 12:25:56 +02:00
Bas Brands
7cbea16001
MDL-64703 core_message: 2 column message index page
2019-04-08 11:05:08 +02:00
Mathew May
5edb0fbcb5
MDL-64506 templates: replace spans where and col-x appears
2019-04-03 19:47:13 +08:00
Mathew May
5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
Mathew May
3f2c68f119
MDL-64506 templates: Move BS2 labels to BS4 badges
2019-04-03 19:34:20 +08:00
Eloy Lafuente (stronk7)
58190d4807
Merge branch 'wip-master-MDL-64563' of https://github.com/adpe/moodle
2019-03-21 00:35:05 +01:00
Eloy Lafuente (stronk7)
e0757dd508
Merge branch 'MDL-63074-master' of git://github.com/bmbrands/moodle
2019-03-18 20:15:48 +01:00
David Monllaó
72a70e37b5
Merge branch 'MDL-64894-master' of git://github.com/damyon/moodle
2019-04-15 07:45:04 +02:00
Trisha Milan
600de03e05
MDL-64894 Theme: Fix unable to expand collapsible topics
2019-04-01 14:54:18 +08:00
Damyon Wiese
71fb32f8a6
MDL-64230 files: focus and hover css
...
Show the full filename when an element has focus or hover on the parent element.
2019-03-08 14:48:50 +08:00