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-939pull/10/merge moodle-1.1
parent
727e88908a
commit
d50d98297b
|
@ -215,11 +215,10 @@ div.h5p-fullscreen {
|
||||||
}
|
}
|
||||||
.h5p-actions > .h5p-button:before {
|
.h5p-actions > .h5p-button:before {
|
||||||
font-family: 'H5P';
|
font-family: 'H5P';
|
||||||
font-size: 1em;
|
font-size: 20px;
|
||||||
|
line-height: 20px;
|
||||||
|
vertical-align: top;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
font-size: 1.7em;
|
|
||||||
line-height: 1.125em;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
.h5p-actions > .h5p-button.h5p-export:before {
|
.h5p-actions > .h5p-button.h5p-export:before {
|
||||||
content: "\e893";
|
content: "\e893";
|
||||||
|
|
Loading…
Reference in New Issue