Add Esc and Arrow icons in the slide's present mode

This commit is contained in:
yflory
2017-01-19 12:49:40 +01:00
parent efdae19f0c
commit 3338000018
4 changed files with 76 additions and 0 deletions

View File

@@ -478,6 +478,31 @@ form.realtime, div.realtime {
}
&.slide {
#modal {
.button {
position: absolute;
cursor: pointer;
font-size: 30px;
opacity: 0.6;
display: none;
}
.button:hover {
opacity: 1;
display: block !important;
}
#button_exit {
left: 20px;
top: 20px;
}
#button_left {
left: 6vw;
bottom: 10vh;
}
#button_right {
right: 6vw;
bottom: 10vh;
}
}
#modal #content {
p, ul, ol { font-size: 26px; }