Adjustments to status text

Does not display properly in all themes
pull/8/head
Frode Petterson 2016-03-04 12:44:30 +01:00
parent 7bbcba57a2
commit 92e9cd5273
1 changed files with 7 additions and 5 deletions

View File

@ -5,15 +5,16 @@ html .h5p-memory-game > ul {
list-style: none;
padding: 0;
margin: 0;
overflow: hidden;
}
.h5p-memory-game .h5p-memory-card,
.h5p-memory-game .h5p-memory-card .h5p-back,
.h5p-memory-game .h5p-memory-card .h5p-front {
width: 100px;
height: 100px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.h5p-memory-game img {
@ -76,7 +77,7 @@ html .h5p-memory-game > ul {
left: 35px;
}
.h5p-memory-game .h5p-memory-card .h5p-front:after {
content: "";
content: "";
display: block;
position: absolute;
top: 85%;
@ -140,10 +141,11 @@ html .h5p-memory-game > ul {
.h5p-memory-game .h5p-status {
clear: left;
padding: 0 1em;
margin: 0.25em 0 1em 0;
}
.h5p-memory-game .h5p-status > dt {
float: left;
margin-right: 1em;
margin: 0 1em 0 0;
font-weight: bold;
}
.h5p-memory-game .h5p-status > dt:after {