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 12, 2005
1 parent e7beac8 commit aa4b26c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 7 deletions.
12 changes: 10 additions & 2 deletions theme/oceanblue/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,14 @@ table.message_search_results td {
.message .content {
}

/***
*** Logs
***/

.logtable .r1 {
background-color:#EEEEEE;
}


/***
*** Tabs
Expand Down Expand Up @@ -492,8 +500,8 @@ table.message_search_results td {
.tabrow td:hover .tablink {
background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
background:url(pix/tab/right_end.gif) top right no-repeat;
.tabrow .last {
background: transparent url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
background:url(pix/tab/left_active.gif) top left no-repeat;
Expand Down
12 changes: 12 additions & 0 deletions theme/oceanblue/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,18 @@ body#doc-contents ul {
}


/***
*** Logs
***/

.logtable td {
font-size: 0.8em;
}
.logtable th {
font-size: 0.9em;
}


/***
*** Message
***/
Expand Down
31 changes: 26 additions & 5 deletions theme/oceanblue/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ body#admin-config .confighelp {
clear: both;
}

.sideblock .header .title {
}

.sideblock .header .commands a {
margin: 0px 2px;
}
Expand All @@ -357,6 +354,13 @@ body#admin-config .confighelp {
border-top:1px solid;
}

#left-column .hidden .header,
#right-column .hidden .header
{
border-bottom-width: 1px;
border-bottom-style: solid;
}

#left-column .hidden .content,
#right-column .hidden .content
{
Expand Down Expand Up @@ -740,6 +744,9 @@ body#course-view .headingblock {
border-style:solid;
}

.courseboxcontent .cost {
padding-top: 20px;
}


/***
Expand Down Expand Up @@ -809,6 +816,20 @@ body#message-messages {
}


/***
*** Logs
***/

.logtable td,
.logtable th {
padding-left: 10px;
padding-right: 10px;
}

.logtable th {
text-align:left;
}

/***
*** Tabs
***/
Expand All @@ -832,7 +853,7 @@ body#message-messages {
.tabrow {
border-collapse:collapse;
width:100%;
margin:0px;
margin: 1px 0px 0px 0px;
}

.tabrow td {
Expand All @@ -851,7 +872,7 @@ body#message-messages {
white-space:nowrap;
text-decoration:none;
}
.tabrow .last span {
.tabrow .last {
display:block;
padding:0px 1px 0px 0px;
}
Expand Down

0 comments on commit aa4b26c

Please sign in to comment.