Added "WebWolf" enabled to the lessons which support the usage of WebWolf

This commit is contained in:
Nanne Baars
2018-04-29 15:02:19 +02:00
parent 32927c8109
commit 11ffa5702c
6 changed files with 28 additions and 2 deletions

View File

@ -1066,6 +1066,7 @@ span.show-next-page, span.show-prev-page {
/* ATTACK DISPLAY */
.attack-container {
position: relative;
background-color: #f1f1f1;
border: 2px solid #a66;
border-radius: 12px;
@ -1150,4 +1151,16 @@ div.captured-flag {
height: 117px;
width: 1268px;
margin-bottom: 20px;
}
#content {
position:relative;
}
.webwolf-enabled {
position:absolute;
top: 10px;
right: 25px;
width: 42px;
height: 47px;
}