From e4063e7d9734621e4aadd6fbc837d68c0869feb7 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 12 Nov 2007 20:22:04 +0000 Subject: [PATCH] merged from 1.9 :: The XHTML of the actual tab has been changed. Therefor the actual tab was not shown in front of the line any more. I changed the CSS to correct this introduced bug. --- theme/standard/styles_layout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 5e45d37888..87b81bdd0d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1,3 +1,4 @@ +/* @override http://ubuntu.userver.lan/moodle_19/theme/standard/styles_layout.css */ /******************************************************************* styles_layout.css @@ -2713,7 +2714,9 @@ body.notes .notesgroup { } -.tabrow0 .here a:link, .tabrow0 .here a:visited { +.tabrow0 .here a:link, +.tabrow0 .here a:visited, +.tabrow0 .here a.nolink { position:relative; z-index:102; } @@ -2729,7 +2732,7 @@ body.notes .notesgroup { .tabrow0 ul { position: absolute; left: 0; - top: 2.0em; + top: 1.95em; width: 100%; margin: 0; padding: 0.25em 0; -- 2.39.5