Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-app-transitioning .yui3-app-views,
2
.yui3-app-views.yui3-app-transitioning {
3
    overflow-x: hidden;
4
    position: relative;
5
    white-space: nowrap;
6
    letter-spacing: -0.31em; /* webkit: collapse white-space between units */
7
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
8
}
9
/* Opera as of 12 on Windows needs word-spacing.
10
   The ".opera-only" selector is used to prevent actual prefocus styling
11
   and is not required in markup.
12
*/
13
.opera-only :-o-prefocus,
14
.yui3-app-transitioning .yui3-app-views,
15
.yui3-app-views.yui3-app-transitioning {
16
    word-spacing: -0.43em;
17
}
18
.yui3-app-transitioning .yui3-app-views > *,
19
.yui3-app-views.yui3-app-transitioning > * {
20
    display: inline-block;
21
    letter-spacing: normal;
22
    word-spacing: normal;
23
    vertical-align: top;
24
    text-rendering: auto;
25
    width: 100%;
26
    white-space: normal;
27
    -webkit-box-sizing: border-box;
28
    -moz-box-sizing: border-box;
29
    box-sizing: border-box;
30
}
31
 
32
/* YUI CSS Detection Stamp */
33
#yui3-css-stamp.app-transitions-css { display: none; }