Proyectos de Subversion Moodle

Rev

| 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
body div[data-flexitour="step-background-fader"],
37
body div[data-flexitour="step-background"] {
38
    position: absolute;
39
    background: inherit;
40
    background-image: none;
41
}
42
 
43
div[data-flexitour="step-background-fader"],
44
[data-flexitour="step-backdrop"] > td,
45
[data-flexitour="step-backdrop"] {
46
    position: relative;
47
}
48
 
49
span[data-flexitour="container"].orphan div[data-role="arrow"] {
50
    display: none;
51
}
52
 
53
.path-admin-local-usertours .stepcreator .input-append {
54
    font-size: inherit;
55
}
56
 
57
.tour-actions > ul {
58
    margin-left: auto;
59
    margin-right: auto;
60
    text-align: center;
61
}
62
 
63
.tour-actions > ul > li {
64
    background-color: #f5f5f5;
65
}
66
 
67
.tour-actions > ul {
68
    margin-left: auto;
69
    margin-right: auto;
70
    text-align: center;
71
}
72
 
73
.tour-actions > ul > li {
74
    background-color: #f5f5f5;
75
    border-radius: 6px;
76
    border: 1px solid #ccc;
77
    display: inline-block;
78
    height: 9em;
79
    margin: .5em;
80
    text-align: center;
81
    width: 13em;
82
}
83
 
84
.tour-actions > ul > li > a {
85
    height: 100%;
86
    display: block;
87
    padding: 1em;
88
}
89
 
90
@media (max-width: 575.98px) {
91
    span[data-flexitour="container"] {
92
        margin-left: 10px;
93
    }
94
    span[data-flexitour="container"] .modal-content {
95
        overflow-y: initial;
96
    }
97
    span[data-flexitour="container"].orphan {
98
        margin-left: 5px;
99
        margin-right: 5px;
100
    }
101
}