Merging some pending changes to HEAD in order to backport MDL-8419

to 18_STABLE properly.
This commit is contained in:
stronk7 2007-02-22 17:45:57 +00:00
parent 16dcc06322
commit d5ab0df4c5
2 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -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 {