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