2 * Ext JS Library 2.2.1
\r
3 * Copyright(c) 2006-2009, Ext JS, LLC.
\r
4 * licensing@extjs.com
\r
6 * http://extjs.com/license
\r
9 /*===================================
\r
10 /* Basic page styles
\r
11 /*===================================*/
\r
13 font-family:'lucida grande',tahoma,arial,sans-serif;
\r
20 text-decoration: none;
\r
23 text-decoration: underline;
\r
26 background: #7F99BE url(images/layout-browser-hd-bg.gif) repeat-x center;
\r
31 font-weight: normal;
\r
38 border-bottom:1px solid #C3D0DF;
\r
44 padding:10px 10px 0;
\r
49 padding:10px 10px 0;
\r
51 #details-panel pre {
\r
52 border-top:1px dotted #ddd;
\r
53 border-bottom:1px dotted #ddd;
\r
58 #details-panel .details-info {
\r
61 border:1px dotted #999;
\r
63 background: #f9f9f9;
\r
66 /*===================================
\r
67 /* Customized layout styles
\r
68 /*===================================*/
\r
70 /* Remove the border around the tabs and override the default white background: */
\r
71 .x-tab-panel-header-plain .x-tab-strip-top {
\r
72 background: #DFE8F6 url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important;
\r
75 /* Custom CSS applied to a single panel in an accordion: */
\r
76 .custom-accordion .x-panel-body {
\r
77 font-family:georgia,serif;
\r
78 padding:20px 80px !important;
\r
84 .custom-accordion .x-panel-header-text {
\r
90 /* Custom style for the FormLayout footer so that it integrates into the border layout nicely: */
\r
91 #form-panel .x-panel-footer {
\r
93 border-color:#99BBE8;
\r
94 border-style:none solid solid;
\r
95 border-width:0pt 1px 1px;
\r
98 /* Customize the TableLayout html using standard CSS rules: */
\r
99 #table-panel .x-table-layout {
\r
102 #table-panel .x-table-layout td {
\r
103 vertical-align:top;
\r
108 /* Toolbar icons for absolute form example: */
\r
110 background-image:url(images/email_go.png) !important;
\r
113 background-image:url(images/disk.png) !important;
\r
116 background-image:url(images/printer.png) !important;
\r
119 background-image:url(images/spellcheck.png) !important;
\r
122 background-image:url(images/page_attach.png) !important;
\r
124 /* Custom rule to make the toolbar fit within a framed panel with no margin: */
\r
125 .email-form .x-panel-mc .x-panel-tbar .x-toolbar {
\r
126 border-top:1px solid #C2D6EF;
\r
127 border-left:1px solid #C2D6EF;
\r
128 border-bottom:1px solid #99BBE8;
\r
129 margin:-5px -4px 0;
\r
132 /* Custom styles for the "Tabs with nested layouts" example: */
\r
133 .inner-tab-custom .x-border-layout-ct {
\r
137 /*===================================
\r
138 /* Rules for custom ux layouts
\r
139 /*====================================*/
\r
141 * Ext.ux.layout.CenterLayout
\r
143 .ux-layout-center-item {
\r
147 .ux-layout-center .x-panel-body, /* if the container is a panel */
\r
148 body.ux-layout-center { /* if the container is the doc body (for viewport) */
\r