Damyon Wiese
642df831f9
MDL-44139 Remove adminwarning from base css.
...
Grr. Afterburner has nothing defined for adminwarning before, so this
makes it look all red and splotchy.
2014-02-26 15:30:44 +08:00
Damyon Wiese
2fda38c2ab
MDL-44139 Themes: Add default definitions for .adminwarning and .adminerror to base
...
These were missing from base, but were defined in standard and canvas, which 99% of old themes
inherit from. But they are critical for the proper display of moodle and should at least have a
default definition in all themes (e.g. afterburner only inherits from base).
This background color has been tested for contrast accessibility.
2014-02-26 14:07:07 +08:00
Damyon Wiese
ed24890b68
Merge branch 'MDL-38903-master' of git://github.com/phalacee/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-25 09:21:30 +08:00
Jason Fowler
88d366e595
MDL-38903 File picker: making upload form with more semantic HTML
2014-02-25 07:51:53 +08:00
Damyon Wiese
ccc2966709
Merge branch 'wip-MDL-44139-master' of git://github.com/ds125v/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-24 15:28:51 +08:00
Eloy Lafuente (stronk7)
c14a54c230
Merge branch '44196-27' of git://github.com/samhemelryk/moodle
2014-02-19 01:03:22 +01:00
Sam Hemelryk
36520392d4
MDL-44196 theme_base: unified @package use and improved coding style
2014-02-17 11:28:49 +13:00
Sam Hemelryk
496e46b1ee
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
2014-02-16 14:25:56 +13:00
David Scotson
7f52dbd8d5
MDL-44139 admin: standardise warning renderer use
...
Take three handcoded warnings and convert them to calling
the 'warning' renderer like rest of the file.
Then remove redundant CSS and/or move specific CSS to generic
places so it's shared.
2014-02-14 11:39:04 +00:00
Sam Hemelryk
002a736eee
MDL-43994 theme_bootstrapbase: consistent commenting between themes
2014-02-10 09:10:20 +13:00
Sam Hemelryk
642ad27297
Merge branch 'MDL-43994-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 09:06:31 +13:00
Andrew Nicols
e14e17029c
MDL-43994 Blocks: Hide the move icon when blocks are docked
2014-02-07 17:39:36 +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
Eloy Lafuente (stronk7)
51cba7809c
Merge branch 'MDL-42928-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-28 12:22:23 +01:00
Andrew Nicols
5ab39a0e97
MDL-42928 JavaScript: Create a module to handle page scroll locking
2014-01-28 09:49:32 +08:00
Sam Hemelryk
5a3e5fa078
MDL-43688 dndupload: fixed positioning across themes
2014-01-24 09:52:47 +13: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
Dan Poltawski
0296662a22
Merge branch 'MDL-42955_b' of git://github.com/rwijaya/moodle
2014-01-21 10:37:01 +08:00
Eloy Lafuente (stronk7)
b0512f418b
Merge branch 'MDL-39684-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-21 00:20:28 +01:00
Rossiani Wijaya
e4a25e6ff1
MDL-42955: Removed scrollbar from block's action menu
2014-01-20 14:00:29 +08:00
Damyon Wiese
6d7d401711
Merge branch 'MDL-39683-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 11:27:07 +08:00
Dan Poltawski
34e91c304c
Merge branch 'MDL-40752-master' of git://github.com/phalacee/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-01-20 09:24:53 +08: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
Frederic Massart
fdbb039713
MDL-39684 theme: RTL align of restrictions label in file manager
2014-01-13 16:15:12 +01:00
Frederic Massart
2fca44ad65
MDL-39683 message: RTL alignment of messages in theme_base
2014-01-13 15:40:10 +01:00
Sam Hemelryk
ee749e50be
MDL-40205 theme: fixed overflow of block headers
2014-01-13 09:40:38 +08:00
Eloy Lafuente (stronk7)
430740f65a
Merge branch 'MDL-42392-master' of git://github.com/andrewnicols/moodle
2014-01-08 00:23:40 +01:00
Sam Hemelryk
3d907759ad
MDL-23837 enrol: restyled the role and group controls
2014-01-02 11:39:53 +13:00
Andrew Nicols
2fad76eb9b
MDL-42392 Blocks: Do not hide blocks if JS is disabled
...
With JS disabled, it is not possible to change the block visibility
user preference and therefore not possible to show content which was
hidden.
Since the block hiding functionality is a nicety, and we have no controls
to show and hide the blocks when JS is disabled, we should instead show the
block content regardless of the user preference.
2013-12-28 08:33:35 +08: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
Dan Poltawski
d22147667d
Merge branch 'wip-mdl-42597' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-04 08:53:25 +08:00
Jason Fowler
c8b0cb2640
MDL-43084 Themes: fixing dialog header in standard theme
2013-12-04 08:43:42 +08:00
Rajesh Taneja
f487a8f825
MDL-42597 Administration: Modified maintenance mode countdown to display nicely
...
Added Style and JS to display maintenance mode timer similar
to what is done on moodle demo site for rest.
2013-12-04 08:31:56 +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
6b8c6278bc
Merge branch 'MDL-43076-master' of git://github.com/phalacee/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-03 13:18:47 +08:00
Sam Hemelryk
12539749f4
Merge branch 'MDL-42918' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-12-02 13:44:05 +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
rwijaya
e94d023225
MDL-42918: fixed fullscreen width for multichoice answers editor
2013-11-26 12:21:51 +08:00
Dan Poltawski
f5bc16cbd1
Merge branch 'MDL-42858' of git://github.com/rwijaya/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-25 10:48:33 +08:00
rwijaya
3e57883c5c
MDL-42858 Course Management: fix regression for subcategories visibility
2013-11-21 15:32:50 +08:00
Sam Hemelryk
34592ffd98
Merge branch 'MDL-42853-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-19 10:08:45 +13: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
Marina Glancy
2b6344c1d0
Merge branch 'MDL-42887-master' of git://github.com/damyon/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-15 17:27:50 +11:00