Sha256: 039d2a2d9c45437a54ddc0905f95c95deab95effd969ff52979e0a36d00b4b19
Contents?: true
Size: 1.77 KB
Versions: 22
Compression:
Stored size: 1.77 KB
Contents
/* Table of Contents ================================================== #Timepicker #Media Queries */ /* #Timepicker ================================================== */ .timepicker { position: relative; } .timepicker .add-on i { display: inline-block; } .timepicker-widget.dropdown-menu { padding: 5px 1px 5px 0; } .timepicker-widget.dropdown-menu.open { display: inline-block; } .timepicker-widget.dropdown-menu:before { border-bottom: 7px solid rgba(246,247,249,1); border-right: 7px solid transparent; border-left: 7px solid transparent; content: ""; display: inline-block; left: 9px; position: absolute; top: -7px; } .timepicker-widget.dropdown-menu:after { border-bottom: 6px solid rgba(246,247,249,1); border-right: 6px solid transparent; border-left: 6px solid transparent; content: ""; display: inline-block; left: 10px; position: absolute; top: -6px; } .timepicker-widget a.btn, .timepicker-widget input { border-radius: 3px; } .timepicker-widget table { margin: 0; width: 100%; } .timepicker-widget table td { text-align: center; height: 30px; margin: 0; } .timepicker-widget table td:not(.separator) { min-width: 30px; } .timepicker-widget table td span { width: 100%; } .timepicker-widget table td a { color: rgba(43,50,53,1); display: inline-block; margin: 0; padding: 8px 0px; outline: 0; width: 100%; } .timepicker-widget table td a:hover { color: rgba(58,144,216,1); text-decoration: none; } .timepicker-widget table td input { margin: 0; text-align: center; width: 25px; } .timepicker-widget .modal-content { padding: 4px; } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { .timepicker { width: 100%; } .timepicker .dropdown-menu { width: 100%; } }
Version data entries
22 entries across 22 versions & 2 rubygems