]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/javascript/yui/build/progressbar/assets/progressbar-core.css
Release 6.5.0
[Github/sugarcrm.git] / include / javascript / yui / build / progressbar / assets / progressbar-core.css
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 /* several */
8
9 .yui-pb-bar,
10 .yui-pb-mask {
11         width:100%;
12         height:100%;
13 }       
14
15 /* contentBox */
16 .yui-pb {
17         position:relative;
18         top:0;
19         left:0;
20
21         width:200px;
22         height:20px;
23
24         padding:0;
25         border:none;
26         margin:0;
27
28         text-align:left;
29 }
30
31 /* mask */
32
33 .yui-pb-mask {
34         position:absolute;
35         top:0;
36         left:0;
37
38         z-index:2;
39 }
40
41 .yui-pb-mask div {
42         width:50%;
43         height:50%;
44         background-repeat:no-repeat;
45         padding:0;
46         position: absolute;
47 }
48
49 .yui-pb-tl {
50         background-position: top left;
51 }
52 .yui-pb-tr {
53         background-position: top right;
54         left:50%;
55 }
56 .yui-pb-bl {
57         background-position: bottom left;
58         top:50%;
59 }
60 .yui-pb-br {
61         background-position: bottom right;
62         left:50%;
63         top:50%;
64 }
65
66 /* bar */
67 .yui-pb-bar {
68         margin:0;
69         position:absolute;
70         left:0;
71         top:0;
72         z-index:1;
73 }
74
75 .yui-pb-ltr .yui-pb-bar {
76         _position:static
77 }
78
79 .yui-pb-rtl .yui-pb-bar {
80         background-position:right;
81 }
82
83 .yui-pb-btt .yui-pb-bar {
84         background-position:left bottom;
85 }