From 1ecf33545e1a5fb27e670902cd3907d5ce336c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Follestad?= <44672586+jfcgno@users.noreply.github.com> Date: Mon, 18 Feb 2019 00:02:22 +0100 Subject: [PATCH] Added hideable div and status line to .h5p status --- memory-game.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/memory-game.css b/memory-game.css index 1b53971..3e65a6b 100644 --- a/memory-game.css +++ b/memory-game.css @@ -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;