Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 34... Línea 34...
34
        -webkit-transition: initial;
34
        -webkit-transition: initial;
35
        -moz-transition: initial;
35
        -moz-transition: initial;
36
        transition: initial;
36
        transition: initial;
37
        position: absolute;
37
        position: absolute;
38
    }
38
    }
39
    .custom-control,
-
 
40
    .custom-switch {
-
 
41
        padding-left: 0;
-
 
42
    }
-
 
43
    .custom-control-input {
-
 
44
        position: static;
-
 
45
        z-index: 0;
-
 
46
        opacity: 1;
-
 
47
        width: auto;
-
 
48
    }
-
 
49
    .custom-control-label {
-
 
50
        &::before,
-
 
51
        &::after {
-
 
52
            content: none;
-
 
53
        }
-
 
54
    }
-
 
Línea 55... Línea 39...
55
 
39
 
56
    // Workaround for MDL-70411.
40
    // Workaround for MDL-70411.
57
    // Pad the side of the message drawer out slightly to ensure that Firefox scroll bar does not cover controls at the
41
    // Pad the side of the message drawer out slightly to ensure that Firefox scroll bar does not cover controls at the
58
    // edge of the screen.
42
    // edge of the screen.