MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.

This commit is contained in:
rwijaya 2014-01-16 17:57:42 +08:00
parent f05e25d208
commit f3f180863f
2 changed files with 7 additions and 1 deletions

View File

@ -1662,6 +1662,12 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
padding: 0.7em 0;
text-align: center;
}
/* Fixed for safari browser on iPhone4S with ios7.*/
@media (max-height: 639px) {
.ios.safari .choosercontainer #chooseform .submitbuttons {
padding: 45px 0;
}
}
.choosercontainer #chooseform .submitbuttons input {
min-width: 100px;
margin: 0 0.5em;

File diff suppressed because one or more lines are too long