Sha256: 630f8f0f03a72b58be6aed7f0437363df59813e4960ce4ecbde04c48409e7325
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
@charset "utf-8"; /* ------------------------------------------- CSS Information File Name: form.css Author: Style Info: ----------------------------------------------------------- */ /* --------------------------------- Form Area Style --*/ /*----------------------- Form Style-- */ input, textarea { padding: 1px 2px; } input#keyword{ height: 20px; width: 200px; font-size: large; } input[type="checkbox"]{ vertical-align: middle; margin-right: 1px; } input[type="radio"]{ margin-right: 2px; } input[type="button"], input[type="submit"], input[type="file"]{ padding: 2px 0 1px 0; } input[type="file"]{ width: 300px; } input.ymd { width:85px; background: #ffffff; border: 1px solid #aaa; margin-right: 5px; } input.price, input.priceDetail, input.rowTotal { width:100px; text-align: right; } input.rowTotal { text-align: right; } input.amount { width:30px; text-align: right; } input.readonly { background-color: #ccc; border: 1px solid #aaa; } #loginArea dt{ float: left; width: 9em; } #loginArea dd { margin-left: 9em; } #loginArea input[type="text"], #loginArea input[type="password"] { width: 200px; } #loginArea p{ text-align:center; } .clearCalBtn { margin-left: 10px; } /* ----------------------- NOSTYLE Initialization */ .nostyle input, .nostyle textarea { margin: 0; padding: 0; } .nostyle input[type="checkbox"]{ vertical-align: inherit; margin: 0; } .nostyle input[type="radio"]{ margin: 0; } .nostyle input[type="button"], .nostyle input[type="submit"], .nostyle input[type="file"]{ padding: 0; } .nostyle input[type="file"]{ width: inherit; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ava_rails_generator-0.0.3 | templates/form.css |
ava_rails_generator-0.0.2 | templates/form.css |