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
pull/10/merge moodle-1.1
thomasmars 2017-04-11 19:34:58 +02:00
parent 727e88908a
commit d50d98297b
1 changed files with 3 additions and 4 deletions

View File

@ -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";