From: stronk7 Date: Thu, 22 Feb 2007 17:45:57 +0000 (+0000) Subject: Merging some pending changes to HEAD in order to backport MDL-8419 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d5ab0df4c5593e6e311451c66040eabd472e524b;p=moodle.git Merging some pending changes to HEAD in order to backport MDL-8419 to 18_STABLE properly. --- diff --git a/theme/standard/pix/tab/right_hover.gif b/theme/standard/pix/tab/right_hover.gif index c5dc9a8589..f06be15e45 100644 Binary files a/theme/standard/pix/tab/right_hover.gif and b/theme/standard/pix/tab/right_hover.gif differ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d00decf6a5..38abb78e7a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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 {