]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calendar/Cal.css
Release 6.4.0
[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-scrollable {
44         overflow-y: scroll;
45         overflow-x: hidden;
46 }
47
48 #cal-grid .day_col {
49         width: 14.2%; 
50         float: left; 
51         border-bottom: 0px solid silver;
52 }
53 #cal-grid .left_time_col {
54         width: 52px; 
55         float: left; 
56         border-bottom: 0px solid silver;
57 }
58
59 #cal-grid .week_block {
60         width: auto;
61         margin-left: 52px;
62         min-width: 290px;
63 }
64
65 #cal-grid .slot {
66         height: 14px;
67         border-right: 1px solid silver;
68         border-bottom: 1px solid #e5e5e5;
69         background-color: transparent;  
70 }
71 #cal-grid .slot_over {
72         background-color: #D1DCFF;
73 }
74
75 #cal-grid .left_cell {  
76         height: 14px;
77         font-size: 10px;
78         text-align: center;     
79         border-right: 1px solid silver; 
80         border-bottom: 1px solid #e5e5e5;       
81         vertical-align: middle;
82         line-height: 15px;      
83 }
84 #cal-grid .day_head {
85         height: 14px;           
86         text-align: center;
87         font-size: 13px;
88         border-bottom: 1px solid silver;
89         border-top: 1px solid silver;
90         border-right: 1px solid silver; 
91         white-space: nowrap;
92 }
93 #cal-grid .day_head a {
94         text-decoration: none;  
95 }
96 #cal-grid .odd {
97         background-color: transparent;
98 }
99 #cal-grid .odd_border {
100         border-bottom: 1px solid silver;
101 }
102
103 #cal-grid .slot_active {
104         background-color: gray;
105 }
106         
107 #cal-grid .today {
108         font-weight: bold;
109         background-color: #FCD372;
110 }
111
112 .act_item {
113         width: 92%;
114         min-width: 0px; 
115         font-size: 10px;
116         position : relative;    
117         vertical-align: top;
118         display: inline-block;
119         border: 1px solid;
120         border-top-width: 1px;
121         overflow: hidden;
122         cursor: default;
123 }
124
125 .act_item.empty {
126         border-color: transparent;
127 }
128
129 .act_item, #cal-grid .day_col {
130         -webkit-user-select: none;
131         -khtml-user-select: none;
132         -moz-user-select: -moz-none;
133         -o-user-select: none;
134         user-select: none;
135 }
136
137 .act_item .head {
138         height: 13px;
139         padding-left: 2px;
140 }
141 .act_item .head div {
142         overflow: hidden;
143         height: 13px;   
144 }
145 .act_item .contain {
146         padding-top: 1px;
147         padding-left: 2px;
148         padding-right: 2px;
149         overflow: hidden;
150         height: 13px;   
151 }
152
153 .act_item .adicon {
154         float: right;   
155         color: black;
156         width: 11px;
157         font-size: 9px;
158         height: 11px;
159         line-height: 11px;
160         text-align: center;
161         background-image: url('../../themes/default/images/MoreDetail.png');
162         background-repeat: no-repeat;
163 }
164
165 .act_item .head {
166         font-size: 10px;        
167         font-weight: bold;
168 }
169 .act_item .head div {
170         font-weight: bold;      
171         font-size: 10px;
172 }
173 .act_item .head a, .act_item .head a:visited, .act_item .head a:hover {
174         text-decoration: none;
175 }
176
177 #cal-edit-buttons {
178         padding: 7px 5px 5px 5px;
179 }
180         
181 #cal-grid .owt {
182         display: none;
183 }