Damyon Wiese
bbe79e0e37
MDL-55409 theme_noname: Add better default button styles
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Damyon Wiese
25f908968c
MDL-55408 theme_noname: Add more styles for bootstrap modals
...
Part of MDL-55071
2016-09-23 10:49:49 +01:00
Damyon Wiese
d7fbf722c7
MDL-55407 theme_noname: Remove styling and JS from blocks
...
Also:
Remove styles for the dock.
Remove drag and drop for blocks.
Blocks spacing improvements
After looking for a while - the blocks need some separation, so using .card now.
Adjusted the block column sizes as well.
Part of MDL-55071
2016-09-23 10:49:48 +01:00
Damyon Wiese
d2645a6a64
MDL-55403 theme_noname: Add bootstrap4 js to moodle
...
Part of MDL-55071
2016-09-23 10:49:48 +01:00
Damyon Wiese
536f046033
MDL-55402 theme_noname: Convert bootstrapbase to bs4
...
All moodle less files are converted to sass with layouts etc
written as mustache templates.
Bootstrap 4 sass files are imported to scss/bootstrap.
Part of MDL-55071
2016-09-23 10:49:48 +01:00
Frederic Massart
3ba0023871
MDL-55401 theme_noname: Scaffolding
...
Part of MDL-55071
2016-09-23 10:49:48 +01:00
David Monllao
564cabb97a
MDL-55837 theme_base: Remove missing file
...
Probably missed during rebase.
2016-09-19 14:59:56 +08:00
Damyon Wiese
644fcbb629
MDL-55837 themes: base and canvas themes removed
...
Look for them in the plugins DB if you still need them.
2016-09-19 13:35:13 +08:00
Dan Poltawski
eb81115f20
Merge commit ' 2bcef5594a
'
2016-09-13 10:05:57 +01:00
Ryan Wyllie
2bcef5594a
MDL-55727 javascript: Add modal module
2016-09-13 02:44:30 +00:00
lazydaisy
8133912c6f
MDL-55626 theme_clean: Fixed clean theme missing desktop-first-column
2016-09-10 01:18:29 +01:00
Gareth J Barnard
efe67d05b2
MDL-53724 themes: Inconsistent padding when >= one blocks are docked.
2016-09-01 18:22:28 +01:00
David Monllao
dacfc6f816
Merge branch 'MDL-55372-master' of git://github.com/danpoltawski/moodle
2016-08-30 16:38:18 +08:00
David Monllao
7db19614f0
Merge branch 'MDL-55452-master' of git://github.com/danpoltawski/moodle
2016-08-30 16:25:28 +08:00
David Monllao
a74218d464
Merge branch 'MDL-55661-master-enfix' of git://github.com/mudrd8mz/moodle
2016-08-29 14:40:03 +08:00
Dan Poltawski
6bb410c32e
MDL-55372 stylelint: fully replace csslint
...
Remove the csslint config, remove an invalid property.
Kept csslint ignore lines becacase stylelint seems to respect them and
more work will be happening on css cleanup in MDL-55372.
2016-08-26 11:09:11 +01:00
Dan Poltawski
eb69520763
MDL-55452 stylelint: prevent use of !important
...
Don't try and fix existing issues, just prevent new ones landing..
2016-08-26 11:08:14 +01:00
Helen Foster
b61b927356
MDL-55661 lang: Merge English strings from the en_fix language pack
2016-08-25 14:38:07 +02:00
Simey Lameze
21575ea31c
MDL-55320 theme: remove unnecessary styling
2016-08-24 14:27:39 +08:00
Dan Poltawski
c1d5d922a8
Merge branch 'MDL-55320-master' of git://github.com/lameze/moodle
2016-08-22 15:20:17 +01:00
Frederic Massart
aa6b41293f
MDL-55445 theme: Clean and More automatically use the branding logos
...
But in order to maintain smooth backwards compatibility, the logos
set in the themes themselves take precedence.
2016-08-17 10:26:31 +08:00
Frederic Massart
2258b4dc41
MDL-55445 core: New setting to host the logos
2016-08-17 10:26:31 +08:00
Simey Lameze
ff80d062de
MDL-55320 theme: Fix chat data table alignment
2016-08-16 09:35:21 +08:00
Eloy Lafuente (stronk7)
648bbbbbd0
Merge branch 'MDL-55167-master' of git://github.com/danpoltawski/moodle
2016-08-02 18:54:49 +02:00
Jun Pataleta
259bf04f8a
MDL-53152 theme: Add parentheses to variable calculations
2016-08-01 13:40:38 +08:00
Dan Poltawski
3bd777652e
MDL-55167 less: Add some stylelint exceptions to deal with later
...
1) Use of REM units in course.less
2) CSS hacks (MDL-55142)
2016-07-30 13:07:54 +01:00
Dan Poltawski
16fed4663b
MDL-55167 less: fix line over length
2016-07-30 13:07:54 +01:00
Dan Poltawski
c73de4d5f1
MDL-55167 less: remove empty blocks
2016-07-30 13:07:54 +01:00
Dan Poltawski
75b68df3ee
MDL-55167 less: reformat one line statemets into multiple lines
2016-07-30 13:07:53 +01:00
Dan Poltawski
c2d3fe21ef
MDL-55167 less: add missing linebreak seperators
...
Detected by
http://stylelint.io/user-guide/rules/at-rule-empty-line-before/
2016-07-30 13:07:53 +01:00
Dan Poltawski
0e878352f1
MDL-55167 less: fix spacing of selectors
...
Detected by
http://stylelint.io/user-guide/rules/block-opening-brace-space-before/
http://stylelint.io/user-guide/rules/selector-combinator-space-after/
http://stylelint.io/user-guide/rules/at-rule-name-space-after/
http://stylelint.io/user-guide/rules/selector-list-comma-space-before/
http://stylelint.io/user-guide/rules/media-feature-colon-space-before/
http://stylelint.io/user-guide/rules/selector-list-comma-newline-after/
2016-07-30 13:07:53 +01:00
Dan Poltawski
23bb9e242a
MDL-55167 less: fix missing semi colons
...
Detected by:
http://stylelint.io/user-guide/rules/declaration-block-trailing-semicolon/
2016-07-30 13:07:52 +01:00
Dan Poltawski
418b932843
MDL-55167 less: fix spacing on properties
...
Detected by stylelint rules:
http://stylelint.io/user-guide/rules/declaration-colon-space-after/
http://stylelint.io/user-guide/rules/declaration-colon-space-before/
http://stylelint.io/user-guide/rules/function-comma-space-after/
http://stylelint.io/user-guide/rules/declaration-bang-space-before/
2016-07-30 13:07:52 +01:00
Frederic Massart
40912196a8
MDL-55089 core: Charts are displayed with a data table by default
...
Part of MDL-54987 epic.
2016-07-25 10:43:10 +01:00
Frederic Massart
4db37f3ac1
MDL-55039 core: First implementation of HTML table rendering for charts
...
Part of MDL-54987 epic.
2016-07-25 10:43:08 +01:00
Andrew Nicols
3c4778f5d2
MDL-50937 theme: langmenu should not have a href value
2016-07-20 11:19:23 +08:00
Eloy Lafuente (stronk7)
5748e56242
Merge branch 'MDL-54671-master' of git://github.com/danpoltawski/moodle
2016-07-12 18:14:17 +02:00
David Monllao
b60d4fca13
Merge branch 'MDL-55048-master' of git://github.com/danpoltawski/moodle
2016-07-12 12:20:35 +02:00
David Monllao
4fcca5378b
Merge branch 'MDL-55170_master' of https://github.com/nadavkav/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2016-07-12 10:30:31 +02:00
Eloy Lafuente (stronk7)
f71eaa794d
Merge branch 'MDL-55134-master' of git://github.com/danpoltawski/moodle
2016-07-12 02:53:58 +02:00
Dan Poltawski
9b62a3eb71
MDL-55048 js: rebuilt files with new version of uglifyjs
2016-07-11 15:53:10 +01:00
David Monllao
6a4c2146f9
MDL-53222 search: Replace report_search by new searchareas admin page
2016-07-11 11:49:14 +02:00
Nadav Kavalerchik
3bce7d0880
MDL-55170 theme_bootstrapbase: Fix user enrollment dialog, RTL
2016-07-09 14:52:21 +03:00
Dan Poltawski
d7f2176fd8
MDL-54671 css: fix lint errors
2016-07-08 12:58:54 +01:00
Dan Poltawski
c5ec7b698b
MDL-54671 css: reformat css
2016-07-08 12:54:13 +01:00
Dan Poltawski
d3a93557d5
MDL-55134 less: make indentation consistent
2016-07-07 14:57:14 +01:00
Brendan Heywood
a181471f4e
MDL-55001 theme_clean: Avoid redirects in home url
2016-06-23 17:27:52 +10:00
Andrew Nicols
5869e4b74f
Merge branch 'MDL-54559-int-master' of https://github.com/merrill-oakland/moodle
2016-06-16 09:04:14 +01:00
Eric Merrill
9c6a38063b
MDL-54559 theme: Recenter search box
2016-06-16 09:04:13 +01:00
Dan Poltawski
0fd08fc7e5
Merge branch 'MDL-35628' of https://github.com/mr-russ/moodle
2016-06-16 09:04:12 +01:00