Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-panel {
2
    position: absolute;
3
}
4
.yui3-panel-hidden {
5
    visibility: hidden;
6
}
7
.yui3-widget-tmp-forcesize .yui3-panel-content {
8
    overflow: hidden !important;
9
}
10
.yui3-panel .yui3-widget-hd {
11
    position: relative;
12
}
13
.yui3-panel .yui3-widget-hd .yui3-widget-buttons {
14
    position: absolute;
15
    top: 0;
16
    right: 0;
17
}
18
.yui3-panel .yui3-widget-ft .yui3-widget-buttons {
19
    display: inline-block;
20
    *display: inline;
21
    zoom: 1;
22
}