From f1a20f1efef33c620fe516059270fcc011ace4e7 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 2 Feb 2007 14:44:27 +0000 Subject: [PATCH] Merged some outstanding css from 1.7 --- theme/orangewhite/styles_color.css | 11 ++++++++++- theme/orangewhite/styles_fonts.css | 9 +++++++++ theme/orangewhite/styles_layout.css | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/theme/orangewhite/styles_color.css b/theme/orangewhite/styles_color.css index 21e1d70a50..749a14c673 100644 --- a/theme/orangewhite/styles_color.css +++ b/theme/orangewhite/styles_color.css @@ -82,6 +82,9 @@ table.formtable tbody th { .r1 { } /* notification messages (can be good or bad) */ +.breadcrumb .sep { + color: #DA3; +} .notifyproblem { color:#600 } @@ -223,7 +226,13 @@ body#admin-index .c0 { background-color:#FFDA9D; border-color:#FFB63B } - +#adminsettings fieldset span.form-shortname { + color: #aaa; +} +#adminsettings fieldset { + background-color: #f9fafa; + border-color: #DDD; +} /*** *** Blocks diff --git a/theme/orangewhite/styles_fonts.css b/theme/orangewhite/styles_fonts.css index 28fd3ea502..41b8170ece 100644 --- a/theme/orangewhite/styles_fonts.css +++ b/theme/orangewhite/styles_fonts.css @@ -81,6 +81,9 @@ pre code { .bold { font-weight:bold } +.breadcrumb .sep { + font-family: verdana, arial, helvetica, sans-serif; +} .generalboxcontent { font-size:0.8em } @@ -194,6 +197,12 @@ table.formtable tbody th { #admin-index .generaltable .cell { line-height: 1.9em; } +#adminsettings fieldset span.form-shortname { + font-size: 90%; +} +#adminsettings fieldset { + font-size: 80%; +} /*** *** Blocks diff --git a/theme/orangewhite/styles_layout.css b/theme/orangewhite/styles_layout.css index 1955c92aa6..444c7223df 100644 --- a/theme/orangewhite/styles_layout.css +++ b/theme/orangewhite/styles_layout.css @@ -173,6 +173,13 @@ img.resize { #admin-maintenance #content { padding-bottom: 15px; } +#adminsettings fieldset { + border-width: 1px; + border-style: solid; +} +form.mform div.textarea textarea { + width: 35em; +} /*** *** Content @@ -274,6 +281,9 @@ img.resize { #calendar .maincalendar .calendarmonth { width:75% } +.sideblock .calendar-controls .current { + text-align: center; +} /*** *** Course @@ -369,3 +379,8 @@ img.resize { .mod-resource #content { margin-top:1px } + +/*** + *** New stuff + ***/ + -- 2.39.5