merged from 1.7, cleaned up and replaced the wrong colour name lightgreen with the CSS colour name lime.

This commit is contained in:
urs_hunkler
2007-08-12 09:13:37 +00:00
parent 6e4dbffd0a
commit 22c22fe17c
+9 -1
View File
@@ -255,6 +255,10 @@ table.formtable tbody th {
*** Admin
***/
.admin .generalboxcontent {
background-color:#EEEEEE;
}
.admin .generalbox {
border-color:#BBBBBB;
background-color:#EEEEEE;
@@ -371,8 +375,9 @@ table.flexible .r1 {
}
.environmenttable .ok {
background-color : lightgreen;
background-color : lime;
}
/***
*** Blocks
***/
@@ -711,6 +716,9 @@ table.message_search_results td {
border-color: #DDD;
}
.que .incorrect {
}
.que.multianswer .incorrect {
background-color: #faa;
}
.que .partiallycorrect {