HFP-2541 Fix small dialogs larger

pull/58/head
Frode Petterson 2019-02-27 16:21:11 +01:00
parent b64292af09
commit a5f1b49f6b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {