Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * Styles for admin tool mobile.
3
 */
4
 
5
#page-admin-tool-mobile-subscription dl dt {
6
    clear: both;
7
    display: inline-block;
8
    width: 40%;
9
    min-width: 100px;
10
    vertical-align: top;
11
    padding-top: 1px;
12
}
13
 
14
#page-admin-tool-mobile-subscription dl dd {
15
    display: inline-block;
16
    width: 59%;
17
    margin-left: 1%;
18
    vertical-align: top;
19
    padding-top: 1px;
20
}
21
 
22
#page-admin-tool-mobile-subscription dl.list-narrow dt {
23
    width: 30%;
24
}
25
 
26
#page-admin-tool-mobile-subscription dl.list-narrow dd {
27
    width: 69%;
28
}
29
 
30
#page-admin-tool-mobile-subscription progress {
31
    width: 100%;
32
}