Sha256: 914e9d8a381ed1f0603a34cf32923b05aa0b9377ea8b9bdfeef4a638855077d6
Contents?: true
Size: 847 Bytes
Versions: 84
Compression:
Stored size: 847 Bytes
Contents
// -------------------------------------- Admin Notes .comments { .active_admin_comment { clear: both; margin-top: 10px; margin-bottom: 40px; max-width: 700px; .active_admin_comment_meta { width: 130px; float: left; overflow: hidden; font-size: 0.9em; color: lighten($primary-color, 10%); .active_admin_comment_author { font-size: 1.2em; font-weight: bold; margin: 0; color: $primary-color; } } .active_admin_comment_body { margin-left: 150px; } } form.active_admin_comment { margin: 0; padding: 0; margin-left: 150px; fieldset.inputs { margin: 0; padding: 0; background: none; @include no-shadow; } li { padding: 0; } fieldset.buttons { padding: 0; margin-top: 5px;} } }
Version data entries
84 entries across 84 versions & 10 rubygems