Jetha Chan
beb7456e3e
MDL-47819 user_menu: fixed showing up in popups
2014-10-23 11:58:11 +08:00
Andrew Nicols
4a8c380abb
MDL-47513 Fix RTL issues with grade report
2014-10-23 11:15:35 +08:00
Jetha Chan
6287692843
MDL-47340 action_menu: selector, RTL, consistency fixes
2014-10-20 17:09:16 +08:00
Marina Glancy
a96ca70064
MDL-47290 Grades: added bold for course total
2014-10-17 15:22:32 +08:00
Barbara Ramiro
0947172dba
MDL-47290 Grades: Minified CSS and applied coding style standards
2014-10-17 15:03:53 +08:00
Barbara Ramiro
d70e86b1bd
MDL-47363 Grades: Style for the Setup grades
2014-10-17 14:59:09 +08:00
Barbara Ramiro
2c7a86eb7f
MDL-47363 Grades: Style for the User report
2014-10-17 14:56:31 +08:00
Jetha Chan
8ef43cfde6
MDL-47576 user_menu: theme_base fixes
2014-10-16 16:18:38 +08:00
Dan Poltawski
529e38d141
Merge branch 'MDL-47576-master' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-10-15 16:59:06 +01:00
Brian Barnes
a87c17d14f
MDL-47632 calendar: Fixed iCal link going blue after visiting it
2014-10-15 08:46:07 +13:00
Andrew Nicols
906de1b640
MDL-47614 gradereport: Apply a background colour
...
Apply the page background colour to the table for all bootstrap base
themes.
Whis will ensure that the table does not stand out strangely on a non-white
background.
2014-10-14 15:41:21 +08:00
Jetha Chan
f89a85f81c
MDL-47576 user_menu: improved dropdown styles, added JS-less styles
2014-10-14 14:59:42 +08:00
Tim Hunt
ad6a1455a4
MDL-43089 quiz editing: fix RTL
...
As part of this, I tweaked the LTR style a bit, in a way that is both an
improvement (I hope) and also to reduce the amount of RTL-specific code
required. (Thanks to Fred for spotting some of the problems.)
Also, I changed one course style in boostrapbase, where the RTL rule was
different from the LTR rule.
Finally, I saw some repeated RTL rules in the quiz styles.css, and so
eliminated the the duplicate rules.
2014-10-09 16:34:38 +01:00
Sam Hemelryk
9ff13804e5
Merge branch 'MDL-46481-master' of https://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-10-09 08:51:40 +13:00
Dan Poltawski
66689366a0
Merge branch 'wip-MDL-47543-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/grade.less
theme/bootstrapbase/style/moodle.css
2014-10-08 15:49:58 +01:00
Dan Poltawski
f2b4b2ad3c
MDL-46658 - fix trailing whitespace
2014-10-08 10:28:31 +01:00
Dan Poltawski
e462093201
Merge branch 'MDL-46658-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/grade.less
theme/bootstrapbase/style/moodle.css
2014-10-08 10:26:13 +01:00
Marina Glancy
2be0d5c3ed
MDL-47541 core_grades: hints about aggregation settings on setup page
...
Also do not indicate 'Natural' aggregation method
2014-10-08 15:03:32 +08:00
Frederic Massart
70e7b634e4
MDL-46481 backup: Reposition one-click backup button
2014-10-08 13:45:24 +08:00
Dan Poltawski
99675668b4
Merge branch 'MDL-45893-master-v3' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-10-07 16:52:07 +01:00
Jetha Chan
854a647e62
MDL-45893 user_menu: responsive approach; fixed minor issues
2014-10-07 23:31:47 +08:00
Dan Poltawski
08abbd61c2
Merge branch 'wip-MDL-35618-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-10-07 09:24:39 +01:00
Andrew Nicols
ee7432b32c
MDL-46531 editor_atto: Color plugins should use classes rather than hardcoded colours
2014-10-06 12:07:31 +08:00
Marina Glancy
b654819297
MDL-35618 enrol_manual: Add possibility to manually enrol cohort members
2014-10-03 18:28:45 +08:00
Marina Glancy
d75a2367c3
MDL-47520 core_grades: added CSS classes to the setup page
...
Part of: MDL-46576
2014-10-03 17:06:41 +08:00
Dave Cooper
3d8ef7c65d
MDL-47353 gradereport_grader: Fix header offset logic for floating headers
...
This is necessary for themes with non-fixed navbars to work with the
grader report, otherwise headers will be hidden.
This issue is a part of the MDL-46658 Task.
This issue is a part of the MDL-25544 Epic.
2014-10-03 15:46:02 +08:00
Andrew Nicols
bc782f1f4c
MDL-47053 gradereport_grader: Add a floating Footer Title cell
...
This issue is a part of the MDL-46658 Task.
This issue is a part of the MDL-25544 Epic.
2014-10-03 15:44:13 +08:00
Frederic Massart
62e11d37c2
MDL-46950 gradereport_grader: Prettier styling for base and clean
...
This issue is a part of the MDL-46658 Task.
This issue is a part of the MDL-25544 Epic.
2014-10-03 15:44:04 +08:00
Jetha Chan
6da0e4cfff
MDL-45893 user_menu: based on action_menu, new responsive approach
2014-10-03 15:12:59 +08:00
Marina Glancy
6723bc66e1
MDL-47146 core_grades: correcly align the select column
...
Part of: MDL-46576
2014-10-03 13:54:39 +08:00
Dan Poltawski
76e348d46d
Revert "MDL-45893 user_menu: revised based on action_menu"
...
Was not yet ready for the prime time.
This reverts commit dc4bff329dc2faf56445effebaa6790e0bc76713.
This reverts commit a535004e5c54689dc664d780b15900e1e6e19f83.
This reverts commit c8398fb95af3533a1945e0b4f45ac939f3044d8d.
This reverts commit d24b8e52d38526bf62612c3569db1d3174613c77.
Conflicts:
theme/bootstrapbase/less/moodle/modules.less
theme/bootstrapbase/style/moodle.css
2014-10-01 08:58:22 +01:00
Dan Poltawski
d62f99195a
Merge branch 'm28_MDL-46127' of https://github.com/totara/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-09-30 09:55:03 +01:00
Dan Poltawski
53e9b39b18
Merge branch 'm28_MDL-47097' of https://github.com/totara/moodle
2014-09-30 08:30:59 +01:00
Dan Poltawski
1c647a4473
Merge branch 'MDL-46920-master' of git://github.com/jethac/moodle
2014-09-29 16:25:41 +01:00
Dan Poltawski
f03b612191
Merge branch 'MDL-45893-master-v2' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-09-29 10:30:42 +01:00
Brian Barnes
11edf09c61
MDL-46127 core_calendar: Removed tables when rendering a single event
2014-09-29 10:45:39 +13:00
Eloy Lafuente (stronk7)
cfbd81253b
MDL-47242 theme_bootstrapbase: Fixed whitespace (take2)
...
Seems that previous whitespace fix was not ok.
2014-09-28 18:27:40 +02:00
Jetha Chan
d24b8e52d3
MDL-45893 user_menu: revised based on action_menu
2014-09-25 13:43:06 +08:00
Sam Hemelryk
587d709145
MDL-47242: Fixed whitespace
2014-09-25 12:19:18 +12:00
Jetha Chan
5332483146
MDL-47242 theme_bootstrapbase: inverted color and RTL fixes
2014-09-24 15:53:42 +08:00
Sam Hemelryk
7fca0ced0a
Merge branch 'MDL-47244-master' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/responsive.less
theme/bootstrapbase/style/moodle.css
2014-09-23 16:32:09 +12:00
Sam Hemelryk
be91dff8bb
Merge branch 'MDL-47242-master' of git://github.com/jethac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-09-23 12:23:08 +12:00
Andrew Nicols
535364c8f5
MDL-46313 forum: Move discussiontoggle CSS to module
2014-09-18 10:42:55 +08:00
Jetha Chan
94e15b3514
MDL-46920 theme_bootstrapbase: fix dropdown to use data-target
2014-09-17 14:25:44 +08:00
Jetha Chan
1ee45d6824
MDL-47244 theme_bootstrapbase: fix custom_menu dividers under responsive layouts
2014-09-15 17:48:16 +08:00
Jetha Chan
cb9c6a7dc6
MDL-47242 theme_bootstrapbase: fix nested custom_menu responsive display
2014-09-15 17:35:31 +08:00
Marina Glancy
ba41742ea2
MDL-47080 theme: call format_string on site shortname
2014-09-09 10:05:28 +01:00
Marina Glancy
d619776bd5
MDL-46254 theme: apply filters to theme footnote
2014-09-08 13:55:55 +08:00
Brian Barnes
ff1f2dc58c
MDL-47097 theme: Fixed issue with dd's sliding up
2014-09-04 14:20:25 +12:00
Mark Nelson
2f6a0e5f70
MDL-46902 core_theme: described changes in theme/upgrade.txt
2014-08-29 14:27:07 -07:00