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.

This commit is contained in:
urs_hunkler 2007-11-12 20:22:04 +00:00
parent 9ccdfd109b
commit e4063e7d97

View file

@ -1,3 +1,4 @@
/* @override http://ubuntu.userver.lan/moodle_19/theme/standard/styles_layout.css */
/******************************************************************* /*******************************************************************
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; position:relative;
z-index:102; z-index:102;
} }
@ -2729,7 +2732,7 @@ body.notes .notesgroup {
.tabrow0 ul { .tabrow0 ul {
position: absolute; position: absolute;
left: 0; left: 0;
top: 2.0em; top: 1.95em;
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 0.25em 0; padding: 0.25em 0;