source: trunk/web/addons/job_monarch/lib/extjs-30/examples/form/forms.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: 602 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.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}
Note: See TracBrowser for help on using the repository browser.