Skip to content

Commit

Permalink
Updated some, based on standard theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed Jul 20, 2005
1 parent 3d5893e commit f54b1db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
5 changes: 5 additions & 0 deletions theme/oceanblue/styles_fonts.css
Expand Up @@ -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;
}
Expand Down
30 changes: 25 additions & 5 deletions theme/oceanblue/styles_layout.css
Expand Up @@ -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;
}

Expand All @@ -56,7 +55,6 @@ h6.main {
padding-right:12px;
}


.clearer {
clear:both;
margin:0px;
Expand Down Expand Up @@ -86,7 +84,7 @@ a img {
img.userpicture,
img.grouppicture,
.block_online_users .listentry img {
border: 0px solid
border: 0px none
}

.notifyproblem {
Expand All @@ -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;
}
Expand Down Expand Up @@ -161,9 +166,11 @@ img.grouppicture,
.pagingbar {
text-align:center;
}

.pagingbar a {
padding-left: 10px;
}

.pagingbar .thispage {
padding-left: 10px;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -674,6 +692,7 @@ table.calendar-controls .next {
/***
*** Course
***/

.activitydate, .activityhead {
text-align:center;
}
Expand Down Expand Up @@ -736,6 +755,7 @@ body#course-view .unread {
body#course-enrol .generalbox {
margin-top: 20px;
}

body#course-enrol .coursebox {
margin-top: 20px;
}
Expand Down

0 comments on commit f54b1db

Please sign in to comment.