Sha256: 9ae4859e1252bb845cf8bab7ee4f835a19f6639cb5652b4cc543de49ab9f860a
Contents?: true
Size: 564 Bytes
Versions: 30
Compression:
Stored size: 564 Bytes
Contents
/** SC.PickerPane Support */ .sc-pane.sc-panel.sc-picker{ .perfectRight { position: absolute; width: 25px; height: 51px; top: 20px; left: -25px; } .perfectLeft { position: absolute; width: 25px; height: 51px; top: 20px; right: -25px; } .perfectTop { position: absolute; width: 51px; height: 25px; bottom: -25px; left: 50%; margin-left: -25px; } .perfectBottom { position: absolute; width: 51px; height: 25px; top: -25px; left: 50%; margin-left: -25px; } }
Version data entries
30 entries across 30 versions & 1 rubygems