Sha256: a6f5cc0be996c06704aa9c1d9717be6406f6917e3dc56618f049f736d44ee41d
Contents?: true
Size: 899 Bytes
Versions: 18
Compression:
Stored size: 899 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 { border: none; margin: 0; padding: 0; background: none; @include no-shadow; } li { padding: 0; } fieldset.buttons { padding: 0; margin-top: 5px; } } }
Version data entries
18 entries across 18 versions & 2 rubygems