source: trunk/workflow/inc/report/includes/css/calendar.css @ 5307

Revision 5307, 2.5 KB checked in by pereira.jair, 12 years ago (diff)

Ticket #2416 - Inclusao da nova ferramenta de relatorios do workflow.

Line 
1#calendarDiv
2{
3    position:absolute;
4    width:205px;
5    border:1px solid #006699;
6    padding:1px;
7    background-color: #FFF;
8    font-family:arial;
9    font-size:10px;
10    padding-bottom:20px;
11    visibility:hidden;
12}
13
14#calendarDiv span,#calendarDiv img{
15    float:left;
16}
17
18#calendarDiv .selectBox,#calendarDiv .selectBoxOver
19{
20    line-height:12px;
21    padding:1px;
22    cursor:pointer;
23    padding-left:2px;
24}
25
26#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver
27{
28    line-height:12px;
29    padding:1px;
30    cursor:pointer;
31    padding-left:2px;
32}
33
34#calendarDiv td
35{
36    padding:3px;
37    margin:0px;
38    font-size:10px;
39}
40
41#calendarDiv .selectBox
42{
43    border:1px solid #D8ECF1;
44    color: #D8ECF1;
45    position:relative;
46}
47
48#calendarDiv .selectBoxOver
49{
50    border:1px solid #FFF;
51    background-color: #006699;
52    color: #FFF;
53    position:relative;
54}
55
56#calendarDiv .selectBoxTime
57{
58    border:1px solid #006699;
59    color: #006699;
60    position:relative;
61}
62
63#calendarDiv .selectBoxTimeOver
64{
65    border:1px solid #EDF7FA;
66    color: #EDF7FA;
67    position:relative;
68}
69
70#calendarDiv .topBar
71{
72    height:16px;
73    padding:2px;
74    background-color: #006699;
75}
76
77#calendarDiv .activeDay
78{       /* Active day in the calendar */
79    color:#FF0000;
80}
81
82#calendarDiv .todaysDate
83{
84    height:17px;
85    line-height:17px;
86    padding:2px;
87    background-color: #D8ECF1;
88    text-align:center;
89    position:absolute;
90    bottom:0px;
91    width:201px;
92}
93
94#calendarDiv .todaysDate div
95{
96    float:left;
97}
98
99#calendarDiv .timeBar
100{
101    height:17px;
102    line-height:17px;
103    background-color: #D8ECF1;
104    width:72px;
105    color:#FFF;
106    position:absolute;
107    right:0px;
108}
109
110#calendarDiv .timeBar div
111{
112    float:left;
113    margin-right:1px;
114}
115
116#calendarDiv .monthYearPicker
117{
118    background-color: #D8ECF1;
119    border:1px solid #AAAAAA;
120    position:absolute;
121    color: #006699;
122    left:0px;
123    top:15px;
124    z-index:1000;
125    display:none;
126}
127
128#calendarDiv #monthSelect
129{
130    width:70px;
131}
132
133#calendarDiv .monthYearPicker div
134{
135    float:none;
136    clear:both;
137    padding:1px;
138    margin:1px;
139    cursor:pointer;
140}
141
142#calendarDiv .monthYearActive
143{
144    background-color:#006699;
145    color: #D8ECF1;
146}
147
148#calendarDiv td
149{
150    text-align:right;
151    cursor:pointer;
152}
153
154#calendarDiv .topBar img
155{
156    cursor:pointer;
157}
158
159#calendarDiv .topBar div
160{
161    float:left;
162    margin-right:1px;
163}
Note: See TracBrowser for help on using the repository browser.