mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merging some pending changes to HEAD in order to backport MDL-8419
to 18_STABLE properly.
This commit is contained in:
parent
16dcc06322
commit
d5ab0df4c5
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -2118,6 +2118,10 @@ body#message-messages {
|
||||
background: transparent url(pix/tab/right.gif) no-repeat right top;
|
||||
}
|
||||
|
||||
.tabrow0 A.here span {
|
||||
background: transparent url(pix/tab/right_last.gif) no-repeat right top;
|
||||
}
|
||||
|
||||
.tabrow0 .last span {
|
||||
background: transparent url(pix/tab/right_last.gif) no-repeat right top;
|
||||
}
|
||||
@ -2130,7 +2134,8 @@ body#message-messages {
|
||||
text-decoration: none;
|
||||
/* font-weight: bold; */
|
||||
background: transparent url(pix/tab/left.gif) no-repeat left top;
|
||||
margin: 0;
|
||||
margin: 0 -1px 0 0;
|
||||
/* margin: 0; */
|
||||
padding: 10px 0 4px 14px;
|
||||
}
|
||||
|
||||
@ -2151,7 +2156,7 @@ body#message-messages {
|
||||
}
|
||||
|
||||
.tabrow0 A.here:hover span {
|
||||
background-image: url(pix/tab/right.gif);
|
||||
background-image: url(pix/tab/right_last.gif);
|
||||
}
|
||||
|
||||
.tabrow0 A.here {
|
||||
|
Loading…
x
Reference in New Issue
Block a user