Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-widget-hidden {
2
    display:none;
3
}
4
 
5
.yui3-widget-content {
6
    overflow:hidden;
7
}
8
 
9
.yui3-widget-content-expanded {
10
    -moz-box-sizing: border-box;
11
    -webkit-box-sizing: border-box;
12
    -ms-box-sizing: border-box;
13
    box-sizing:border-box;
14
    height:100%;
15
}
16
 
17
/* Only used for IE6, to go from a bigger size to a smaller size when using cb.sizeTo(bb) */
18
.yui3-widget-tmp-forcesize {
19
    overflow:hidden !important;
20
}