mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Tidying up the tabs (SE)
This commit is contained in:
parent
97ea26a1be
commit
eb7ef29b21
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user