Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3
Code licensed under the BSD License:
4
http://developer.yahoo.com/yui/license.html
5
version: 2.9.0
6
*/
7
.yui-layout-loading {
8
    visibility: hidden;
9
}
10
 
11
body.yui-layout {
12
    overflow: hidden;
13
    position: relative;
14
    padding: 0;
15
    margin: 0;
16
}
17
 
18
.yui-layout-doc {
19
    position: relative;
20
    overflow: hidden;
21
    padding: 0;
22
    margin: 0;
23
}
24
 
25
.yui-layout-unit {
26
    height: 50px;
27
    width: 50px;
28
    padding: 0;
29
    margin: 0;
30
    float: none;
31
    z-index: 0;
32
    /*overflow: hidden;*/
33
}
34
 
35
.yui-layout-unit-top {
36
    position: absolute;
37
    top: 0;
38
    left: 0;
39
    width: 100%;
40
}
41
 
42
.yui-layout-unit-left {
43
    position: absolute;
44
    top: 0;
45
    left: 0;
46
}
47
 
48
.yui-layout-unit-right {
49
    position: absolute;
50
    top: 0;
51
    right: 0;
52
}
53
 
54
.yui-layout-unit-bottom {
55
    position: absolute;
56
    bottom: 0;
57
    left: 0;
58
    width: 100%;
59
}
60
 
61
.yui-layout-unit-center {
62
    position: absolute;
63
    top: 0;
64
    left: 0;
65
    width: 100%;
66
}
67
 
68
.yui-layout div.yui-layout-hd {
69
    position: absolute;
70
    top: 0;
71
    left: 0;
72
    zoom: 1;
73
    width: 100%;
74
    /*overflow: hidden;*/
75
}
76
.yui-layout div.yui-layout-bd {
77
    position: absolute;
78
    top: 0;
79
    left: 0;
80
    zoom: 1;
81
    width: 100%;
82
    /*overflow: hidden;*/
83
}
84
.yui-layout .yui-layout-noscroll div.yui-layout-bd {
85
    overflow: hidden;
86
}
87
.yui-layout .yui-layout-scroll div.yui-layout-bd {
88
    overflow: auto;
89
}
90
.yui-layout div.yui-layout-ft {
91
    position: absolute;
92
    bottom: 0;
93
    left: 0;
94
    width: 100%;
95
    zoom: 1;
96
    /*overflow: hidden;*/
97
}
98
 
99
.yui-layout .yui-layout-unit div.yui-layout-hd h2 {
100
    text-align: left;
101
}
102
 
103
.yui-layout .yui-layout-unit div.yui-layout-hd .collapse {
104
    cursor: pointer;
105
    height: 13px;
106
    position: absolute;
107
    right: 2px;
108
    top: 2px;
109
    width: 17px;
110
    font-size: 0;
111
}
112
 
113
.yui-layout .yui-layout-unit div.yui-layout-hd .close {
114
    cursor: pointer;
115
    height: 13px;
116
    position: absolute;
117
    right: 2px;
118
    top: 2px;
119
    width: 17px;
120
    font-size: 0;
121
}
122
.yui-layout .yui-layout-unit div.yui-layout-hd .collapse-close {
123
    right: 25px;
124
}
125
 
126
 
127
.yui-layout .yui-layout-clip {
128
    position: absolute;
129
    height: 20px;
130
    background-color: #c0c0c0;
131
    display: none;
132
}
133
 
134
.yui-layout .yui-layout-clip .collapse {
135
    cursor: pointer;
136
    height: 13px;
137
    position: absolute;
138
    right: 2px;
139
    top: 2px;
140
    width: 17px;
141
    font-size: 0px;
142
}
143
 
144
.yui-layout .yui-layout-wrap {
145
    height: 100%;
146
    width: 100%;
147
    position: absolute;
148
    left: 0;
149
}
150
 
151
/*
152
.yui-layout .yui-layout-unit .yui-content {
153
    overflow: hidden;
154
}
155
.yui-layout .yui-layout-unit .yui-layout-scroll {
156
    overflow: auto;
157
}
158
*/