From d50d98297b7dcef2d375ef475870027900c91e8c Mon Sep 17 00:00:00 2001 From: thomasmars Date: Tue, 11 Apr 2017 19:34:58 +0200 Subject: [PATCH] Set action frame button sizes in pixels to be IE11 compat Frame is always set in pixels anyway, so should not be a problem HFP-939 --- styles/h5p.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles/h5p.css b/styles/h5p.css index 9876d3a..760c916 100755 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -215,11 +215,10 @@ div.h5p-fullscreen { } .h5p-actions > .h5p-button:before { font-family: 'H5P'; - font-size: 1em; + font-size: 20px; + line-height: 20px; + vertical-align: top; padding-right: 0; - font-size: 1.7em; - line-height: 1.125em; - vertical-align: middle; } .h5p-actions > .h5p-button.h5p-export:before { content: "\e893";