Updated some, based on standard theme.

This commit is contained in:
mits 2005-07-20 21:51:52 +00:00
parent 3d5893ecbb
commit f54b1dbd96
2 changed files with 30 additions and 5 deletions

View file

@ -195,10 +195,15 @@ body#admin-blocks table#incompatible td.c0 {
line-height:1.2em;
}
.sideblock a {
line-height:1.2em
}
.sideblock .content h3,
.sideblock .content h2 {
font-size:1.0em;
}
.sideblock .header .commands {
font-size:0.9em;
}

View file

@ -46,8 +46,7 @@ h6.main {
#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
#layout-table #right-column {
vertical-align:top;
}
@ -56,7 +55,6 @@ h6.main {
padding-right:12px;
}
.clearer {
clear:both;
margin:0px;
@ -86,7 +84,7 @@ a img {
img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
border: 0px solid
border: 0px none
}
.notifyproblem {
@ -112,27 +110,34 @@ img.grouppicture,
border-width:1px;
border-style:solid;
}
.errorbox {
border-width:1px;
border-style:solid;
margin: 1em 15%;
width: 70%;
}
.errorbox .title {
padding: 5px;
}
.informationbox {
border-width:1px;
border-style:solid;
}
.feedbackbox {
border-width:1px;
border-style:solid;
}
.feedbackby {
}
.feedback {
}
.initialbar {
text-align: center;
}
@ -161,9 +166,11 @@ img.grouppicture,
.pagingbar {
text-align:center;
}
.pagingbar a {
padding-left: 10px;
}
.pagingbar .thispage {
padding-left: 10px;
}
@ -278,11 +285,22 @@ form.popupform {
}
/***
*** Content
***/
#content {
margin-top:8px;
}
#admin-index #content {
margin-top:0;
}
/***
*** Admin
***/
body#admin-index .c0 {
vertical-align: top;
}
@ -674,6 +692,7 @@ table.calendar-controls .next {
/***
*** Course
***/
.activitydate, .activityhead {
text-align:center;
}
@ -736,6 +755,7 @@ body#course-view .unread {
body#course-enrol .generalbox {
margin-top: 20px;
}
body#course-enrol .coursebox {
margin-top: 20px;
}