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

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

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

Line 
1.dhx_cal_event div{
2        background-color:#FFE763;
3        border:1px solid #B7A543;
4        color:#887A2E;
5        overflow:hidden;
6        width:100%;
7       
8        font-family:Tahoma;
9        font-size:8pt;
10}
11.dhx_move_denied .dhx_cal_event .dhx_header, .dhx_move_denied .dhx_cal_event .dhx_title{
12        cursor:default;
13}
14.dhx_cal_event .dhx_header{
15        height:1px;
16        margin-left:1px;
17        border-width:1px 1px 0px 1px;
18        cursor:pointer;
19}
20.dhx_cal_event .dhx_title{
21        height:12px;
22        border-width:0px 1px 1px 1px;
23        border-bottom-style:dotted;
24       
25        font-size:7pt;
26        font-weight:bold;
27        text-align:center;
28       
29        background-position:right;
30        background-repeat:no-repeat;
31        cursor:pointer;
32}
33.dhx_cal_event .dhx_body{
34        border-width:0px 1px 1px 1px;
35        padding:5px;
36}
37.dhx_resize_denied .dhx_cal_event .dhx_footer{
38        cursor:default;
39}
40.dhx_cal_event .dhx_footer{
41        height:1px;
42        margin-left:2px;
43        border-width:0px 1px 1px 1px;
44        cursor:s-resize;
45}
46.dhx_cal_event_line{
47        background-color:#FFE763;
48        border:1px solid #B7A543;
49        font-family:Tahoma;
50        font-size:8pt;
51        height:13px;
52        padding-left:10px;
53        color:#887A2E;
54        cursor:pointer;
55        overflow:hidden;
56}
57.dhx_cal_event_clear{
58        font-family:Tahoma;
59        font-size:8pt;
60        height:13px;
61        padding-left:2px;
62        color:#887A2E; 
63        white-space:nowrap;
64        overflow:hidden;
65        cursor:pointer;
66}
67.dhx_in_move{
68        background-color:#FFFF80;
69}
70div.dhx_cal_editor{
71        background-color:#FFE763;
72        border:1px solid #B7A543;
73        border-top-style:dotted;
74        z-index:999;
75        position:absolute;
76        overflow:hidden;
77}
78textarea.dhx_cal_editor{
79        width:100%;
80        height:100%;
81        border:0px solid black;
82        margin:none;
83        padding:none;
84        overflow:auto;
85}
86div.dhx_menu_head{
87        background-image:url(imgs/controls.gif);
88        background-position: 0px -43px;
89        width:10px; height:10px;
90        margin-left:5px; margin-top:1px;
91        border:none;
92        cursor:default;
93}
94div.dhx_menu_icon{
95        background-image:url(imgs/controls.gif);
96        width:20px; height:20px;
97        margin-left:-5px; margin-top:0px;
98        border:none;
99        cursor:pointer;
100}
101div.icon_details{
102        background-position: 0px 0px;
103}
104div.icon_edit{
105        background-position: -22px 0px;
106}
107div.icon_save{
108        background-position: -84px -1px;
109}
110div.icon_cancel{
111        background-position: -62px 0px;
112}
113div.icon_delete{
114        background-position: -42px 0px;
115}
Note: See TracBrowser for help on using the repository browser.