Sha256: df92627b229ec1c67892906b8eb4cca5d48e22757d280f1765112eb2fbc694b1

Contents?: true

Size: 1.96 KB

Versions: 6

Compression:

Stored size: 1.96 KB

Contents

.bootstrap-timepicker.dropdown-menu {
    border-radius: 4px 4px 4px 4px;
    display: none;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
}
.bootstrap-timepicker.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 6px;
    position: absolute;
    top: -7px;
}
.bootstrap-timepicker.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    left: 7px;
    position: absolute;
    top: -6px;
}
.bootstrap-timepicker.modal .modal-dialog {
    width: 200px;
}
.bootstrap-timepicker.modal .modal-content {
    padding: 0;
}
.bootstrap-timepicker table {
    margin: 0;
    width: 100%;
}
.bootstrap-timepicker table td {
    height: 30px;
    margin: 0;
    padding: 2px;
    text-align: center;
    width: 49%;
}
.bootstrap-timepicker table.show-meridian td, .bootstrap-timepicker table.show-seconds td {
    width: 32%;
}
.bootstrap-timepicker table.show-seconds.show-meridian td {
    width: 23.5%;
}
.bootstrap-timepicker table td.separator {
    width: 2% !important;
}
.bootstrap-timepicker table td span {
    width: 100%;
}
.bootstrap-timepicker table td a {
    border: 1px solid transparent;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 8px 0;
    width: 90%;
}
.bootstrap-timepicker table td a:hover {
    background-color: #EEEEEE;
    border-color: #DDDDDD;
    border-radius: 4px 4px 4px 4px;
}
.bootstrap-timepicker table td a i {
    margin-top: 2px;
}
.bootstrap-timepicker table td input {
    margin: 0;
    text-align: center;
    width: 25px;
}
.bootstrap-timepicker-component .input-group-addon {
    cursor: pointer;
}
.bootstrap-timepicker-component .input-group-addon i {
    display: block;
    height: 16px;
    width: 16px;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
beautiful_scaffold-1.0.2 lib/generators/templates/app/assets/stylesheets/timepicker.css
beautiful_scaffold-1.0.1 lib/generators/templates/app/assets/stylesheets/timepicker.css
beautiful_scaffold-1.0.0.pre lib/generators/templates/app/assets/stylesheets/timepicker.css
beautiful_scaffold-0.3.6 lib/generators/templates/app/assets/stylesheets/timepicker.css
beautiful_scaffold-0.3.5 lib/generators/templates/app/assets/stylesheets/timepicker.css
beautiful_scaffold-0.3.4 lib/generators/templates/app/assets/stylesheets/timepicker.css