Skip to content

Commit

Permalink
fixed based on standard theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed May 10, 2005
1 parent 9f9265f commit aa6bcf4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 37 deletions.
24 changes: 3 additions & 21 deletions theme/oceanblue/styles_color.css
Expand Up @@ -230,9 +230,11 @@ body#admin-index .c0 {
}

.sideblock .header {
border-color: #dddddd;
}

.sideblock .content {
border-color: #dddddd;
background-color:#FCFCFC;
}

Expand All @@ -242,6 +244,7 @@ body#admin-index .c0 {

.sideblock .list {
}

.sideblock .header .hide-show img.hide-show-image {
background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
}
Expand Down Expand Up @@ -519,27 +522,6 @@ table.message_search_results td {
}
.groupinfobox {
border-color: #DDDDDD;
background-color: #FCFCFC;
}


/***
*** Modules: Assignment
***/

.assignmentsubmission {
}

.assignmentnew .assignmentfeedback{
background-color:#DDDDDD;
}

.assignmentold .assignmentfeedback{
background-color:#BBBBBB;
}

.assignmentheading {
background-color:#BBBBBB;
}


Expand Down
4 changes: 3 additions & 1 deletion theme/oceanblue/styles_fonts.css
Expand Up @@ -213,7 +213,9 @@ table.formtable tbody th {
font-style: italic;
}


.block_site_main_menu .footer select {
font-size: 0.8em;
}

/***
*** Calendar
Expand Down
33 changes: 18 additions & 15 deletions theme/oceanblue/styles_layout.css
Expand Up @@ -188,6 +188,14 @@ table.formtable tbody th
vertical-align: top;
}

.helplink img {
vertical-align: middle;
margin: 0px 2px;
}

form.popupform {
display: inline;
}

/***
*** Header
Expand Down Expand Up @@ -300,17 +308,17 @@ body#admin-config .confighelp {
}

.sideblock {
width: 100%;
margin-bottom:1em;
border-collapse:separate;
border-width:1px;
border-style:solid;
width: 100%;
}

.sideblock .header {
background-image:url(gradient.jpg);
text-align: left;
padding:4px;
border-width: 1px;
border-style: solid;
border-bottom: none;
}

.sideblock .header .hide-show {
Expand All @@ -324,20 +332,21 @@ body#admin-config .confighelp {
}

.sideblock .header .commands {
float: right;
margin-top: 0.3em;
clear: both;
}

.sideblock .header .title {
float: left;
}

.sideblock .header .commands a {
margin: 0px 2px;
}

.sideblock .content {
padding:4px;
padding: 4px;
border-width: 1px;
border-style: solid;
}

.sideblock .content hr {
Expand All @@ -363,20 +372,15 @@ body#admin-config .confighelp {
}

.sideblock .footer {
margin-top:4px;
margin-bottom: 4px;
text-align:center;
}

.sideblock .header .icon.hide,
.sideblock .header .icon.edit {
margin-right: 6px;
}

.sideblock .head {
margin-top: 5px;
}




/***
*** Calendar
Expand Down Expand Up @@ -1295,4 +1299,3 @@ body#mod-quiz-report .controls {
/***
*** Modules: Workshop
***/

0 comments on commit aa6bcf4

Please sign in to comment.