fixed based on standard theme.
This commit is contained in:
@@ -462,6 +462,14 @@ table.message_search_results td {
|
||||
.message .content {
|
||||
}
|
||||
|
||||
/***
|
||||
*** Logs
|
||||
***/
|
||||
|
||||
.logtable .r1 {
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Tabs
|
||||
@@ -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;
|
||||
|
||||
@@ -348,6 +348,18 @@ body#doc-contents ul {
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Logs
|
||||
***/
|
||||
|
||||
.logtable td {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.logtable th {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Message
|
||||
***/
|
||||
|
||||
@@ -336,9 +336,6 @@ body#admin-config .confighelp {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.sideblock .header .title {
|
||||
}
|
||||
|
||||
.sideblock .header .commands a {
|
||||
margin: 0px 2px;
|
||||
}
|
||||
@@ -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
|
||||
{
|
||||
@@ -740,6 +744,9 @@ body#course-view .headingblock {
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.courseboxcontent .cost {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
@@ -809,6 +816,20 @@ body#message-messages {
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Logs
|
||||
***/
|
||||
|
||||
.logtable td,
|
||||
.logtable th {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.logtable th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Tabs
|
||||
***/
|
||||
@@ -832,7 +853,7 @@ body#message-messages {
|
||||
.tabrow {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
margin:0px;
|
||||
margin: 1px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.tabrow td {
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user