Sha256: e872f6a74a07186e378df5f0967487017bc0a98abf9afae7e86f5a9f13e4cc58
Contents?: true
Size: 523 Bytes
Versions: 4
Compression:
Stored size: 523 Bytes
Contents
// Date pattern // Hide the 'spinner' for webkit // and also for Firefox input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .form-date { .form-group { float: left; width: 50px; margin-right: 20px; margin-bottom: 0; clear: none; label { display: block; margin-bottom: 5px; } input { width: 100%; } } .form-group-year { width: 70px; } }
Version data entries
4 entries across 4 versions & 1 rubygems