Jake Dallimore
7135bbb188
MDL-56931 themes: fix for module edit menu on course home
...
Increased bottom padding to allow space for the lower edit menus to be
displayed without a vertical scrollbar.
2016-11-14 11:52:00 +08:00
Damyon Wiese
eaf45bce09
MDL-56724 boost: Update mod_choice to use bootstrap classes for styles
2016-11-14 11:37:45 +08:00
Damyon Wiese
7d41ccf0fb
MDL-56794 boost: Styling for forum module
2016-11-14 11:30:17 +08:00
Damyon Wiese
f2405a5f5c
MDL-56242 theme_boost: Fix styling for confirm boxes (js and in page)
...
They should be left aligned with a header, content and footer (right aligned with the buttons).
There should be a primary continue button and a secondary cancel button.
2016-11-14 11:11:28 +08:00
Damyon Wiese
a7bebd0638
MDL-56834 boost: Nav for participants page
...
On the participants page, hide the small cog and put a region main
settings menu with all the nodes from the "Users" branch in the settings
block.
2016-11-14 10:40:41 +08:00
Damyon Wiese
f46fab0ea1
MDL-56190 clean: Fix grade restriction styles
...
Grade restriction is now broken into 3 lines - but it needed custom
padding.
2016-11-11 11:04:18 +08:00
Dan Poltawski
213fc325ad
MDL-56652 roles: Add padding to capability filter
2016-11-10 14:44:17 +00:00
Dan Poltawski
f41218d9fd
Merge branch 'MDL-56652-master' of git://github.com/lameze/moodle
2016-11-10 14:37:00 +00:00
Dan Poltawski
c220e6d8c7
Merge branch 'MDL-56189-master' of git://github.com/damyon/moodle
2016-11-10 14:06:02 +00:00
Dan Poltawski
a4b0cfa3f7
Merge branch 'MDL-56768-master' of git://github.com/damyon/moodle
2016-11-10 13:51:11 +00:00
Dan Poltawski
158ab03e12
Merge branch 'MDL-56190-master' of git://github.com/damyon/moodle
2016-11-10 13:43:35 +00:00
Simey Lameze
2e1c739a28
MDL-56652 core_roles: Add BS4 styling to define roles form
2016-11-10 16:46:54 +08:00
Damyon Wiese
560a43f24c
MDL-56190 availability: Styling on boost and clean
...
Update the HTML coming from the JS to include bootstrap classes.
Delete as many styles from boost scss as possible.
Regression test on clean and do final tweaks in less.
2016-11-10 16:30:00 +08:00
Damyon Wiese
1572a39251
MDL-56768 boost: Special positioning for grader report
...
Grader report has custom overflow handling which does not cope with a
scrollable content region. So we need to make the content region flow
weirdly out to the right of the page, and push the blocks underneath -
even on really wide screens where it looks bad. We also needed to
upgrade the custom scroll code to handle the margin on the body
changing.
2016-11-10 16:17:49 +08:00
Damyon Wiese
f43155b65a
MDL-56189 theme_boost: Padding for modgrade form elements
2016-11-10 16:13:34 +08:00
Simey Lameze
1954b9d5c9
MDL-56785 theme_boost: remove unnecessary styling
2016-11-10 15:48:30 +08:00
Damyon Wiese
6fe0b5bd9b
MDL-56769 boost: Change last link in settings menu
...
Was: "Course/Frontpage administration"
Now: "More..."
2016-11-10 15:20:53 +08:00
Andrew Nicols
3302e8bfa5
Merge branch 'MDL-56820-master' of https://github.com/snake/moodle
2016-11-10 12:20:17 +08:00
Jake Dallimore
700ef87691
MDL-56820 themes: Fix user search drop down on grading page for boost
...
Fixes a problem where the drop down list is cut off by overflow.
2016-11-10 11:45:59 +08:00
Andrew Nicols
3b77723701
Merge branch 'MDL-56051-master' of git://github.com/damyon/moodle
2016-11-10 11:45:01 +08:00
David Monllao
5473943cac
Merge branch 'MDL-56832-master' of git://github.com/danpoltawski/moodle
2016-11-10 11:43:51 +08:00
Dan Poltawski
bc2aaef4fa
MDL-56832 theme_boost: Mention CSS in setting description
2016-11-09 14:50:07 +00:00
Andrew Nicols
4cc6477198
Merge branch 'MDL-56790-master' of git://github.com/damyon/moodle
2016-11-09 15:40:16 +08:00
Damyon Wiese
b8396c335a
MDL-56662 boost: Don't mess with display, set min-height
...
Changing the display was messing with the layout of some things in the
file picker. Lets set the min-height instead which has less
side-effects.
2016-11-09 15:14:24 +08:00
Damyon Wiese
eacf30e61f
MDL-56051 blocks: Support drag and drop blocks in boost.
2016-11-09 14:42:18 +08:00
Andrew Nicols
55a3911408
Merge branch 'MDL-56726-master-cfgadmin' of git://github.com/mudrd8mz/moodle
2016-11-09 14:37:47 +08:00
David Monllao
38b74ef717
Merge branch 'MDL-56662-master' of git://github.com/damyon/moodle
2016-11-09 13:58:01 +08:00
Damyon Wiese
f87084f8f1
MDL-56662 theme_boost: Filepickers have 0 height
...
We need to set a display value on the file picker body so the inline height is ignored.
2016-11-09 13:55:45 +08:00
David Monllao
7ecf7511f8
Merge branch 'MDL-56694-master' of git://github.com/lameze/moodle
2016-11-09 12:24:17 +08:00
Damyon Wiese
50302c404a
MDL-56790 boost: Styling fixes for mod_feedback
...
Also fixed are problems with frozen select from elements showing raw
HTML. I checked the other form templates for similar problems and fixed
them all.
2016-11-09 11:29:58 +08:00
Damyon Wiese
64a5bc94e9
MDL-56846 mod_survey: Fix styles in boost
...
Add bootstrap classes to form fields and remove random centered text.
2016-11-09 10:02:26 +08:00
Simey Lameze
d138d6e2ac
MDL-56694 theme_boost: center login button in filepicker
2016-11-08 15:01:03 +08:00
Damyon Wiese
9280f62e38
MDL-56196 mod_lti: Fix popups and secret form in boost
2016-11-08 14:27:26 +08:00
Frédéric Massart
3d979f9676
MDL-56196 mod_lti: Adapt templates for both Boost and Clean
2016-11-08 14:11:14 +08:00
David Monllao
1fd6b25579
MDL-56561 bootstrapbase: Remove empty line
2016-11-08 11:39:28 +08:00
Damyon Wiese
aad8c7167f
MDL-56561 admin: Style admin page listing entire admin tree
...
It was an unstyled list of links. This changes it to tabs with sub-headings.
2016-11-08 11:04:10 +08:00
Dan Poltawski
13ab169cb7
Merge branch 'wip-MDL-56788-master' of git://github.com/abgreeve/moodle
2016-11-07 09:01:24 +00:00
Andrew Nicols
09b7cfc559
Merge branch 'MDL-56025-master' of git://github.com/damyon/moodle
2016-11-07 15:09:47 +08:00
Damyon Wiese
c3e7274369
MDL-56025 messages: Reduce the height on short screens
...
On windows shorter than 670px reduce the height of the message area.
2016-11-07 14:41:21 +08:00
David Monllao
b03a53576d
Merge branch 'MDL-56630-master' of git://github.com/damyon/moodle
2016-11-07 13:15:03 +08:00
Adrian Greeve
f0568ed9af
MDL-56788 themes: Update require to use admin setting.
...
The renderer now uses the $CFG->admin setting in the
require_once call.
2016-11-07 11:16:34 +08:00
Damyon Wiese
72deb9c861
MDL-56630 theme_boost: Edit settings menu not always showing when it should
2016-11-07 10:44:19 +08:00
Damyon Wiese
a0bdffbd73
MDL-56630 theme_boost: show blocks under content on small screens
...
This is tablet size and down.
2016-11-07 10:37:13 +08:00
Andrew Nicols
3e24a75ec3
Merge branch 'MDL-56241-master' of git://github.com/damyon/moodle
2016-11-07 10:22:25 +08:00
Damyon Wiese
1d4928003c
MDL-56241 boost: Wrap block footer in a div to emulate old layout
...
Some block styles are looking for .footer so we'll add it back.
2016-11-07 09:51:39 +08:00
Dan Poltawski
fb42071776
MDL-56241 theme_boost: add example context to block.mustache
2016-11-07 09:41:05 +08:00
Damyon Wiese
f93be27185
MDL-56241 theme_boost: Add content class to blocks
...
Some of the plugin styles assume .content in the selectors.
2016-11-07 09:41:04 +08:00
David Monllao
cf4019cf40
Merge branch 'MDL-29795_master' of https://github.com/dmonllao/moodle
2016-11-07 09:20:59 +08:00
David Monllao
1370e6ca52
Merge branch 'MDL-56149-master' of git://github.com/damyon/moodle
2016-11-07 07:47:27 +08:00
Damyon Wiese
207136f279
MDL-56684 competencies: Boost for competency templates
...
Add BS4 markup to all competencies templates. Also tweaked the template library to make it
easier in future when modifying templates and reloading.
2016-11-04 14:45:58 +00:00