Added hideable div and status line to .h5p status

pull/41/head
Jørgen Follestad 2019-02-18 00:02:22 +01:00 committed by GitHub
parent 8eaf7512b6
commit 1ecf33545e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -183,21 +183,22 @@
-ms-transform: scale(1,1) rotate(0deg);
transform: scale(1,1) rotate(0deg);
}
.h5p-memory-game .h5p-status {
clear: left;
padding: 0 1em;
margin: 0.25em 0 1em 0;
}
.h5p-memory-game .h5p-status > dt {
.h5p-memory-game .h5p-status > div {
margin: 0;
}
.h5p-memory-game .h5p-status .h5p-statusLine > dt {
float: left;
margin: 0 1em 0 0;
font-weight: bold;
}
.h5p-memory-game .h5p-status > dd {
.h5p-memory-game .h5p-status .h5p-statusLine > dd {
margin: 0;
}
.h5p-memory-game .h5p-memory-pop {
display: none;
background: #fff;