X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/portal/portal.css diff --git a/examples/portal/portal.css b/examples/portal/portal.css index 3ba7a37b..ed06ffc9 100644 --- a/examples/portal/portal.css +++ b/examples/portal/portal.css @@ -1,42 +1,62 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -.x-portal .x-panel-dd-spacer { - margin-bottom:10px; -} - -.x-portlet { - margin-bottom:10px; -} - -/* Clean up the look of the portlets */ -.x-portlet .x-panel-ml { - padding-left:2px; -} -.x-portlet .x-panel-mr { - padding-right:2px; -} -.x-portlet .x-panel-bl { - padding-left:2px; -} - -.x-portlet .x-panel-br { - padding-right:2px; -} -.x-portlet .x-panel-body { - background:white; -} -.x-portlet .x-panel-mc { - padding-top:2px; -} -.x-portlet .x-panel-bc .x-panel-footer { - padding-bottom:2px; -} -.x-portlet .x-panel-nofooter .x-panel-bc { - height:2px; -} \ No newline at end of file +#app-header { + color: #596F8F; + font-size: 22px; + font-weight: 200; + padding: 8px 15px; + text-shadow: 0 1px 0 #fff; +} +#app-msg { + background: #D1DDEF; + border: 1px solid #ACC3E4; + padding: 3px 15px; + font-weight: bold; + font-size: 13px; + position: absolute; + right: 0; + top: 0; +} +.x-panel-ghost { + z-index: 1; +} +.x-border-layout-ct { + background: #DFE8F6; +} +.x-portal-body { + padding: 0 0 0 8px; +} +.x-portal .x-portal-column { + /* columns must have vertical padding to avoid losing dimensions when empty */ + padding: 8px 8px 0 0; +} +.x-portal .x-panel-dd-spacer { + border: 2px dashed #99bbe8; + background: #f6f6f6; + border-radius: 4px; + -moz-border-radius: 4px; + margin-bottom: 10px; +} +.x-portlet { + margin-bottom:10px; + padding: 1px; +} +.x-portlet .x-panel-body { + background: #fff; +} +.portlet-content { + padding: 10px; + font-size: 11px; +} + +#app-options .portlet-content { + padding: 5px; + font-size: 12px; +} +.settings { + background-image:url(../shared/icons/fam/folder_wrench.png); +} +.nav { + background-image:url(../shared/icons/fam/folder_go.png); +} +.info { + background-image:url(../shared/icons/fam/information.png); +}