Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
/*
2
 * Course page styles (specific for Classic theme).
3
 */
4
 
5
// Single section navigation
6
.course-content .single-section .section-navigation {
7
    display: block;
8
    padding: 0.5em;
9
    margin-bottom: -0.5em;
10
 
11
    .title {
12
        font-weight: bold;
13
        font-size: 108%;
14
        clear: both;
15
    }
16
 
17
    .mdl-left {
18
        font-weight: normal;
19
        float: left;
20
        margin-right: 1em;
21
        .larrow {
22
            margin-right: 0.1em;
23
        }
24
    }
25
 
26
    .mdl-right {
27
        font-weight: normal;
28
        float: right;
29
        margin-left: 1em;
30
        .rarrow {
31
            margin-left: 0.1em;
32
        }
33
    }
34
 
35
    .mdl-bottom {
36
        margin-top: 0;
37
    }
38
}
39
 
40
// Activity navigation
41
.activity-navigation {
42
    .row {
43
        align-items: center;
44
    }
45
    #prev-activity-link,
46
    #next-activity-link {
47
        white-space: pre-wrap;
48
    }
49
}