source: trunk/web/addons/job_monarch/lib/extjs/examples/form/forms.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 634 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9.calendar .x-menu-item-icon {
10    background-image:url(../../resources/images/default/shared/calendar.gif);
11}
12
13.search-item {
14    font:normal 11px tahoma, arial, helvetica, sans-serif;
15    padding:3px 10px 3px 10px;
16    border-bottom:1px solid #eeeeee;
17}
18.search-item h3 {
19    display:block;
20    font:inherit;
21    font-weight:bold;
22}
23
24.search-item h3 span {
25    float: right;
26    font-weight:normal;
27    margin:0 0 5px 5px;
28    width:100px;
29    display:block;
30    clear:none;
31}
Note: See TracBrowser for help on using the repository browser.