Sha256: dd51ee8ed48110b78487853b045c77c88afe46aa7dcaed0fc3d239f0434bb8a5
Contents?: true
Size: 1.77 KB
Versions: 7
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(43,50,53,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(43,50,53,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(255,255,255,0.8); display: inline-block; margin: 0; padding: 8px 0px; outline: 0; width: 100%; } .timepicker-widget table td a:hover { color: rgba(255,255,255,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
7 entries across 7 versions & 1 rubygems