Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-resize-handle-inner-r,
2
.yui3-resize-handle-inner-l,
3
.yui3-resize-handle-inner-t,
4
.yui3-resize-handle-inner-b,
5
.yui3-resize-handle-inner-tr,
6
.yui3-resize-handle-inner-br,
7
.yui3-resize-handle-inner-tl,
8
.yui3-resize-handle-inner-bl {
9
	background-repeat: no-repeat;
10
	background: url(arrows.png) no-repeat 0 0;
11
	display: block;
12
	height: 15px;
13
	overflow: hidden;
14
	text-indent: -99999em;
15
	width: 15px;
16
}
17
 
18
.yui3-resize-handle-inner-br {
19
	background-position: -30px 0;
20
	bottom: -2px;
21
	right: -2px;
22
}
23
 
24
.yui3-resize-handle-inner-tr {
25
    background-position: -58px 0;
26
    bottom: 0;
27
    right: -2px;
28
 
29
}
30
 
31
.yui3-resize-handle-inner-bl {
32
	background-position: -75px 0;
33
	bottom: -2px;
34
	right: -2px;
35
}
36
 
37
.yui3-resize-handle-inner-tl {
38
    background-position: -47px 0;
39
    bottom: 0;
40
    right: -2px;
41
 
42
}
43
 
44
.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
45
	background-position: -15px 0;
46
}