Sha256: 0e13f51308d7eb57dc5e9cf4f96663b38ba5c4f0f24c2eb37860e2bd73f4d0a4
Contents?: true
Size: 722 Bytes
Versions: 42
Compression:
Stored size: 722 Bytes
Contents
form .hint { display: block; margin-top: 5px; color: #aaa; } form label abbr { color: green; font-size: 18px; font-weight: normal; } form .field { position: relative; width: 100%; margin-bottom: 15px; } form label { font-weight: bold; display: block; margin-bottom: 3px; } form input, form textarea { padding: 3px; width: 100%; } textarea { line-height: 18px; height: 300px; } span.error { color: red; position: absolute; top: 5px; right: -5px; } .boolean label { display: inline; margin-left: 5px; } .boolean input[type="checkbox"] { display: inline; width: auto; } .field_with_errors input, .field_with_errors textarea { background: #fde6e4; border: 2px solid red; }
Version data entries
42 entries across 42 versions & 1 rubygems