From 243dbcffee4f447e9d3fc7ec930af771eca402a3 Mon Sep 17 00:00:00 2001 From: mits Date: Mon, 7 Mar 2005 20:53:50 +0000 Subject: [PATCH] *** empty log message *** --- theme/oceanblue/styles_fonts.css | 5 +++++ theme/oceanblue/styles_layout.css | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/theme/oceanblue/styles_fonts.css b/theme/oceanblue/styles_fonts.css index 5c9fd4c6c79..5bbeae892f7 100644 --- a/theme/oceanblue/styles_fonts.css +++ b/theme/oceanblue/styles_fonts.css @@ -462,3 +462,8 @@ body#user-index #longtimenosee { .message .content { } + + +.helplink { + font-size:0.8em; +} diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index 22a4a18dc8c..f9b2f12cbc4 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -379,6 +379,12 @@ table.userinfobox { text-align:right; } +.forumpost .link { + padding-top: 0.5em; + text-align:right; +} + + .forumpost .left { width: 35px; padding: 4px; @@ -390,6 +396,10 @@ table.userinfobox { margin-left: 30px; } +body#user-view .forumpost { + width: 100%; +} + body#mod-forum-search .c0 { text-align: right; } @@ -829,6 +839,10 @@ table.calendar-controls .next margin-top: 0.3em; } +.sideblock .heading .title { + float: left; +} + .sideblock .heading .commands a { margin: 0px 2px; } @@ -869,6 +883,11 @@ table.calendar-controls .next margin-top:4px; } +.sideblock .heading .icon.hide, +.sideblock .heading .icon.edit { + margin-right: 6px; +} + /* sideblock weblib.php */ .block_course_summary .content { padding:10px; @@ -907,6 +926,10 @@ table.calendar-controls .next /* contents.php */ +.cell { /* Very generic table cell*/ + vertical-align: top; +} + body#doc-contents h1 { font-size: 1em; margin: 1em 0px 0px 0px;