some style updates

This commit is contained in:
urs_hunkler
2006-07-18 07:22:06 +00:00
parent e2337127eb
commit 8d6c9a68b1
3 changed files with 36 additions and 6 deletions
+4 -1
View File
@@ -141,6 +141,9 @@ table.formtable tbody th {
.generaltable .r1 {
background-color:#D7D7D7
}
.generaltable {
border-color: #bbbbbb;
}
/* kept for backward compatibility with some non-standard modules
which use these classes for various things */
@@ -681,4 +684,4 @@ body#mod-quiz-report table#attempts .r1 {
}
.workshopassessmentheading {
background-color:#FFEDCE
}
}
+6
View File
@@ -89,6 +89,9 @@ pre code {
font-weight:normal;
white-space:normal !important
}
.generaltable .cell {
font-size: 0.8em;
}
.warning {
font-weight:bold;
font-style:italic
@@ -189,6 +192,9 @@ table.formtable tbody th {
#admin-config #content > center {
font-size:0.8em
}
#admin-index .generaltable .cell {
line-height: 1.9em;
}
/***
*** Blocks
+26 -5
View File
@@ -64,9 +64,9 @@ h6.main {
width:22%;
padding:5px
}
#middle-column .section .content,
#middle-column .section .side {
border:0 none
td#middle-column tr.section td.content,
td#middle-column tr.section td.side {
border-style: none;
}
.generalbox {
width:90%
@@ -78,9 +78,16 @@ h6.main {
.generaltable .smallinfo p {
margin-top:0
}
.generaltable .cell {
border-style: none;
}
.sitetopiccontent {
border:0 none
}
img.resize {
width: 1em;
height: 1em;
}
/***
*** Header
@@ -154,6 +161,19 @@ h6.main {
border-width:1px
}
/***
*** Admin
***/
#admin-index #content,
#admin-lang #content {
padding-top: 10px;
margin-top: 13px;
}
#admin-maintenance #content {
padding-bottom: 15px;
}
/***
*** Content
***/
@@ -215,7 +235,8 @@ h6.main {
}
#left-column .sideblock .list .r0,
#left-column .sideblock .list .r1 {
height:2em
/* height:2em */
min-height:2em
}
#left-column .sideblock .list td {
vertical-align:middle;
@@ -347,4 +368,4 @@ h6.main {
.mod-resource #content {
margin-top:1px
}
}