Sha256: 9783b59ec1e4b1eec67c26bfc5f7b57393a779df4e3ae2354b8e2fea5de26e02
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
/* *= require mentionsInput/jquery.mentionsInput *= require_self *= require_tree . */ .commontator { *:not(input):not(textarea) { margin: 0; border: none; padding: 0; } .hidden { display: none; } .header { display: block; overflow: hidden; } .actions { float: right; margin-left: 10px; } .status { font-size: 120%; font-weight: bold; font-style: normal; } .comment-list { background-color: #FFF; } /* Modified from: https://www.strangerstudios.com/sandbox/pagination/diggstyle.php */ .page-entries-info, .will-paginate { margin-top: 10px; margin-bottom: 10px; } .pagination { a { margin-right: 4px; padding: 2px 5px 2px 5px; border: 1px solid #999; color: #666; text-decoration: none; &:hover, &:active { border: 1px solid #555; color: #000; } } em { margin-right: 4px; border: 1px solid #555; padding: 2px 5px 2px 5px; background-color: #555; font-weight: bold; color: #FFF; } span { margin-right: 4px; border: 1px solid #EEE; padding: 2px 5px 2px 5px; color: #DDD; } } .mentions { left: -8px; top: -8px; font-family: monospace; font-size: 13.3333px; } .field textarea { width: 100%; padding: 0; overflow: auto; } .submit { margin: 10px 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
commontator-6.0.0.pre.1 | app/assets/stylesheets/commontator/application.scss |