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