/* @override http://localhost:4020/static/sproutcore/en/_cache/panes-1206750928.css */ /* @group Core */ #panes { position: absolute ; position: fixed ; z-index: 100 ; overflow: hidden ; top: 0; left: 0; width: 100%; height: 100%; } .sc-theme #panes .pane-wrapper h1 { font-size: 16px; margin: 0; padding: 0; } .sc-theme #panes .pane-wrapper p { margin: 8px 0; } .sc-theme #panes .pane-wrapper .buttons { text-align: right ; margin-left: -20px; margin-right: -20px; padding-right: 20px; padding-left: 20px; } .sc-theme .pane .shadow { position: relative ; border: none ; background: #e8e8e8 url('/static/sproutcore/_src/english.lproj/panels/background-thin.png') repeat-x left -1px; border-top: 1px #ddd solid; } .sc-theme .pane .shadow .top-right-edge { background: static_url('panels/top-right-corner') ; position: absolute ; width: 5px; height: 9px; top: -6px; right: -5px; } .sc-theme .pane .shadow .top-left-edge { background: static_url('panels/top-left-corner') ; position: absolute ; width: 5px; height: 9px; top: -6px; left: -5px; } .sc-theme .pane .shadow .bottom-left-edge { background: static_url('panels/bottom-left-corner') ; position: absolute ; width: 10px; height: 5px; bottom: -5px; left: -5px; } .sc-theme .pane .shadow .bottom-right-edge { background: static_url('panels/bottom-right-corner') ; position: absolute ; width: 10px; height: 5px; bottom: -5px; right: -5px; } .sc-theme .pane .shadow .top-edge { background: static_url('panels/top-edge') repeat-x ; position: absolute ; height: 4px; top: -5px; left: 0; } .sc-theme .pane .shadow .bottom-edge { background: static_url('panels/bottom-edge') repeat-x ; position: absolute ; height: 5px; bottom: -5px; right: 5px; left: 5px; } .sc-theme .pane .shadow .left-edge { background: static_url('panels/left-edge') repeat-y ; position: absolute ; width: 5px; top: 3px; bottom: 0px; left: -5px; } .sc-theme .pane .shadow .right-edge { background: static_url('panels/right-edge') repeat-y ; position: absolute ; width: 5px; top: 3px; bottom: 0px; right: -5px; } /* @end */ /* @group Panels */ .sc-theme .panel-pane, .sc-theme .dialog-pane { position: absolute ; top: 0; left: 0; width: 100%; height: 100%; background: static_url('panels/overlay') repeat; } .sc-theme .panel-pane .pane-wrapper, .sc-theme .dialog-pane .pane-wrapper { top: 50px; margin-left: auto; margin-right: auto; padding: 16px 24px; } /* @end */