diff --git a/theme/orangewhite/styles_color.css b/theme/orangewhite/styles_color.css index 21e1d70a50a..749a14c673c 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 28fd3ea5021..41b8170ece2 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 1955c92aa6b..444c7223dfc 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 + ***/ +