source: trunk/web/addons/job_monarch/lib/extjs-30/examples/simple-widgets/qtips.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 600 bytes
Line 
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#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}
Note: See TracBrowser for help on using the repository browser.