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

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

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

Line 
1.dhx_cal_ltext{
2    text-align:left;
3}
4.dhx_agenda_line {
5  overflow:hidden;
6  white-space:nowrap;
7}
8.dhx_cal_light select{
9    width:auto;
10}
11
12.dhx_custom_button {
13     width:120px !important;
14}
15
16.dhx_cal_ltext{
17    text-align:left;
18}
19.dhx_form_repeat{
20    text-align:left;
21    width:100%;
22}
23
24.dhx_cal_lsection {
25    text-align:left;
26}
27.dhx_month_head{
28        font-size:8pt;
29}
30.dhx_expand_icon {
31        position:absolute; top:0px; right:2px;
32        background-image:url(./imgs/colapce-expand-icon.gif);
33        width:18px; height:18px;
34        cursor:pointer;
35        background-position:0px 18px;
36        z-index:16;
37}
38
39div.dhx_cal_container table tr td {
40        border-width:0 !important;
41        padding:0 !important;
42}
43
44.dhx_cal_container table {
45        border-collapse:separate !important;
46        margin:0 0 !important;
47}
48
49.dhx_cal_container{
50        z-index:999;
51}
52
53div.dhx_cal_event_clear,  div.dhx_cal_event{
54    line-height:100%;
55}
56
57.dhx_cal_ltext textarea {
58        -moz-box-shadow:none;
59        border-width:0;
60        padding:0;
61        background:transparent none repeat scroll 0 0;
62        -webkit-box-shadow:none;
63}
64
65.dhx_cal_light{
66        text-align:left;
67}
68.dhx_cal_light div, .dhx_cal_container div{
69        line-height:normal;
70}
71
72.dhx_cal_light .dhx_form_repeat div,.dhx_cal_light  .dhx_form_repeat{
73        line-height:24px;
74}
75
76
77/* anti-joomla */
78div.dhx_cal_navline div, .dhx_scale_bar, .dhx_scale_hour, .dhx_title{
79        text-align:center !important;
80}
81#whitebox div .dhx_month_head  {
82        text-align:right;
83}
84#whitebox div .dhx_cal_event_line, #whitebox div .dhx_body{
85        text-align:left;
86}
87div.dhx_cal_container, div.dhx_cal_lsection{
88        line-height:1em;
89}
90div.dhx_cal_container, div.dhx_cal_lsection{
91        line-height:normal;
92}
93.dhx_cal_header .dhx_agenda_line div, .dhx_year_month{
94        text-align:center !important;
95}
96.dhx_tooltip{
97        text-align:left;
98}
99
100
101.dhx_cal_data table{
102        border-width:0px !important;
103}
104.dhx_cal_data table tr td{
105        border-top-width:0px !important;
106}
Note: See TracBrowser for help on using the repository browser.