Dan Poltawski
ed81eab309
Merge branch 'MDL-56935-master' of git://github.com/junpataleta/moodle
2016-11-14 10:49:23 +00:00
Dan Poltawski
51d9431e48
Merge branch 'MDL-56931-master' of https://github.com/snake/moodle
2016-11-14 10:03:48 +00:00
Damyon Wiese
cf199b4448
MDL-56834 boost: Be cautious about nodes in the navbar
...
Some pages (fresh install) don't have the navbar yet, so check for null.
2016-11-14 17:18:29 +08:00
David Monllao
337b723b07
Merge branch 'MDL-56803-master' of git://github.com/damyon/moodle
2016-11-14 16:25:43 +08:00
Damyon Wiese
f93bdccab7
MDL-56803 boost: hide region-main settings menu on 1 col layouts
2016-11-14 16:02:55 +08:00
Andrew Nicols
125bd58ff9
Merge branch 'MDL-56657-master' of git://github.com/damyon/moodle
2016-11-14 15:46:31 +08:00
Damyon Wiese
2f3f8e45da
MDL-56657 admin: Style all admin/role pages for boost
2016-11-14 15:11:15 +08:00
Damyon Wiese
f619064b9b
MDL-56719 boost: Style mod_chat for boost
...
I stayed away from big markup changes. This is a table layout so needs rewriting which is a big job.
2016-11-14 15:08:57 +08:00
Andrew Nicols
cfade93cb8
Merge branch 'MDL-56785-master' of git://github.com/lameze/moodle
2016-11-14 15:06:40 +08:00
Damyon Wiese
fe3db0ca08
MDL-56618 theme_boost: Fix backup / restore pages (again)
...
I removed most of the layout styles and started again.
2016-11-14 15:00:46 +08:00
Andrew Nicols
8f3a295c6e
Merge branch 'MDL-56242-master' of git://github.com/damyon/moodle
2016-11-14 14:07:36 +08:00
David Monllao
9444636cb8
Merge branch 'MDL-56834-master' of git://github.com/damyon/moodle
2016-11-14 14:00:45 +08:00
Andrew Nicols
49ae3661d3
Merge branch 'MDL-56769-master' of git://github.com/damyon/moodle
2016-11-14 13:38:00 +08:00
Jun Pataleta
cf2bc26911
MDL-56935 theme_boost: Fix double escaping of navbar items
2016-11-14 13:35:26 +08:00
Damyon Wiese
c1ae9079db
MDL-56187 theme_boost: Atto fields styling for validation errors
2016-11-14 13:13:46 +08:00
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