Skip to content

Commit

Permalink
merged from 1.6 - some CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Jul 18, 2006
1 parent f90238b commit d4b912c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
5 changes: 4 additions & 1 deletion theme/orangewhite/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -681,4 +684,4 @@ body#mod-quiz-report table#attempts .r1 {
}
.workshopassessmentheading {
background-color:#FFEDCE
}
}
6 changes: 6 additions & 0 deletions theme/orangewhite/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
31 changes: 26 additions & 5 deletions theme/orangewhite/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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
Expand Down Expand Up @@ -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
***/
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -347,4 +368,4 @@ h6.main {

.mod-resource #content {
margin-top:1px
}
}

0 comments on commit d4b912c

Please sign in to comment.