Sha256: ec736801c997a2ef9ae95ab12743bca7d03c8d0ca49518c91ef95e79e8f90047
Contents?: true
Size: 1.16 KB
Versions: 9
Compression:
Stored size: 1.16 KB
Contents
// Forms form { margin-bottom: 1.25em; } fieldset { padding: 0; margin: 0 0 1.25em 0; border: none; } input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0; width: 210px; max-width: 100%; display: block; margin-bottom: 1.25em; background: #fff; } select { height: 1.625em; line-height: 1.625em; padding: 0; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow: 0 0 3px rgba(0,0,0,.2); } textarea { min-height: 60px; } label, legend { display: block; margin-bottom: 0.25em; font-weight: bold; font-size: 0.8125em; } select { width: 15em; } input[type="checkbox"] { display: inline; } label span, legend span { font-weight: normal; font-size: 0.875em; color: #444; }
Version data entries
9 entries across 9 versions & 1 rubygems