Merged some outstanding css from 1.7

This commit is contained in:
moodler 2007-02-02 14:44:27 +00:00
parent 5764893508
commit f1a20f1efe
3 changed files with 34 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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
***/