Update '12/style.css'

master
Max Lehmann 4 years ago
parent f3fa968700
commit 3c21ed9ada

@ -404,7 +404,6 @@ a:hover{
} }
#etherpad { #etherpad {
display: block;
text-align: center; text-align: center;
white-space: pre-wrap; white-space: pre-wrap;
height: 80%; height: 80%;
@ -421,28 +420,24 @@ a:hover{
padding-top:30px; padding-top:30px;
} }
#etherpad.hidden { /*#etherpad.hidden iframe{
display: none; display: none;
width: 100%; width: 100%;
height: 10%; height: 10%;
font-family: Roboto Mono;
color: white;
background-color: black;
margin-top: 100px;
font-size: 25px;
text-align: center;
padding-top: 5px;
overflow: hidden; overflow: hidden;
} }
#etherpad iframe { #etherpad iframe {
display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
border: none; border: none;
background-color: none; background-color: none;
} }*/
iframe.hidden {
display:none;
}
#resources_05 { #resources_05 {
white-space: pre-wrap; white-space: pre-wrap;

Loading…
Cancel
Save