]> git.mjollnir.org Git - moodle.git/commitdiff
Merging some pending changes to HEAD in order to backport MDL-8419
authorstronk7 <stronk7>
Thu, 22 Feb 2007 17:45:57 +0000 (17:45 +0000)
committerstronk7 <stronk7>
Thu, 22 Feb 2007 17:45:57 +0000 (17:45 +0000)
to 18_STABLE properly.

theme/standard/pix/tab/right_hover.gif
theme/standard/styles_layout.css

index c5dc9a8589c8add187200f59b735faafc95d7531..f06be15e45c9f236b77d853a1830cc1c28813215 100644 (file)
Binary files a/theme/standard/pix/tab/right_hover.gif and b/theme/standard/pix/tab/right_hover.gif differ
index d00decf6a5dbbdb70eb923458ad0e212a51dc805..38abb78e7afdf8110362d335b48be0d2d01d300c 100644 (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 {