Issue Details (XML | Word | Printable)

Key: MDL-17336
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Olli Savolainen
Reporter: Olli Savolainen
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-17284

Styles missing from styles_color.css as a result of committing to Moodle 2.0 HEAD

Created: 21/Nov/08 02:29 AM   Updated: 25/Nov/08 11:11 AM
Return to search
Component/s: Themes
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Olli Savolainen and Tim Hunt
Security Level: None
QA Assignee: Tim Hunt
Difficulty: Easy
Resolved date: 21/Nov/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
At least the following were missing. After adding them it seems that the UI is ok at first glance.

#mod-quiz-edit .statusdisplay{
background-color:#ffc;
}
#mod-quiz-edit div.quizpage span.pagetitle{
    color:#006;
}
#mod-quiz-edit div.quizpage .pagecontent{
    background-color:#d6d6d6;
}
#mod-quiz-edit div.question div.qnum{
    color:#333;
}

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Olli Savolainen added a comment - 21/Nov/08 02:34 AM
Fixed in rev.1.190

Tim Hunt added a comment - 21/Nov/08 11:02 AM
Just to confirm, I checked out commit on the CVS commit email list, and it was fine (of course).

Note that you don't have to say which revision the bug was fixed in. If you click the All, or Version Control links above, you will see that the tracker magically captures information about what you did to fix the bug. (That is why you must mention the issue id in the commit message.)

Sorry about missing out those bits of CSS, I don't know how that happened.