source: trunk/web/addons/job_monarch/lib/extjs-30/examples/grid/grid-examples.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: 1.2 KB
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#grid-example .x-grid-col-1 {
8        text-align: right;
9}
10#grid-example .x-grid-col-2{
11        text-align: right;
12}
13#grid-example .x-grid-col-3 {
14        text-align: right;
15}
16#grid-example .x-grid-col-4 {
17        text-align: right;
18}
19#grid-example.x-grid-mso{
20        border: 1px solid #6593cf;
21}
22#grid-example.x-grid-vista{
23        border: 1px solid #b3bcc0;
24}
25#xml-grid-example{
26        border: 1px solid #cbc7b8;
27        left: 0;
28        position: relative;
29        top: 0;
30}
31#editor-grid .x-grid-col-2{
32    text-align:right;
33}
34.x-grid3-td-topic b {
35    font-family:tahoma, verdana;
36    display:block;
37}
38.x-grid3-td-topic b i {
39    font-weight:normal;
40    font-style: normal;
41    color:#000;
42}
43.x-grid3-td-topic .x-grid3-cell-inner {
44    white-space:normal;
45}
46.x-grid3-td-topic a {
47    color: #385F95;
48    text-decoration:none;
49}
50.x-grid3-td-topic a:hover {
51    text-decoration:underline;
52}
53.details .x-btn-text {
54    background-image: url(details.gif);
55}
56.x-resizable-pinned .x-resizable-handle-south{
57    background:url(../../resources/images/default/sizer/s-handle-dark.gif);
58    background-position: top;
59}
Note: See TracBrowser for help on using the repository browser.