Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 9... Línea 9...
9
 
9
 
10
li.activity.label,
10
li.activity.label,
11
.file-picker td.label {
11
.file-picker td.label {
12
    background: inherit;
12
    background: inherit;
13
    color: inherit;
-
 
14
    border: inherit;
13
    color: inherit;
15
    text-shadow: none;
14
    text-shadow: none;
16
    white-space: normal;
15
    white-space: normal;
17
    display: block;
16
    display: block;
18
    font-size: inherit;
17
    font-size: inherit;
19
    line-height: inherit;
18
    line-height: inherit;
20
    text-align: inherit;
19
    text-align: inherit;
Línea 21... Línea 20...
21
}
20
}
-
 
21
 
22
 
22
.file-picker td.label {
23
.file-picker td.label {
23
    border: inherit;
24
    display: table-cell;
24
    display: table-cell;
25
    text-align: right;
25
    text-align: right;
Línea 53... Línea 53...
53
 * dimming all the edit icons apart from unhide, might be a
53
 * dimming all the edit icons apart from unhide, might be a
54
 * nice effect, though they'd still be active. Maybe reverse
54
 * nice effect, though they'd still be active. Maybe reverse
55
 * it to white?
55
 * it to white?
56
 */
56
 */
Línea 57... Línea 57...
57
 
57
 
58
li.section.hidden,
58
.section.hidden,
59
.block.hidden,
59
.block.hidden,
60
.block.invisible {
60
.block.invisible {
61
    visibility: visible;
61
    visibility: visible;
62
    display: block;
62
    display: block;
Línea 140... Línea 140...
140
            z-index: inherit;
140
            z-index: inherit;
141
        }
141
        }
142
    }
142
    }
143
}
143
}
Línea 144... Línea 144...
144
 
144
 
145
// Fixes an issue on Safari when the .custom-select is inside a .card class.
145
// Fixes an issue on Safari when the .form-select is inside a .card class.
146
.custom-select {
146
.form-select {
147
    word-wrap: normal;
147
    word-wrap: normal;
Línea 148... Línea -...
148
}
-
 
149
 
-
 
150
/* Add commented out carousel transistions back in.
-
 
151
 *
-
 
152
 * The Css prefixer used in Moodle breaks on @supports syntax, See MDL-61515.
-
 
153
 */
-
 
154
.carousel-item-next.carousel-item-left,
-
 
155
.carousel-item-prev.carousel-item-right {
-
 
156
    transform: translateX(0);
-
 
157
}
-
 
158
.carousel-item-next,
-
 
159
.active.carousel-item-right {
-
 
160
    transform: translateX(100%);
-
 
161
}
-
 
162
.carousel-item-prev,
-
 
163
.active.carousel-item-left {
-
 
164
    transform: translateX(-100%);
-
 
165
}
148
}
166
 
149
 
167
/**
150
/**
168
 * Reset all of the forced style on the page.
151
 * Reset all of the forced style on the page.
169
 * - Remove borders on header and content.
152
 * - Remove borders on header and content.
Línea 184... Línea 167...
184
                        margin-bottom: 0;
167
                        margin-bottom: 0;
185
                    }
168
                    }
186
                }
169
                }
Línea 187... Línea 170...
187
 
170
 
188
                .card-body {
171
                .card-body {
189
                    @include media-breakpoint-down(sm) {
172
                    @include media-breakpoint-down(md) {
190
                        padding-left: 0;
173
                        padding-left: 0;
191
                        padding-right: 0;
174
                        padding-right: 0;
192
                    }
175
                    }
193
                }
176
                }
Línea 223... Línea 206...
223
                    }
206
                    }
Línea 224... Línea 207...
224
 
207
 
225
                    &.has-blocks {
208
                    &.has-blocks {
Línea 226... Línea 209...
226
                        width: calc(100% - #{$blocks-plus-gutter});
209
                        width: calc(100% - #{$blocks-plus-gutter});
227
 
210
 
228
                        @include media-breakpoint-down(lg) {
211
                        @include media-breakpoint-down(xl) {
229
                            width: 100%;
212
                            width: 100%;
Línea 230... Línea 213...
230
                        }
213
                        }
231
                    }
214
                    }
232
 
215
 
233
                    @include media-breakpoint-down(sm) {
216
                    @include media-breakpoint-down(md) {
234
                        padding-left: 0;
217
                        padding-left: 0;
Línea 235... Línea 218...
235
                        padding-right: 0;
218
                        padding-right: 0;
236
                    }
219
                    }
237
                }
220
                }
Línea 238... Línea 221...
238
 
221
 
239
                [data-region="blocks-column"] {
222
                [data-region="blocks-column"] {
240
                    margin-left: auto;
223
                    margin-left: auto;
241
                }
224
                }
242
 
225
 
243
                @include media-breakpoint-down(lg) {
226
                @include media-breakpoint-down(xl) {
Línea 253... Línea 236...
253
        .btn:not(.btn-icon) {
236
        .btn:not(.btn-icon) {
254
            border-radius: $border-radius-lg;
237
            border-radius: $border-radius-lg;
255
        }
238
        }
256
    }
239
    }
257
}
240
}
-
 
241
 
-
 
242
/**
-
 
243
 * Reset the Bootstrap _reboot.scss styles for tables.
-
 
244
 * That reboot mainly affects tables added by the tiny editor.
-
 
245
 * If a table should continue using the original _reboot.scss styles, add the .table-reboot (styleless) class to opt out
-
 
246
 * of this reset.
-
 
247
 */
-
 
248
table:not(.table):not(.ygtvtable):not(.table-reboot) {
-
 
249
    thead,
-
 
250
    tbody,
-
 
251
    tfoot,
-
 
252
    tr,
-
 
253
    td,
-
 
254
    th {
-
 
255
        border-color: $table-border-color;
-
 
256
        border-style: solid;
-
 
257
        border-width: $table-border-width;
-
 
258
    }
-
 
259
}