X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..6746dc89c47ed01b165cc1152533605f97eb8e8d:/examples/layout-browser/layout-browser.css diff --git a/examples/layout-browser/layout-browser.css b/examples/layout-browser/layout-browser.css index 70ba8fcc..df950693 100644 --- a/examples/layout-browser/layout-browser.css +++ b/examples/layout-browser/layout-browser.css @@ -1,9 +1,3 @@ -/*! - * Ext JS Library 3.2.0 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.com/license - */ body { font-family:'lucida grande',tahoma,arial,sans-serif; font-size:11px; @@ -58,7 +52,7 @@ a:hover { background: #f9f9f9; } .x-tab-panel-header-plain .x-tab-strip-top { - background: #DFE8F6 url(../../resources/images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important; + background: #DFE8F6 url(../../resources/themes/images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom !important; } .custom-accordion .x-panel-body{ background:#ffe; @@ -113,3 +107,10 @@ a:hover { .inner-tab-custom .x-border-layout-ct { background: #fff; } +.x-panel-body .absolute-form-toolbar { + border-width: 0 0 1px 0 !important; +} +.absolute-form-panel-body, +.absolute-form-panel-body .x-panel-body { + background: transparent; +} \ No newline at end of file