source: branches/2.2.0.1/calendar/js/dhtmlx/sources/recurring.css @ 4001

Revision 4001, 1.9 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

Line 
1/*IE*/
2div input.radio         { margin:-4px 0 0 -4px !ie; }
3div input.checkbox      { margin:0 0 0 -4px !ie; }
4
5/*All*/ 
6.dhx_form_repeat, .dhx_form_repeat input {
7    padding:0;
8    margin:0;
9    font-family:Tahoma, Verdana;
10    font-size:11px;
11    line-height:24px;
12}
13
14.dhx_form_repeat {
15    overflow:hidden;
16    /*height:115px;*/
17    height:0px;
18    background-color: #FFF4B5;
19    /*border: 1px solid #DCC43E;*/
20}
21
22
23.dhx_repeat_center, .dhx_repeat_left{
24    height:115px;
25    padding:10px 0 10px 10px;
26    float:left;
27}
28
29.dhx_repeat_left{
30    width:95px;
31}
32
33.dhx_repeat_center{
34    width:335px;
35    margin-top:12px;
36}
37
38.dhx_repeat_divider{
39    float:left;
40    height:115px;
41    border-left:1px dotted #DCC43E;
42    /*background-color: #DCC43E;*/
43    width:1px;
44}
45
46.dhx_repeat_right {
47    float:right;
48    height:115px;
49    width:160px;
50    padding:10px 3px 10px 10px;
51    margin-top:7px;
52}
53
54input.dhx_repeat_text {
55    height:16px;
56    width: 27px;
57    margin: 0 4px 0 4px;
58    line-height:18px;
59    padding: 0 0 0 2px;
60}
61
62.dhx_form_repeat select {
63    height: 20px;
64    width: 87px;
65    padding:0 0 0 2px;
66    margin: 0 4px 0 4px;
67}
68
69input.dhx_repeat_date{
70    height: 18px;
71    width: 80px;
72    padding:0 0 0 2px;
73    margin: 0 4px 0 4px;
74    background-repeat:no-repeat;
75    background-position:64px 0;
76    border:1px #7f9db9 solid;
77    line-height:18px;
78}
79
80input.dhx_repeat_radio {
81    margin-right:4px;
82}
83
84input.dhx_repeat_checkbox {
85    margin:4px 4px 0 0;
86}
87
88.dhx_repeat_days td {
89    padding-right:5px;
90}
91
92.dhx_repeat_days label {
93    font-size:10px;
94}
95
96.dhx_custom_button_recurring{
97        background-image:url(imgs/but_repeat.gif);
98        background-position:-5px 20px;
99        width:20px;
100        margin-right:10px;
101}
102.dhx_custom_button{
103        width:90px;
104}
105/* increase width of lightbox */
106.dhx_cal_light{
107        width:640px;
108}
109.dhx_cal_larea{
110        width:632px;
111}
Note: See TracBrowser for help on using the repository browser.