Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / simple-widgets / qtips.css
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 #content-anchor-tip ul {
8     float: left;
9     width: 200px;
10     list-style-type: disc;
11     margin-left: 15px;
12
13
14 .ext-ie #content-anchor-tip ul {
15     margin: 0;
16     padding-left: 15px;
17
18
19 #content-anchor-tip .thumb {
20     float: right;
21
22
23 #content-anchor-tip .status-icon {
24     position: absolute;
25     top: 4px;
26     right: 50px;
27     padding: 0;
28     line-height: 0;
29
30
31 #content-anchor-tip a:link, #content-anchor-tip a:visited {
32     color: #339;
33 }