Sha256: 415e1f703c4512f6a31797821357ed7468b4473569a08dafe2a71f3cb2d37d7a
Contents?: true
Size: 522 Bytes
Versions: 8
Compression:
Stored size: 522 Bytes
Contents
/* * Ui-view: keys * */ .key { padding: 10px; margin: 0px; height: 40px; border-top: 1px solid #eee; display: block; background-color: #f5f5f5; } .key:hover { background-color: #eee; } #key-text { float: left; width: 60%; margin-left: 10px; } #key-new { float: right; width: 30%; } .key-info { float: left; width: 85%; } .pointer { cursor: pointer; } .key-actions { float: right; padding-top: 10px; width: 15%; } .clear { clear: both; } .key-title { font-weight: 800; }
Version data entries
8 entries across 8 versions & 1 rubygems