From f54b1dbd968b01ca35163fac4ad570777ca23ee2 Mon Sep 17 00:00:00 2001 From: mits Date: Wed, 20 Jul 2005 21:51:52 +0000 Subject: [PATCH] Updated some, based on standard theme. --- theme/oceanblue/styles_fonts.css | 5 +++++ theme/oceanblue/styles_layout.css | 30 +++++++++++++++++++++++++----- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/theme/oceanblue/styles_fonts.css b/theme/oceanblue/styles_fonts.css index 487fac17535..40518631192 100644 --- a/theme/oceanblue/styles_fonts.css +++ b/theme/oceanblue/styles_fonts.css @@ -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; } diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index cdc2f3443e6..93c16d8d502 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -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; }