From a5f1b49f6b35365bd60d62870320e24286fa86f6 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 27 Feb 2019 16:21:11 +0100 Subject: [PATCH] HFP-2541 Fix small dialogs larger --- styles/h5p.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/h5p.css b/styles/h5p.css index e17523e..ef0d054 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -306,10 +306,10 @@ div.h5p-fullscreen { .h5p-embed-dialog .h5p-inner, .h5p-reuse-dialog .h5p-inner, .h5p-content-user-data-reset-dialog .h5p-inner { - width: 300px; + width: 400px; left: 50%; top: 50%; - margin: 0 0 0 -150px; + margin: 0 0 0 -200px; } .h5p-embed-dialog .h5p-embed-code-container, .h5p-embed-size {