Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
div[data-flexitour="backdrop"] {
2
    position: fixed;
3
    top: 0;
4
    right: 0;
5
    bottom: 0;
6
    left: 0;
7
}
8
 
9
span[data-flexitour="container"] .modal-dialog {
10
    max-width: 400px;
11
}
12
 
13
span[data-flexitour="container"] .modal-dialog .modal-content .modal-header {
14
    border-bottom: 0;
15
}
16
 
17
span[data-flexitour="container"] .modal-dialog .modal-content .modal-header.minimal,
18
span[data-flexitour="container"] .modal-dialog .modal-content .modal-footer.minimal {
19
    padding-top: 0;
20
    padding-bottom: 0;
21
}
22
 
23
span[data-flexitour="container"] .modal-dialog .modal-content .modal-footer {
24
    justify-content: flex-start;
25
    border-top: 0;
26
}
27
 
28
span[data-flexitour="container"].orphan {
29
    position: absolute;
30
}
31
 
32
span[data-flexitour="container"].orphan div[data-role="arrow"] {
33
    display: none;
34
}
35
 
36
span[data-flexitour="container"].orphan div[data-role="arrow"] {
37
    display: none;
38
}
39
 
40
.path-admin-local-usertours .stepcreator .input-append {
41
    font-size: inherit;
42
}
43
 
44
.tour-actions > ul {
45
    margin-left: auto;
46
    margin-right: auto;
47
    text-align: center;
48
}
49
 
50
.tour-actions > ul > li {
51
    background-color: #f5f5f5;
52
}
53
 
54
.tour-actions > ul {
55
    margin-left: auto;
56
    margin-right: auto;
57
    text-align: center;
58
}
59
 
60
.tour-actions > ul > li {
61
    background-color: #f5f5f5;
62
    border-radius: 6px;
63
    border: 1px solid #ccc;
64
    display: inline-block;
65
    margin: .5em;
66
    text-align: center;
67
    width: 13em;
68
}
69
 
70
.tour-actions > ul > li > a {
71
    height: 100%;
72
    display: block;
73
    padding: 1em;
74
}
75
 
76
@media (max-width: 575.98px) {
77
    span[data-flexitour="container"] {
78
        margin-left: 10px;
79
    }
80
    span[data-flexitour="container"] .modal-content {
81
        overflow-y: initial;
82
    }
83
    span[data-flexitour="container"].orphan {
84
        margin-left: 5px;
85
        margin-right: 5px;
86
    }
87
}