source: trunk/web/addons/job_monarch/lib/extjs/examples/shared/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.1 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
9body {
10        font-family:helvetica,tahoma,verdana,sans-serif;
11        padding:20px;
12    padding-top:32px;
13    font-size:13px;
14        background-color:#fff !important;
15}
16p {
17        margin-bottom:15px;
18}
19h1 {
20        font-size:large;
21        margin-bottom:20px;
22}
23h2 {
24        font-size:14px;
25    color:#333;
26    font-weight:bold;
27    margin:10px 0;
28}
29.example-info{
30        width:150px;
31        border:1px solid #c3daf9;
32        border-top:1px solid #DCEAFB;
33        border-left:1px solid #DCEAFB;
34        background:#ecf5fe url( info-bg.gif ) repeat-x;
35        font-size:10px;
36        padding:8px;
37}
38pre.code{
39        background: #F8F8F8;
40        border: 1px solid #e8e8e8;
41        padding:10px;
42        margin:10px;
43        margin-left:0px;
44        border-left:5px solid #e8e8e8;
45        font-size: 12px !important;
46        line-height:14px !important;
47}
48.msg .x-box-mc {
49    font-size:14px;
50}
51#msg-div {
52    position:absolute;
53    left:35%;
54    top:10px;
55    width:250px;
56    z-index:20000;
57}
58.x-grid3-row-body p {
59    margin:5px 5px 10px 5px !important;
60}
Note: See TracBrowser for help on using the repository browser.