Tidying up the tabs (SE)

This commit is contained in:
moodler 2005-05-12 09:09:47 +00:00
parent 97ea26a1be
commit eb7ef29b21
2 changed files with 7 additions and 4 deletions

View File

@ -491,8 +491,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;

View File

@ -741,6 +741,9 @@ body#course-view .headingblock {
border-style:solid;
}
.courseboxcontent .cost {
padding-top: 20px;
}
/***
@ -844,7 +847,7 @@ body#message-messages {
.tabrow {
border-collapse:collapse;
width:100%;
margin:0px;
margin: 1px 0px 0px 0px;
}
.tabrow td {
@ -863,7 +866,7 @@ body#message-messages {
white-space:nowrap;
text-decoration:none;
}
.tabrow .last span {
.tabrow .last {
display:block;
padding:0px 1px 0px 0px;
}