some more changes - mainly background colors
This commit is contained in:
@@ -220,6 +220,10 @@ body#admin-index .c0 {
|
||||
#admin-config h2.main {
|
||||
background-color:#FFEDCE
|
||||
}
|
||||
.logtable th.header {
|
||||
background-color:#FFDA9D;
|
||||
border-color:#FFB63B
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
@@ -416,14 +420,21 @@ table.minicalendar {
|
||||
border-color:#AAA
|
||||
}
|
||||
#course-user #content,
|
||||
#user-edit #content,
|
||||
#user-view #content,
|
||||
#user-edit #content,
|
||||
.admin #content,
|
||||
#course-index #content,
|
||||
#course-log #content,
|
||||
.course #content,
|
||||
#files-index #content {
|
||||
background-color:#EEE
|
||||
}
|
||||
#user-edit #content .generalbox,
|
||||
#user-view .userinfobox tr {
|
||||
background-color:#FFF
|
||||
}
|
||||
#site-index #content,
|
||||
#course-view #content {
|
||||
background-color:#FFF
|
||||
}
|
||||
#course-user .logtable .r1 {
|
||||
background-color:#DFDFDF
|
||||
}
|
||||
|
||||
@@ -274,6 +274,9 @@ table.minicalendar {
|
||||
#course-view .section .left {
|
||||
font-weight:bold
|
||||
}
|
||||
.course .generalbox{
|
||||
font-size:0.8em
|
||||
}
|
||||
.activitydate, .activityhead {
|
||||
font-size:0.8em
|
||||
}
|
||||
|
||||
@@ -156,6 +156,19 @@ h6.main {
|
||||
margin:0
|
||||
}
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
.logtable th.header {
|
||||
border-left:1px solid;
|
||||
border-right:1px solid;
|
||||
}
|
||||
#user-edit #content .generalbox,
|
||||
#user-view .userinfobox tr {
|
||||
border-top:0 none
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user