Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / examples / shared / examples.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 body {
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 }
14 p {
15         margin-bottom:15px;
16 }
17 h1 {
18         font-size:large;
19         margin-bottom:20px;
20 }
21 h2 {
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 }
36 pre.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 }