Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / form / combos.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
8 .search-item {
9     font:normal 11px tahoma, arial, helvetica, sans-serif;
10     padding:3px 10px 3px 10px;
11     border:1px solid #fff;
12     border-bottom:1px solid #eeeeee;
13     white-space:normal;
14     color:#555;
15 }
16 .search-item h3 {
17     display:block;
18     font:inherit;
19     font-weight:bold;
20     color:#222;
21 }
22
23 .search-item h3 span {
24     float: right;
25     font-weight:normal;
26     margin:0 0 5px 5px;
27     width:100px;
28     display:block;
29     clear:none;
30 }