Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / form / forms.css
1 /*!
2  * Ext JS Library 3.1.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .calendar .x-menu-item-icon {
8     background-image:url(../../resources/images/default/shared/calendar.gif);
9 }
10
11 .search-item {
12     font:normal 11px tahoma, arial, helvetica, sans-serif;
13     padding:3px 10px 3px 10px;
14     border-bottom:1px solid #eeeeee;
15 }
16 .search-item h3 {
17     display:block;
18     font:inherit;
19     font-weight:bold;
20 }
21
22 .search-item h3 span {
23     float: right;
24     font-weight:normal;
25     margin:0 0 5px 5px;
26     width:100px;
27     display:block;
28     clear:none;
29 }