*** empty log message ***

This commit is contained in:
mits 2005-03-20 12:42:13 +00:00
parent 4f321bdb3d
commit 3e5c0cf0ea
2 changed files with 52 additions and 16 deletions

View File

@ -50,6 +50,20 @@ a.autolink.glossary:hover {
cursor: help;
}
.tablink a:link,
.tablink a:visited {
color:#000066;
}
.tablink a:hover {
text-decoration: none;
}
.selected .tablink a:link,
.selected .tablink a:visited {
color:#000000;
}
/* general styles */
body {
@ -57,7 +71,8 @@ body {
color:#000066;
}
th.header {
th.header,
td.header {
background-color:#DDDDDD;
}
@ -149,12 +164,6 @@ th.header {
border-color:#DDDDDD; /* borders */
}
/* summary of a user in a nice little box - weblib.php */
.userinfobox {
border-color:#AAAAFF; /* borders */
}
/* weblib.php table */
.tabledivider {
border-color:#AAAAFF; /* borders */
@ -456,7 +465,7 @@ table.minicalendar {
border-color:#DDDDDD;
}
#calendar .maincalendar .eventlist .event .header,
#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side
{
@ -560,7 +569,6 @@ table.minicalendar {
border-color:#AAAAFF; /* borders */
}
.sideblock .header {
background-color: #EEEEEE;
}
.sideblock .content {

View File

@ -172,11 +172,6 @@ a img {
border-style:solid;
}
.userinfoboxside,
.userinfoboxsummary,
.userinfoboxlinkcontent { }
/* weblib.php table */
.tabledivider {
border-width:1px;
@ -336,6 +331,10 @@ table.formtable tbody th
vertical-align: bottom;
}
.userinfobox .list td {
padding: 3px;
}
.userinfobox .username {
padding-bottom: 20px;
}
@ -594,14 +593,21 @@ table.generaltable th.header,
}
body#mod-quiz-report .tabs .side,
body#message-index .tabs .side {
body#message-index .tabs .side,
body.course .tabs .side,
body.user .tabs .side,
body#mod-forum-user .tabs .side {
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #AAAAAA;
width: 50%;
}
body#mod-quiz-report .tabs {
body#mod-quiz-report .tabs,
body#message-index .tabs,
body.course .tabs,
body.user .tabs,
body#mod-forum-user .tabs {
margin-bottom: 15px;
}
@ -1137,4 +1143,26 @@ body#course-enrol .coursebox {
.headingblock .link {
text-align:right;
}
body#course-user .graph {
text-align: center;
}
body#course-user .section,
body#course-user .content {
margin-left: 30px;
margin-right: 30px;
}
body#course-user .section {
border-width:1px;
border-style:solid;
padding:10px;
border-color:#AAAAAA;
margin-bottom: 20px;
}
body#course-user .section h2 {
margin-top: 0px;
}