mits
db2007cbc0
modified for Accessibility based on Standard theme.
2006-02-27 22:58:31 +00:00
nfreear
9fdbbcf768
Accessibility: 'headermain' is now H1, see theme/standard/styles_layout.css: .headermain
...
TODO (other moodlers): propagate change through header.html in other themes.
2006-02-27 14:17:08 +00:00
mits
d8c33a44a9
polished.
2006-02-23 01:06:20 +00:00
mits
b5cbc10eca
to show "Turn editing on" and "Turn student view on" button in-line,
...
added styles_layout.css which includes ".navbutton" attribute.
2006-02-23 01:04:36 +00:00
urs_hunkler
c02131ec37
started to build the CSS for the new quizzes. While working on it I will write all into styles.php. When finished I will put the CSS into the standard themes. The quiz part in the standard theme is deactivated.
2006-02-21 23:53:52 +00:00
urs_hunkler
55a997d08a
some missing icons added
2006-02-21 07:44:53 +00:00
urs_hunkler
5452c7255c
Comments from Andy:
...
config.php contains a new option, $THEME->chameleonteachereditenabled by default this is false, preventing teachers from editing chameleon course themes. css.php has been changed a little to make use of this new property, it now also checks $CFG->allowcoursethemes before letting a teacher edit anything.
There have been some bug fixes in the handling of border shorthands.
Some workarounds to avoid a pretty big IE bug - the addRule method in IE's version of DOM 2 CSS (which I use to create the live preview of changes), can crash the browser if the selector being added contains certain characters. Now as chameleon generates the preview it checks the selectors against a list of allowed characters - if the selector contains any character not on the list it will be ignored.
I don't think I'm quite there yet, but I made a bit of a change in some of the event handling code which means support for IE 5.5 seems to be getting closer :-)
2006-02-21 07:29:34 +00:00
mits
bcb1789331
changed README.txt to README.html.
2006-02-18 20:38:51 +00:00
gustav_delius
eaa5a1c0c8
Added missing icon (used by quiz editing page)
2006-02-11 14:07:54 +00:00
andreabix
dbda947cf0
Fixed uneven spacing in minicalendar table. Thanks to Daniele Cordella for the hint.
2006-02-06 14:46:47 +00:00
stronk7
10a1ac179e
Change one style to apply it in some more places...
2006-02-03 00:23:03 +00:00
moodler
b1cdbbf9c6
New Chameleon theme from
...
Urs Hunkler - http://www.unodo.de
Andrew Walker - http://www.altoncollege.ac.uk
2006-01-31 06:05:33 +00:00
mits
90865da680
it's better to use standard css file name.
2006-01-19 05:53:15 +00:00
mits
ce9380ac1e
removed dupulicate styles.
2006-01-19 00:59:46 +00:00
mits
88c64e0bab
removed duplicate styles.
...
Thank you Eloy for good suggestion!
2006-01-19 00:40:46 +00:00
mits
8657f7c831
Added one style to display the Environment results table based on standard theme.
2006-01-18 23:20:53 +00:00
stronk7
da03cdc4b6
Added one style to display the Environment results table.
2006-01-18 19:28:20 +00:00
stronk7
79cccd507d
Added categoryboxcontent to properly display the list of categories.
2006-01-16 11:08:23 +00:00
mits
a323daf788
modified based on standard theme.
2006-01-13 19:32:03 +00:00
defacer
e58e1a9474
XHTML fixes for the administration page, plus a couple assorted styles.
2006-01-13 15:30:24 +00:00
mits
14c6c50113
modified for Granular backup & restore.
2006-01-13 04:46:37 +00:00
mjollnir_
1ecea97679
Granular backup & restore:
...
This patch allows the much requested selection of individual instances of modules within a course to backup and restore.
It needs A LOT of testing and probably some prettyifying too.
2006-01-13 03:45:31 +00:00
mits
e86686ee16
added ".error" based on standard theme.
2006-01-11 06:13:55 +00:00
mjollnir_
4534774cc8
New style for errors (useful for form validation) (standard theme)
2006-01-11 02:33:50 +00:00
moodler
85f393ea4d
Just updating some old changes here
2006-01-05 07:14:14 +00:00
mits
d79d1012ce
modified based on standard theme.
2005-11-28 20:57:52 +00:00
mjollnir_
4820a99e87
New report - course participation. Integrated with messaging system, same as participants list.
2005-11-28 20:50:15 +00:00
andreabix
d3e0489dec
Fixes missing .highlight class
2005-11-28 08:44:57 +00:00
mits
8939f45e13
polished: font-family and font-size.
2005-11-27 22:46:04 +00:00
stronk7
fd5f0feba5
Print performance info if exists and $CFG->perfdebug is enabled.
...
Merged from MOODLE_15_STABLE
2005-11-19 18:23:07 +00:00
mits
b74243877f
fixed based on standard.
2005-11-18 04:55:44 +00:00
patrickslee
60f515a257
Added HTMLArea editor to the Description box in the Edit Profile area
2005-11-18 01:45:20 +00:00
mits
8b3908b4e6
fixed based on standard theme.
...
Thank you!!
2005-11-15 23:20:18 +00:00
mjollnir_
d1f1e3f899
Merged from MOODLE_15_STABLE: perf configvar & footer
2005-11-15 21:34:53 +00:00
mits
25fc86593c
adde ie specific rule based on standard.
2005-11-15 04:10:50 +00:00
patrickslee
b7cd70e017
Added an IE specific rule in layout CSS to prevent command icons hidden behind HTMLArea generated tables
...
When inserting table in HTMLArea, if the table is set to align to left or right, IE will make the table float so the command button will be hidden behind it.
So a IE specific rule is added in layout CSS to set command buttons clear on both side. This will apply to all themes based on the standard layout. And other browsers are not affected/needed.
Merged from MOODLE_15_STABLE
2005-11-15 03:07:59 +00:00
urs_hunkler
e236ac3c7c
Merged from 1.5. Changed $CFG-theme to current_theme() to make the theme working as course or session theme, see Bug #4315
2005-11-13 17:44:23 +00:00
mits
efa309e66e
polished for resource html, text visibility.
2005-11-03 22:03:51 +00:00
mits
1734c8ca7a
changed large calendar bgcolor to #FFFFFF for visibility.
2005-10-29 20:47:13 +00:00
mits
fd41791c0b
changed forum related color.
2005-10-09 00:56:35 +00:00
mits
8b6be6c2f4
fixed weekdates color.
2005-09-28 12:44:25 +00:00
mits
380d1b6e92
added some based on standard theme.
2005-09-20 02:47:31 +00:00
stronk7
1d23983d7e
Added some styles for the new IMS CP resource type.
2005-09-19 16:34:47 +00:00
stronk7
2f0754ba3b
Added support for new styles in chat window.
...
Merged from MOODLE_15_MERGED
2005-09-11 10:03:35 +00:00
mits
e9b5241425
polished based on standard theme.
2005-09-10 20:54:42 +00:00
urs_hunkler
5ecbff7916
Eloy added hooks to the chat mes frame. I adde the basic CSS properties and values for colors and positioning to the "Modules: Chat" sections of the two CSS files.
2005-09-10 18:35:49 +00:00
mits
06a837c193
polished - based on standard theme.
2005-08-18 14:59:30 +00:00
thepurpleblob
3aac126599
StudentView button is alongside the editing button rather than underneath.
2005-08-18 09:29:19 +00:00
mits
c4b7f1b35f
polished - based on standard theme.
2005-08-10 14:20:22 +00:00
urs_hunkler
298657f908
removed the hard coded values for .errorbox and .errorboxcontent and added the properties to the standard theme. see bug 3522
2005-08-09 09:26:56 +00:00