Sha256: b3d80e3a37942e371876d854963e140178e1e82ef56b5c6927bed02dc6f3bd4a
Contents?: true
Size: 480 Bytes
Versions: 154
Compression:
Stored size: 480 Bytes
Contents
#table-filter { /* This is needed to avoid overriding the bootstrap's styles for * .input-group, which sets the form-control's width to 1%. * Without this, the date range overflows its container on firefox. */ .field:not(.date-range-filter) { input[type="text"], input[type="phone"], input[type="email"], input[type="number"], input[type="url"] { width: 100%; } } .actions { text-align: center; } @media print { display: none } }
Version data entries
154 entries across 154 versions & 2 rubygems