Update '12/style.css'

master
Max Lehmann 5 years ago
parent 055132b36b
commit 153696fa7f

@ -465,6 +465,11 @@ a:hover{
border: 3px white solid; border: 3px white solid;
top: 530px; top: 530px;
left: 0px; left: 0px;
z-index:100;
}
.etherpad_iframe:hover{
z-index:1000;
} }
iframe.hidden { iframe.hidden {
@ -535,6 +540,7 @@ ul#table_content_05 li{
position: absolute; position: absolute;
top: 40px; top: 40px;
left: 900px; left: 900px;
z-index:100;
} }
#week_05.hidden{ #week_05.hidden{
@ -547,6 +553,17 @@ ul#table_content_05 li{
display:none; display:none;
} }
#week_05:hover{
z-index:1000;
}
#shell_03:hover{
z-index:1000;
}
#resources_05:hover{
z-index:1000;
}
#TOC_icon { #TOC_icon {
color: white; color: white;
border: 3px white solid; border: 3px white solid;

Loading…
Cancel
Save