Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 29... Línea 29...
29
 
29
 
30
.block_private_files [role="treeitem"][aria-expanded] {
30
.block_private_files [role="treeitem"][aria-expanded] {
31
    padding-left: 0;
31
    padding-left: 0;
Línea 32... Línea 32...
32
}
32
}
33
 
33
 
34
.block_private_files [role="treeitem"][aria-expanded="false"] > p::before {
34
.block_private_files [role="treeitem"][aria-expanded="false"] > p {
35
    /*rtl:remove*/
35
    /*rtl:remove*/
36
    content: url('[[pix:t/collapsed]]');
36
    background-image: url('[[pix:t/collapsed]]');
37
    /*rtl:raw:
37
    /*rtl:raw:
-
 
38
        background-image: url('[[pix:t/collapsed_rtl]]');
38
        content: url('[[pix:t/collapsed_rtl]]');
39
    */
-
 
40
    background-size: 16px 16px;
39
    */
41
    background-position: 1px 1px;
40
    vertical-align: sub;
42
    background-repeat: no-repeat;
Línea 41... Línea 43...
41
    margin-right: 5px;
43
    padding-left: 22px;
42
}
44
}
-
 
45
 
43
 
46
.block_private_files [role="treeitem"][aria-expanded="true"] > p {
-
 
47
    background-image: url('[[pix:t/expanded]]');
44
.block_private_files [role="treeitem"][aria-expanded="true"] > p::before {
48
    background-size: 16px 16px;
45
    content: url('[[pix:t/expanded]]');
49
    background-position: 1px 1px;
Línea 46... Línea 50...
46
    vertical-align: sub;
50
    background-repeat: no-repeat;
47
    margin-right: 5px;
51
    padding-left: 22px;
48
}
52
}
Línea 86... Línea 90...
86
            rgba(255, 255, 255, 0) 2px
90
            rgba(255, 255, 255, 0) 2px
87
        );
91
        );
88
    background-repeat: no-repeat;
92
    background-repeat: no-repeat;
89
    background-position: left 8px top 100%;
93
    background-position: left 8px top 100%;
90
    background-size: 1px 100%;
94
    background-size: 1px 100%;
-
 
95
    padding-left: 22px;
91
    margin-left: 0;
96
    margin-left: 0;
92
}
97
}
Línea 93... Línea 98...
93
 
98
 
94
.block_private_files [aria-hidden="true"]:not(.icon) {
99
.block_private_files [aria-hidden="true"]:not(.icon) {