mirror of
https://github.com/moodle/moodle.git
synced 2025-05-02 14:28:30 +02:00
MDL-42980 clean theme: fixed add/cancel buttons position for safari on iPhone with ios7.
This commit is contained in:
parent
f05e25d208
commit
f3f180863f
@ -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
Loading…
x
Reference in New Issue
Block a user