export host selection per service, RT#17914
[freeside.git] / rt / share / html / NoAuth / css / base / ui.timepickr.css
1 /*
2   jQuery ui.timepickr
3   http://code.google.com/p/jquery-utils/
4
5   copyright Maxime Haineault <haineault@gmail.com> 
6   http://haineault.com
7
8   MIT License (http://www.opensource.org/licenses/mit-license.php
9 */
10 .ui-timepickr {
11     position:absolute;
12     width:480px; 
13 }
14
15 .ui-timepickr-row {
16     margin:0;
17     padding:0;
18     margin-top:2px; 
19     display:none;
20     position:relative;
21 }
22
23 .ui-timepickr-button {
24     float:left;
25     margin:0;
26     padding:0;
27     list-style:none;
28     list-style-type:none;
29 }
30
31 .ui-timepickr-button span {
32     font-size:.7em;
33     padding:4px 6px 4px 6px;
34     margin-left:2px;
35     text-align:center;
36     cursor:pointer;
37     display:block;
38     text-align:center;
39
40
41     /* system theme (default) */
42     border-width:1px;
43     border-style:solid;
44     /*border-color:ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;
45     color:ButtonText;
46     background:ButtonFace;*/
47 }
48
49 .ui-timepickr-button span.ui-state-hover {
50     /*color:HighlightText;
51     background:Highlight;*/
52 }
53
54 .ui-state-hover span {
55     /*background:#c30;*/
56 }