Sha256: 3b35902e97448dfe722346833571d3744b48b17c8a373170c3153303b2fb013e
Contents?: true
Size: 889 Bytes
Versions: 25
Compression:
Stored size: 889 Bytes
Contents
/** SC.PickerPane Support */ .sc-pane.sc-panel.sc-picker .perfectRight { background: static_url('images/panels/sprite-x.png') no-repeat 0px -30px; position: absolute; width: 25px; height: 51px; top: 20px; left: -25px; } .sc-pane.sc-panel.sc-picker .perfectLeft { background: static_url('images/panels/sprite-x.png') no-repeat -30px -30px; position: absolute; width: 25px; height: 51px; top: 20px; right: -25px; } .sc-pane.sc-panel.sc-picker .perfectTop { background: static_url('images/panels/sprite-x.png') no-repeat 0px -90px; position: absolute; width: 51px; height: 25px; bottom: -25px; left: 50%; margin-left: -25px; } .sc-pane.sc-panel.sc-picker .perfectBottom { background: static_url('images/panels/sprite-x.png') no-repeat 0px 0px; position: absolute; width: 51px; height: 25px; top: -25px; left: 50%; margin-left: -25px; }
Version data entries
25 entries across 25 versions & 2 rubygems