]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calendar/Cal.css
Release 6.4.0beta3
[Github/sugarcrm.git] / modules / Calendar / Cal.css
1 /*********************************************************************************
2  * SugarCRM Community Edition is a customer relationship management program developed by
3  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
4  * 
5  * This program is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU Affero General Public License version 3 as published by the
7  * Free Software Foundation with the addition of the following permission added
8  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
9  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
10  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
11  * 
12  * This program is distributed in the hope that it will be useful, but WITHOUT
13  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
15  * details.
16  * 
17  * You should have received a copy of the GNU Affero General Public License along with
18  * this program; if not, see http://www.gnu.org/licenses or write to the Free
19  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20  * 02110-1301 USA.
21  * 
22  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
23  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
24  * 
25  * The interactive user interfaces in modified source and object code versions
26  * of this program must display Appropriate Legal Notices, as required under
27  * Section 5 of the GNU Affero General Public License version 3.
28  * 
29  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
30  * these Appropriate Legal Notices must retain the display of the "Powered by
31  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
32  * technical reasons, the Appropriate Legal Notices must display the words
33  * "Powered by SugarCRM".
34  ********************************************************************************/
35
36  
37 #cal-grid {
38         border-left: 1px solid silver;   
39         width: 100%; 
40         overflow:hidden;
41 }
42
43 #cal-grid .day_col {
44         width: 14.2%; 
45         float: left; 
46         border-bottom: 0px solid silver;
47 }
48 #cal-grid .left_time_col {
49         width: 52px; 
50         float: left; 
51         border-bottom: 0px solid silver;
52 }
53
54 #cal-grid .week_block {
55         width: auto;
56         margin-left: 52px;
57         min-width: 290px;
58 }
59
60 #cal-grid .slot {
61         height: 14px;
62         border-right: 1px solid silver;
63         border-bottom: 1px solid #e5e5e5;
64         background-color: transparent;  
65 }
66 #cal-grid .slot_over {
67         background-color: #D1DCFF;
68 }
69
70 #cal-grid .left_cell {  
71         height: 14px;
72         font-size: 10px;
73         text-align: center;     
74         border-right: 1px solid silver; 
75         border-bottom: 1px solid #e5e5e5;       
76         vertical-align: middle;
77         line-height: 15px;      
78 }
79 #cal-grid .day_head {
80         height: 14px;           
81         text-align: center;
82         font-size: 13px;
83         border-bottom: 1px solid silver;
84         border-top: 1px solid silver;
85         border-right: 1px solid silver; 
86         white-space: nowrap;
87 }
88 #cal-grid .day_head a {
89         text-decoration: none;  
90 }
91 #cal-grid .odd {
92         background-color: transparent;
93 }
94 #cal-grid .odd_border {
95         border-bottom: 1px solid silver;
96 }
97
98 #cal-grid .slot_active {
99         background-color: gray;
100 }
101         
102 #cal-grid .today {
103         font-weight: bold;
104         background-color: #FCD372;
105 }
106
107 .act_item {
108         width: 92%;
109         min-width: 0px; 
110         font-size: 10px;
111         position : relative;    
112         vertical-align: top;
113         display: inline-block;
114         border: 1px solid;
115         border-top-width: 1px;
116         overflow: hidden;
117         cursor: default;
118 }
119
120 .act_item, #cal-grid .day_col {
121         -webkit-user-select: none;
122         -khtml-user-select: none;
123         -moz-user-select: -moz-none;
124         -o-user-select: none;
125         user-select: none;
126 }
127
128 .act_item .head {
129         height: 13px;
130         padding-left: 2px;
131 }
132 .act_item .head div {
133         overflow: hidden;
134         height: 13px;   
135 }
136 .act_item .contain {
137         padding-top: 1px;
138         padding-left: 2px;
139         padding-right: 2px;
140         overflow: hidden;
141         height: 13px;   
142 }
143
144 .act_item .adicon {
145         float: right;   
146         color: black;
147         width: 11px;
148         font-size: 9px;
149         height: 11px;
150         line-height: 11px;
151         text-align: center;
152         background-image: url('../../themes/default/images/MoreDetail.png');
153         background-repeat: no-repeat;
154 }
155
156 .act_item .head {
157         font-size: 10px;        
158         font-weight: bold;
159 }
160 .act_item .head div {
161         font-weight: bold;      
162         font-size: 10px;
163 }
164 .act_item .head a, .act_item .head a:visited, .act_item .head a:hover {
165         text-decoration: none;
166 }
167
168 #cal-edit-buttons {
169         padding: 7px 5px 5px 5px;
170 }
171         
172 #cal-grid .owt {
173         display: none;
174 }