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