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

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

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

Line 
1.dhx_cal_prev_button, .dhx_cal_next_button, .dhx_cal_today_button, .dhx_cal_add_button{
2        top:6px !important; left:10px;
3        border:1px solid #575D65;
4        border-top:1px solid #4E5052;
5        color: #FFFFFF;
6        text-shadow:0 -1px 0 #65696E;
7        background-image: -webkit-gradient(linear, left top, left bottom, from(#B2B6BC), to(#6B737E));
8        background-color:#989B9F;
9        background-position:0px 1px;
10        background-repeat:repeat-x;
11       
12        -webkit-border-radius:5px;
13        padding: 3px;
14        text-align:center;
15        text-decoration:none;
16}
17.dhx_cal_today_button{
18        left:55px;
19}
20.dhx_cal_next_button{
21        left:146px;
22}
23.dhx_cal_add_button{
24        right:9px;
25        left:auto;
26        width:20px;
27        font-size:20px;
28        padding:1px 2px 2px 2px;
29}
30.dhx_cal_navline .dhx_cal_date{
31        top:7px; left:160px; right:350px;
32        padding-top:4px;
33        width:auto;
34        text-align:center;
35        color:#4F5459;
36}
37
38.dhx_cal_navline{
39        background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0,#F4F5F8), color-stop(0.3,#F1F2F4), color-stop(0.7,#C4C7D0), color-stop(1,#A6AAB7));
40        border-bottom:1px solid #797F90;
41        height:40px !important;
42       
43        font-family: Helvetica;
44        font-weight: bold;
45        font-size: 13px;
46}
47.dhx_cal_tab{
48        top:6px !important;
49        color: #4F5459;
50        text-align: center;
51        padding: 5px 10px;
52        width:80px;
53       
54        background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#B9BDC7));
55        background-color: #CFD0D1;
56        background-position:0px 1px;
57        background-repeat:repeat-x;
58       
59        text-decoration:none;
60       
61        border:1px solid #95989F;
62        border-top:1px solid #686A6A;
63        height:16px;
64}
65.dhx_cal_tab.active{
66        background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#B0B2B6), to(#666D74));
67        background-color: #949799;
68        background-position:0px 1px;
69        background-repeat:repeat-x;
70       
71        border:1px solid #4C4D4F;
72        border-top:1px solid #52585C;
73       
74        color: #F8F8F8;
75        text-shadow:0 -1px 0 #5E6063;
76       
77        text-decoration:none;
78        height:16px;
79        padding: 5px 10px;
80        z-index:100;
81}
82
83.dhx_cal_light{
84        -webkit-transition: -webkit-transform;
85        -webkit-transform-style:preserve-3d;
86}
87.dhx_cal_cover{
88        opacity:0.5;
89}
90.dhx_cal_ltext{
91        padding-top:0px;
92        padding-bottom:0px;
93}
94.dhx_cal_ltext textarea{
95        -webkit-background-size:0px 0px;
96        -webkit-border-radius:0;
97        height:94%;
98}
99.dhx_mini_calendar .dhx_month_head{
100        height: 35px;
101        line-height:35px;
102        text-align:center;
103        padding-right:0px;
104        padding-left:0px;
105}
106.dhx_mini_calendar .dhx_year_month{
107        height:35px;
108        line-height:30px;
109        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F5F8), to(#8A8E9A));
110        font-family: Helvetica;
111        font-weight: bold;
112        font-size: 13px;
113}
114.dhx_mini_calendar .dhx_year_month .dhx_cal_prev_button, .dhx_mini_calendar .dhx_year_month .dhx_cal_next_button {
115        line-height:normal;
116}
Note: See TracBrowser for help on using the repository browser.