Sha256: d9eed97745dc618913aa5af4b8d0c97663a8fbd0f98e0a0a5783833ad795a898
Contents?: true
Size: 1.94 KB
Versions: 13
Compression:
Stored size: 1.94 KB
Contents
/** SC.Panel Support */ .sc-pane.sc-panel { overflow: visible; z-index: 100; } .sc-pane.sc-modal.for-sc-panel { background: static_url('images/standard_fade/000000') repeat ; } .sc-pane.sc-panel > .sc-view { border: 0px #444 solid; background-color: #eaeaea ; } .sc-pane.sc-panel > .top-right-edge { background: static_url('images/panels/sprite-x.png') no-repeat -40px -120px; position: absolute; width: 40px; height: 40px; top: -20px; right: -20px; z-index: -1; } .sc-pane.sc-panel > .top-left-edge { background: static_url('images/panels/sprite-x.png') no-repeat 0px -120px; position: absolute; width: 40px; height: 40px; top: -20px; left: -20px; z-index: -1; } .sc-pane.sc-panel > .bottom-left-edge { background: static_url('images/panels/sprite-x.png') no-repeat 0px -160px; position: absolute; width: 40px; height: 40px; bottom: -20px; left: -20px; z-index: -1; } .sc-pane.sc-panel > .bottom-right-edge { background: static_url('images/panels/sprite-x.png') no-repeat -40px -160px; position: absolute; width: 40px; height: 40px; bottom: -20px; right: -20px; z-index: -1; } .sc-pane.sc-panel > .top-edge { background: static_url('images/panels/sprite-x.png') repeat-x 0px -230px; position: absolute; height: 20px; top: -20px; right: 20px; left: 20px; z-index: -1; } .sc-pane.sc-panel > .bottom-edge { background: static_url('images/panels/sprite-x.png') repeat-x 0px -210px; position: absolute; height: 20px; bottom: -20px; right: 20px; left: 20px; z-index: -1; } .sc-pane.sc-panel > .left-edge { background: static_url('images/panels/sprite-y.png') repeat-y 0px 0px; position: absolute; width: 20px; top: 20px; bottom: 20px; left: -20px; z-index: -1; } .sc-pane.sc-panel > .right-edge { background: static_url('images/panels/sprite-y.png') repeat-y -20px 0px; position: absolute; width: 20px; top: 20px; bottom: 20px; right: -20px; z-index: -1; }
Version data entries
13 entries across 13 versions & 2 rubygems