Sha256: b359e7ad30eeafbdfbd6660c58c646d3d4e7279d4994e9d5bbe749e68d7c613b
Contents?: true
Size: 1.34 KB
Versions: 4
Compression:
Stored size: 1.34 KB
Contents
.window { background: #fff; border: 1px solid #aaa; left: 50%; min-width: 350px; min-height: 100px; position: absolute; top: 30px; z-index: 2; box-shadow: 0px 5px 30px #444; -webkit-box-shadow: 0px 5px 30px #444; -moz-box-shadow: 0px 5px 30px #444; } .window_overlay { background: #000; height: 100%; left: 0px; opacity: 0.5; position: fixed; top: 0px; width: 100%; z-index: 1; } .window.move { cursor: move; } .window.resize { cursor: nwse-resize; } .window .header { background: #eee; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; min-height: 15px; padding: 5px 15px 8px 15px; box-shadow: 0px 0px 2px #ccc; -webkit-box-shadow: 0px 0px 2px #ccc; -moz-box-shadow: 0px 0px 2px #ccc } .window .header h2 { border: none; font-size: 16px; font-weight: normal; margin: 0px; padding: 0px; text-align: center; } .window .body { max-height: 800px; padding: 20px; overflow: auto; } .window .buttons { background: #eee; border-top: 1px solid #ccc; padding: 10px 20px; }
Version data entries
4 entries across 4 versions & 1 rubygems