Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-skin-sam .yui3-scrollview {
2
    -webkit-tap-highlight-color: rgba(255,255,255,0);
3
}
4
 
5
.yui3-skin-sam .yui3-scrollview{
6
	background-color: white;
7
}
8
/* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */
9
.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
10
    *zoom:1;
11
}
12
 
13
/* For IE7 - needs zoom, otherwise clipped content is not rendered */
14
.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list {
15
    *zoom:1;
16
	list-style:none; /*need these since reset is not required*/
17
	padding:0; /*need these since reset is not required*/
18
	margin:0; /*need these since reset is not required*/
19
}
20
 
21
.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content {
22
    /*border:1px solid #303030; If the ScrollView needs a border add it here */
23
    border-top:0;
24
	background-color:white;
25
	font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
26
	color:black;
27
}
28
 
29
.yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
30
    border-bottom: 1px solid #303030;
31
    padding: 15px 20px 16px;
32
    font-size: 100%;
33
    font-weight: bold;
34
    background-color:white;
35
	cursor:pointer;
36
}
37