Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / panel / css / bubble.css
1 /*!
2  * Ext JS Library 3.0.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7
8 .x-bubble-ml {
9     padding-left:4px;
10         background:transparent url(../images/bubble-lr.gif) repeat-y 0 0;
11         zoom:1;
12 }
13
14 .x-bubble-mr {
15     padding-right:4px;
16         background:transparent url(../images/bubble-lr.gif) repeat-y right 0;
17         zoom:1;
18 }
19 .x-bubble-mc {
20         background:#fff;
21         overflow:hidden;
22 }
23
24 .x-bubble-tl {
25     
26     background: #fff url(../images/bubble-cs.gif) no-repeat 0 0;
27     padding-left:11px;
28     zoom:1;
29 }
30 .x-bubble-tr {
31     background: transparent url(../images/bubble-cs.gif) no-repeat right top;
32     padding-right:11px;
33     zoom:1;
34 }
35 .x-bubble-tc {
36     height: 9px;
37     overflow: hidden;
38     padding-top: 4px;
39     background: #fff url(../images/bubble-tb.gif) repeat-x 0 0;
40 }
41
42 .x-bubble-bl {
43         background: #fff url(../images/bubble-cs.gif) no-repeat 0 bottom;
44         padding-left:11px;
45     zoom:1;
46 }
47 .x-bubble-br {
48         background: transparent url(../images/bubble-cs.gif) no-repeat right bottom;
49         padding-right:11px;
50     zoom:1;
51 }
52 .x-bubble-bc {
53         height:11px;
54         font-size:1px;
55         line-height:1px;
56         overflow:hidden;
57         background: #fff url(../images/bubble-tb.gif) repeat-x 0 bottom;
58 }
59 .x-bubble-bwrap {       
60         background: #fff url(../images/bubble-tb.gif) repeat-x 0 0;
61         overflow:hidden;
62         zoom:1;
63
64 }
65 .x-bubble-body {
66         background: #fff;
67         overflow:hidden;
68 }
69