mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
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:
parent
9ccdfd109b
commit
e4063e7d97
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue