Sha256: 641115db5b5ceee0de82e9c8b9f0a45183ad238b2dd11264ce8f1ef3815d83cb
Contents?: true
Size: 794 Bytes
Versions: 9
Compression:
Stored size: 794 Bytes
Contents
/* *= require letter_opener_web/bootstrap.min */ body { margin: 0 } .col { top: 0; bottom: 0; } .left { overflow-y: auto; width: 400px; position: absolute; } .right { left: 400px; right: 0; position: fixed; } iframe { width: 100%; height: 100%; position: absolute; border: solid 1px #ccc; border-top: none; } h1 { padding-right: 10px; padding-left: 5px; } .letter-opener .active, .letter-opener .active:hover td { background: #ccc; } .letter-opener tr { cursor: pointer; } [class^="icon-"], [class*=" icon-"] { background-image: url(<%=asset_path "letter_opener_web/glyphicons-halflings.png"%>); } .icon-white { background-image: url(<%=asset_path "letter_opener_web/glyphicons-halflings-white.png"%>); }
Version data entries
9 entries across 9 versions & 1 rubygems