Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 28... Línea 28...
28
                opacity: inherit;
28
                opacity: inherit;
29
            }
29
            }
30
        }
30
        }
31
    }
31
    }
32
}
32
}
-
 
33
 
-
 
34
/* Bug fix for TinyMCE menu when in fullscreen mode. */
-
 
35
body.tox-fullscreen .modal-dialog {
-
 
36
    width: 100%;
-
 
37
    max-width: 100%;
-
 
38
    height: 100%;
-
 
39
 
-
 
40
    .modal-header {
-
 
41
        height: 0;
-
 
42
        padding: 0;
-
 
43
    }
-
 
44
 
-
 
45
    .tox-tinymce-aux {
-
 
46
        position: relative;
-
 
47
    }
-
 
48
}
-
 
49
 
-
 
50
/* Bug fix TinyMCE menu width dropdowns when in fullscreen mode. */
-
 
51
body.tox-fullscreen .tox.tox-tinymce-aux {
-
 
52
    position: relative !important; // stylelint-disable-line declaration-no-important
-
 
53
}