Frederic Massart
96ed0694ef
MDL-44907 admin: Better styling of admin settings validation errors
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2015-01-08 16:23:29 +08:00
Sam Hemelryk
784188fcdf
MDL-48206 block_comments: textarea width 100%
2014-11-14 11:40:30 +13:00
Jetha Chan
f5beaa7e00
MDL-47340 action_menu: selector, RTL, consistency fixes
2014-10-20 17:10:05 +08:00
Marina Glancy
9ddb811866
Merge branch 'MDL-46538_M27' of git://github.com/lazydaisy/moodle into MOODLE_27_STABLE
2014-08-19 16:52:08 +08:00
Mary Evans
63a2e24bc2
MDL-46538 theme_base/theme_bootstrapbase: Removed incorrect RTL CSS.
2014-08-16 01:11:31 +01:00
Mary Evans
795dc143c2
MDL-46829 theme_base: Fixed regression in Base casued by MDL-45031.
2014-08-14 14:27:06 +01:00
Mary Evans
11b6abd02c
MDL-45031 theme_base: Added style/tabs.css and updated config.php
...
also removed tabtree css from style/core.css to style/tabs.css.
2014-08-12 01:11:31 +01:00
Brian Barnes
0a841ac85c
MDL-46406 core_auth: Placed remember username before submit login form
2014-07-21 11:22:22 +12:00
Jetha Chan
604db7d557
MDL-42782 usability: fix for extreme course page indenting
2014-06-10 01:10:31 +02:00
Jetha Chan
64a2dfba1f
MDL-45561 themes: horizontal scroll in RTL base
2014-05-19 13:38:22 +12:00
Frederic Massart
a36f8b36dd
MDL-45443 theme_base: Missing closing bracket ruining the CSS
2014-05-08 17:37:37 +08:00
Andrew Nicols
5b932559ce
MDL-44815 theme: Make chooser icons the standard 16px
...
The only exception to this rule is the activity chooser which is allowed
24px.
2014-05-01 11:54:26 +08:00
Andrew Davis
1615cc45e9
MDL-44778 core_theme: added the well and well-small class to Base
2014-04-17 08:48:21 +08:00
Damyon Wiese
515fe565f6
Merge branch 'MDL-44070-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/forms.less
theme/bootstrapbase/style/moodle.css
version.php
2014-04-08 13:30:41 +08:00
Sam Hemelryk
87f2c808f7
Merge branch 'MDL-44760-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button-debug.js
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button-min.js
lib/editor/atto/plugins/table/yui/build/moodle-atto_table-button/moodle-atto_table-button.js
lib/editor/atto/plugins/table/yui/src/button/js/button.js
lib/editor/atto/yui/build/moodle-editor_atto-plugin/moodle-editor_atto-plugin-min.js
2014-04-08 08:59:54 +12:00
sam marshall
00c832d7a1
MDL-44070 Conditional availability enhancements (8): display
...
Includes theme and renderer changes required for the new feature.
There are two parts: style required for the display as part of the
course page (when showing the list of conditions for an activity),
and style required for the settings form.
This change supports both the bootstrapbase theme (which was the
main theme used during development) and the old base theme.
2014-04-07 20:11:56 +01:00
Andrew Nicols
ee616cff45
MDL-44760 editor_atto: Make menus consistent with Clean theme
2014-04-07 20:43:57 +08:00
Dan Poltawski
5e8be14cb9
Merge branch 'MDL-41569-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-07 16:01:56 +08:00
Damyon Wiese
51e73837b6
MDL-41569: CSS Allow flexible table headers to wrap.
2014-03-25 13:51:26 +08:00
Andrew Nicols
6d402310a4
MDL-34353 Javascript: Allow chooser dialogues to fall back to non-JS version
...
In order for a chooser dialogue to be able to fall back to it's non-JS
equivalent, we need to use a different set of styles.
This change makes the chooser dialogue preparation function add a new class
to the body which is utilised in the CSS to accomplish this. When the class
is not present, the dialogue content is displayed inline.
2014-03-25 00:51:09 +08:00
Ankit Agarwal
6b21643236
MDL-43804 themes: Update css not to use r0 and r1 identifiers for table rows
2014-02-03 14:29:39 +08:00
Andrew Nicols
5ab39a0e97
MDL-42928 JavaScript: Create a module to handle page scroll locking
2014-01-28 09:49:32 +08:00
Damyon Wiese
ce3b8b0e71
Merge branch 'MDL-26680-master' of git://github.com/micaherne/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-22 09:52:38 +08:00
Michael Aherne
41dcfbf1af
MDL-26680 my page My Moodle "reset to default" button
2014-01-21 22:36:24 +00:00
Nadav Kavalerchik
0954819fc7
MDL-40752 Login RTL: Swapping the panels on two-panel login pages for RTL
...
Additions to the patch by Jason Fowler <phalacee@gmail.com >
2014-01-14 09:19:42 +08:00
Sam Hemelryk
3d907759ad
MDL-23837 enrol: restyled the role and group controls
2014-01-02 11:39:53 +13:00
Sam Hemelryk
d842685028
Merge branch 'MDL-43062-master-nomerge' of git://github.com/mouneyrac/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-16 15:40:40 +13:00
Jerome Mouneyrac
41c2a197ba
MDL-43062 course: Content of label is left-aligned, regardless of alignment chosen
2013-12-13 13:27:26 +08:00
Andrew Nicols
11dd4dadb4
MDL-42796 ActionMenu: Add additional keyboard event handling
...
Add additional handling for up/down/escape key presses and consolidate them
with the existing tab/shift+tab handling.
2013-12-06 16:20:10 +08:00
Sam Hemelryk
5ba212b444
Merge branch 'MDL-43084-master' of git://github.com/phalacee/moodle
2013-12-04 15:29:00 +13:00
Jason Fowler
c8b0cb2640
MDL-43084 Themes: fixing dialog header in standard theme
2013-12-04 08:43:42 +08:00
Sam Hemelryk
2a336e2a36
Merge branch 'MDL-43065-master' of git://github.com/damyon/moodle
...
Conflicts:
backup/util/ui/base_moodleform.class.php
2013-12-04 09:44:25 +13:00
Sam Hemelryk
db9c8f4c7d
Merge branch 'MDL-42919-master' of git://github.com/damyon/moodle
2013-12-04 09:43:43 +13:00
Damyon Wiese
df9b573d85
MDL-43065 Backup: Prevent any responsiveness in backup/restore forms
...
Adding 'unresponsive' class to any moodle form will prevent the default
collapsing on screens < 1200px.
2013-11-29 14:27:34 +08:00
Jason Fowler
7d4e3575bc
MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the dialogue
2013-11-27 14:39:42 +08:00
Damyon Wiese
e6b1d132cb
MDL-41919 Forms: Add a class to form elements with an empty label
...
This means they can be styled properly when the form is folded with
the labels above the form fields.
2013-11-26 13:28:51 +08:00
Damyon Wiese
f059744968
MDL-42887 Form collapsing CSS fixes.
...
.fcontainer is not guaranteed to be in the form - we still need something else
for this selector to make it specific enough - so have replaced with #region-main (required).
Also - redid the question edit styles to be specific enough.
2013-11-15 17:40:58 +08:00
Damyon Wiese
d8383b247e
MDL-42887 Forms: Collapse all field elements below their labels on screens less than 1180px
...
Includes css fixes to make the question type edit screens look OK with this change.
2013-11-15 13:40:27 +08:00
Marina Glancy
4c35937514
Merge branch 'MDL-42849-master' of git://github.com/andrewnicols/moodle
2013-11-13 18:24:06 +11:00
Damyon Wiese
b22292ed50
Merge branch 'MDL-42705-master-nomerge' of git://github.com/mouneyrac/moodle
2013-11-13 14:42:32 +08:00
Andrew Nicols
83f91454f9
MDL-42849 ActionMenu: Tweak selector for filler and padding for edit menu
2013-11-13 13:32:36 +08:00
Damyon Wiese
db7092b076
MDL-42684 Forms: Display text editors and file pickers with the label above the field.
...
This includes the front page description admin field.
2013-11-13 12:52:00 +08:00
Jerome Mouneyrac
bb2f7c3ce9
MDL-42705 EditPDF: Progress bar styles in editpdf need to be moved to base theme.
2013-11-12 15:09:19 +08:00
Dan Poltawski
48fe93fa26
Merge branch 'MDL-41615_c' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 17:17:32 +08:00
Marina Glancy
d1cfb36b59
Merge branch 'MDL-42748-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 19:31:52 +11:00
Andrew Nicols
9d6d88e1bd
MDL-42748 Theme: Add back missing overflow on help tooltips
2013-11-07 13:53:43 +08:00
rwijaya
c544ee92f5
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
2013-11-07 12:04:00 +08:00
Andrew Nicols
4c9e8ea7a3
MDL-40975 Course: Fix issues with overflowing content in narrow windows
2013-11-07 01:16:34 +08:00
Andrew Nicols
29afe143c1
MDL-40975 Theme: Set the colour for actionmenu carets appropriately
2013-11-06 14:37:05 +08:00
Andrew Nicols
7f4f7081f0
MDL-40975 Theme: Change the actionmenu icons back to 12px
2013-11-06 11:40:59 +08:00