Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.nav-tabs > .nav-item a.active {
2
    color: #555;
3
    background-color: #fff;
4
    border: 1px solid #ddd;
5
    border-bottom-color: transparent;
6
    cursor: default;
7
}
8
 
9
.atto_form.atto_media .atto_media_track_lang_entry,
10
.atto_form.atto_media .atto_media_track_label_entry {
11
    width: 124px;
12
}
13
 
14
.atto_form.atto_media .atto_media_source > label {
15
    width: calc(100% - 168px);
16
}
17
 
18
.langlabel {
19
    width: 42%;
20
}
21
 
22
.labellabel {
23
    width: 44%;
24
}
25
 
26
.defaultlabel {
27
    width: 14%;
28
}