[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / prive / formulaires / dateur / time_picker.css
1 div.time-picker {
2 position: absolute;
3 height: 191px;
4 width:4em; /* needed for IE */
5 overflow: auto;
6 background: #fff;
7 border: 1px solid #aaa;
8 z-index: 99998; /* 98 */
9 margin: 0;
10 }
11 div.time-picker-12hours {
12 width:6em; /* needed for IE */
13 }
14
15 div.time-picker ul {
16 list-style-type: none;
17 margin: 0;
18 padding: 0;
19 }
20 div.time-picker li {
21 cursor: pointer;
22 height: 10px;
23 font: 12px/1 Helvetica, Arial, sans-serif;
24 padding: 4px 3px;
25 box-sizing:content-box;
26 }
27 div.time-picker li.selected {
28 background: #888; /* #0063CE */
29 color: #fff;
30 }