web/data/jquery.timepicker.css
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 /*div.time-holder {
       
     2     position: relative;
       
     3     display: none;
       
     4     z-index: 99;
       
     5     width: 100px;
       
     6 }
       
     7 
       
     8 div.time-holder div.times {
       
     9     position: absolute;
       
    10     top: 0;
       
    11     height: 120px;
       
    12     overflow: auto;
       
    13     background: #fff;
       
    14     border: 1px solid #000;
       
    15 }
       
    16 
       
    17 div.time-holder div.times ul {
       
    18     list-style-type: none;
       
    19     margin: 0;
       
    20     padding: 0;
       
    21     width: 80px;
       
    22 }
       
    23 
       
    24 div.time-holder div.times li {
       
    25     padding: 1px;
       
    26 }
       
    27 
       
    28 div.time-holder div.times li.selected {
       
    29     background: #316AC5;
       
    30     color: #fff;
       
    31 }
       
    32 */
       
    33 
       
    34 div.time-picker {
       
    35   position: absolute;
       
    36   height: 200px;
       
    37   width: 5em; /* needed for IE */
       
    38   overflow: auto;
       
    39   background: #fff;
       
    40   border: 1px solid #000;
       
    41   z-index: 99;
       
    42 }
       
    43 div.time-picker-12hours {
       
    44   width:8em; /* needed for IE */
       
    45 }
       
    46 
       
    47 div.time-picker ul {
       
    48   list-style-type: none;
       
    49   margin: 0;
       
    50   padding: 0;
       
    51 }
       
    52 div.time-picker li {
       
    53   background: none;
       
    54   list-style-type: none;
       
    55   padding: 1px;
       
    56   cursor: pointer;
       
    57 }
       
    58 div.time-picker li.selected {
       
    59   background: #316AC5;
       
    60   color: #fff;
       
    61 }
       
    62 
       
    63 input.timepicker {
       
    64   width: 5em;
       
    65 }