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-button  {
8
 
9
    display: -moz-inline-box; /* Gecko */
10
    display: inline-block; /* IE, Opera and Safari */
11
    vertical-align: text-bottom;
12
 
13
}
14
 
15
.yui-button .first-child {
16
 
17
    display: block;
18
    *display: inline-block; /* IE */
19
 
20
}
21
 
22
.yui-button button,
23
.yui-button a {
24
 
25
    display: block;
26
    *display: inline-block; /* IE */
27
    border: none;
28
    margin: 0;
29
 
30
}
31
 
32
.yui-button button {
33
 
34
    background-color: transparent;
35
    *overflow: visible; /* Remove superfluous padding for IE */
36
    cursor: pointer;
37
 
38
}
39
 
40
.yui-button a {
41
 
42
    text-decoration: none;
43
 
44
}