nfreear
c076f4beef
Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript.
2007-12-18 17:18:19 +00:00
tjhunt
7f2ec6b147
Minor quiz layout improvements. Merged from MOODLE_19_STABLE.
2007-12-17 16:56:42 +00:00
tjhunt
46a5a85b58
MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback. Merged from MOODLE_19_STABLE.
2007-12-17 12:28:14 +00:00
urs_hunkler
28d10603b5
merged from 1.9 :: CSS cleanups :: collect some background definitions in a basic property and work with cascading to more special definitions.
2007-12-16 09:41:56 +00:00
urs_hunkler
67a6e17071
merged from 1.9 :: MDL-12221 :: Some enhancements to handle the changed boxes - work in progress.
2007-12-13 20:25:24 +00:00
urs_hunkler
f287947552
merged from 1.9 :: MDL-11438 :: added screenshot.jpg to prevent IEs crashing on the them selection page.
2007-12-13 20:21:56 +00:00
tjhunt
2a13e454f9
MDL-9459 - Provide information relating to groups in the summary message "Attemts: 123". Now, depending on the situation, you see one of three messages: "Attempts: 123", "Attemtps 123 (45 from your groups)" or "Attemtps 123 (45 from this group)".
...
I also took the opportunity to improve the layout of this message slightly, and clarify the message that tells you that you cannot add or remove questions from the quiz if there are attemts.
Merged from MOODLE_19_STABLE.
2007-12-12 17:23:55 +00:00
nfreear
0154653b9b
Fixes MDL-12541 "Weeks course format - dates for each section should be marked up as heading". Merged.
2007-12-11 15:25:07 +00:00
tjhunt
6e4ca69ad7
MDL-12393 - Layout tweaks on question category editing page. Merged from MOODLE_19_STABLE.
2007-11-30 11:00:48 +00:00
urs_hunkler
66fef744d4
added missing pix
2007-11-28 16:15:56 +00:00
urs_hunkler
9ded000995
MDL-12370 :: added missing images
2007-11-28 14:22:38 +00:00
nicolasconnault
d3e0806def
MDL-9506 Returning stdClass objects instead of grade_item objects: for security
2007-11-27 15:40:04 +00:00
nicolasconnault
f9972ddb61
MDL-12312 Reviewed and slightly improved Petr's great help file
2007-11-27 10:01:52 +00:00
skodak
0ad439bb42
MDL-12221 custom themes revisited - fixed bug in previous commit, added more developer debug; merged from MOODLE_19_STABLE
2007-11-23 20:26:16 +00:00
skodak
9f7f1a74a0
MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE
2007-11-23 16:49:51 +00:00
nfreear
532f494d96
Fixes reopened bug MDL-7472, "Explicitly label radio buttons in Survey" - removes use of USER->screenreader using get_accesshide + many other accessibility fixes.
2007-11-21 14:50:32 +00:00
stronk7
9126bd7ee9
Some question formating...
...
Merged from MOODLE_19_STABLE
2007-11-20 00:10:05 +00:00
skodak
f16fa0a34b
MDL-12249 groups UI cleanup and improvements - see tracker for details; merged from MOODLE_19_STABLE
2007-11-19 20:31:57 +00:00
sam_marshall
9b50bd46ad
MDL-12075 Display individually colour-coded events in calendar rather than random day colours
2007-11-19 10:53:23 +00:00
moodler
21090e447a
Merged from 1.9
...
Improvements to the tabs for assigning and overriding roles. MDL-12120
Tabs are now all on the top row
Tabs have clearer titles
Other help texts improved
2007-11-19 07:13:02 +00:00
moodler
b8faa9a7d1
Merged fixes for override colouring MDL-12248
2007-11-19 06:59:19 +00:00
mits
26966d4026
Removed styles_layout.css from theme oceanblue.
...
Updated config.php for theme oceanblue.
2007-11-16 14:51:34 +00:00
urs_hunkler
e80cc31f06
merged form 1.9 :: MDL-12221 :: new CSS rules for the custom_corners boxes.
...
And MDL-9306 :: splitted comma sepearted rules to 2 separate rules.
2007-11-16 14:19:13 +00:00
urs_hunkler
3411f1b994
merged from 1.9 :: MDL-12191 :: workaround with JavaScript to add "haslayouttabel" class to body.
2007-11-15 12:21:09 +00:00
urs_hunkler
8e0692399f
merged from 1.9 :: changed the form lable look.
2007-11-15 12:18:32 +00:00
urs_hunkler
f72d4df82e
merged from 1.9 :: added 2 CSS definitions to dimm the summary and the course no. in a hidden course topic.
2007-11-14 16:06:58 +00:00
urs_hunkler
7506339261
merged from 1.9 :: removed CSSEdit reference line.
2007-11-13 10:33:04 +00:00
urs_hunkler
e4063e7d97
merged from 1.9 :: The XHTML of the actual tab has been changed. Therefor the actual tab was not shown in front of the line any more. I changed the CSS to correct this introduced bug.
2007-11-12 20:22:04 +00:00
mits
9ccdfd109b
some tidy up on theme OceanBlue.
2007-11-12 17:56:07 +00:00
urs_hunkler
f632d9f161
merged from 1.9 :: MDL-12093 :: changed function call from get_in_popup to is_in_popup.
2007-11-12 11:40:52 +00:00
urs_hunkler
82e74e90cc
merged from 1.9 :: MDL-10683 :: added as Eric proposed:
...
.mform .ftextarea #id_alltext {
width: 100%;
}
2007-11-11 19:34:37 +00:00
urs_hunkler
e09c7b223f
merged from 1.9 :: moved the sideblock accessibility property to the sidblocks section.
2007-11-11 19:26:20 +00:00
urs_hunkler
95014662db
merged from 1.9 :: Some theme enhancements while working on MDL-12098 and MDL-11154.Some theme enhancements while working on MDL-12098 and MDL-11154.
2007-11-11 16:04:08 +00:00
urs_hunkler
0859ecfffb
merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox.
...
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.
2007-11-11 11:22:54 +00:00
urs_hunkler
a788bb6f1e
merged from 1.9 :: added missing "if ($heading)" to suppress empty page header.
2007-11-11 09:31:41 +00:00
sam_marshall
8220806924
MDL-12072 Added heading tag for calendar 'blocks'
2007-11-08 17:01:35 +00:00
nfreear
120a18f051
Follow up fixes MDL-12029 "Glossary view needs heading markup..."
2007-11-07 17:45:57 +00:00
nicolasconnault
1ce18c08d3
MDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML compliant, and displays really nicely.
2007-11-06 14:01:13 +00:00
nfreear
097d705e6d
Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".
2007-11-05 15:22:22 +00:00
skodak
e4e38544f8
MDL-11996 bulk user upload - improvements, bugfixes and cleanup;
...
new csv import library included ;-)
2007-11-05 00:43:37 +00:00
urs_hunkler
7fe1e756c5
merged form 1.9 :: removed a typo: tabletable > table
2007-11-02 10:41:24 +00:00
stronk7
8e758ab52c
Unsetting one white border.
...
Merged from MOODLE_18_STABLE
2007-11-01 20:07:40 +00:00
nfreear
8fc45264b9
Fixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as a list.
2007-11-01 12:32:58 +00:00
skodak
ced5ee5921
MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
...
MDL-11974 improved gradebook CSS
2007-11-01 08:25:05 +00:00
skodak
d121490949
MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile
2007-10-28 12:51:16 +00:00
urs_hunkler
83ad27e3d1
merged from 1.9 :: MDL-11926 :: two comments confused Chameleon. I have deleted the comments and optimized CSS for Chameleon use.
2007-10-28 12:40:39 +00:00
urs_hunkler
34658b8c3e
merged from 1.9
2007-10-28 10:19:18 +00:00
tjhunt
3a48e3da50
MDL-11917 - Improve the title on the assign/override roles page. Merged from MOODLE_19_STABLE.
2007-10-26 17:00:05 +00:00
tjhunt
dcd55b7e80
MDL-11784 - On the role assign page, list who is assigned the role for roles with only a few assignments. Merged from MOODLE_19_STABLE.
2007-10-23 16:27:25 +00:00
urs_hunkler
86f7ba7f8d
merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3.
2007-10-22 10:36:30 +00:00