Sha256: e9c91cfacd4a7c88fedf5c51dc7494d68d3712cc140e7553eba8c07d533c1412
Contents?: true
Size: 799 Bytes
Versions: 4
Compression:
Stored size: 799 Bytes
Contents
@import "../../../yaml-var-globals"; @media screen { .ym-form { select { padding: 3px 1px 3px 2px; } } /* adjust buttons */ .ym-button, .ym-form button, .ym-form input[type="button"], .ym-form input[type="reset"], .ym-form input[type="submit"] { margin: 0 0 0 0.75em; } .ym-form button:before, .ym-button:before { float: right; margin: 0 -1em 0 1em; border-radius: 0; border-top-right-radius: 0.15em; border-bottom-right-radius: 0.15em; -webkit-box-shadow: -1px 0 0 rgba(0,0,0,.5), -2px 0 0 rgba(255,255,255,.5); box-shadow: -1px 0 0 rgba(0,0,0,.5), -2px 0 0 rgba(255,255,255,.5); } /* ie6 support styles - redefined buttons, because of missing support for attribute selectors */ * html .ym-button, * html .ym-form button { margin: 1.5em 0 0 0.75em; } }
Version data entries
4 entries across 4 versions & 1 rubygems