Sha256: 4906583e9d79de057be33b42be791b01dbf9b10cc4cc456750625f9b7abef07a
Contents?: true
Size: 1.84 KB
Versions: 19
Compression:
Stored size: 1.84 KB
Contents
/*! * Timepicker for Bootstrap * * Copyright 2012 Joris de Wit, Stefan Petre, Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */ .bootstrap-timepicker { &.dropdown-menu { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; &.open { display: inline-block; } &:before { content: ''; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 6px; } &:after { content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } } &.modal { top: 30%; margin-top: 0; width: 200px; margin-left: -100px; .modal-content { padding: 0; } } table { width: 100%; margin: 0; } td, th { text-align: center; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } td.separator { width: 1px; } td a { border: 1px transparent solid; display: block; margin: 4px; padding: 4px 0; &:hover { background-color: #eee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-color: #ddd; } } }
Version data entries
19 entries across 17 versions & 2 rubygems