source: trunk/prototype/modules/calendar/css/style.css @ 5532

Revision 5532, 13.7 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Correcoes de bugs no css da listagem de eventos

Line 
1/*
2        Document   : style.css
3        Created on : 10/09/2011, 10:13:12
4        Author     : prognus
5        Description: contains all styles related to elements look-and-feel
6*/
7
8
9#tabs {
10        background-color: transparent;
11}
12
13.tip { line-height: 1.3em; }
14
15.expresso-calendar-container a {
16        text-decoration: none;
17}
18.expresso-calendar-container ul,
19.expresso-calendar-container dl,
20.expresso-calendar-container ol {
21        margin: 5px 0; padding: 0;
22        list-style: none;
23}
24.expresso-calendar-container #trash {
25        color: #ADADAD;
26}
27.expresso-calendar-container #trash.empty {
28        background-image: url(../img/trash-empty.png);
29        background-repeat: no-repeat;
30        background-position: bottom center;
31}
32
33.expresso-calendar-container #trash.full {
34        background-image: url(../img/trash-full.png);
35        background-repeat: no-repeat;
36        background-position: bottom center;
37}
38
39.expresso-calendar-container #trash label {
40        display: none;
41}
42
43.ui-dialog { padding: 0; }
44.ui-dialog .ui-dialog-content { background-color: #fff; }
45.ui-dialog .ui-dialog-title { margin:0; }
46.ui-dialog .ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
47
48.new-event-win fieldset { border: none; margin: 0; padding: 0; }
49.new-event-win fieldset.tab-level2 { padding: 15px 5px; }
50.new-event-win fieldset fieldset, .new-event-win fieldset.tab-level2 fieldset { padding: 5px 0; }
51
52.hidden {
53        display: none;
54        visibility: hidden;
55}
56
57.header-menu-container, .footer-menu-container,
58.menu-container.header-container, .menu-container.footer-container {
59        display:block;
60        width: 100%;
61        margin: 0;
62        padding: 10px 0;
63        background-color: #E0EEEE;
64        text-align: right;
65}
66
67.preferences-win .header-menu-container,
68.configure-calendars-win .header-menu-container {
69        margin: -10px 0 10px;
70}
71
72.preferences-win .header-menu-container,
73.configure-calendars-win .header-menu-container {
74        -moz-box-shadow: 0 3px 4px #AAAAAA;
75        -webkit-box-shadow: 0 3px 4px #AAAAAA;
76        box-shadow: 0 3px 4px #AAAAAA;
77}
78
79.preferences-win .footer-menu-container,
80.configure-calendars-win .footer-menu-container {
81        margin: 10px 0 10px;
82}
83
84.preferences-win .footer-menu-container,
85.configure-calendars-win .footer-menu-container {
86        -moz-box-shadow: 0 3px 4px #AAAAAA;
87        -webkit-box-shadow: 0 3px 4px #AAAAAA;
88        box-shadow: 0 3px 4px #AAAAAA;
89}
90
91.ui-dialog .ui-dialog-content { padding: 0; }
92.new-event-win div.div-addevent { padding: 0; width: 700px; border: 0;}
93.new-event-win form.form-addevent { padding: 9px; }
94
95.expresso-calendar-container input[type="text"] { height: 18px; }
96.expresso-calendar-container input[type="text"],
97.expresso-calendar-container textarea,
98.expresso-calendar-container select {
99        border: 1px solid #CFCFCF;
100        font-size: 12px;
101        height: 20px;
102}
103
104.expresso-calendar-container textarea,
105.expresso-calendar-container select {
106/*      vertical-align: super; */
107        vertical-align: middle;
108}
109
110.expresso-calendar-container input.date,
111.expresso-calendar-container input.time {
112        width:80px;
113}
114
115.expresso-calendar-container input.h1,
116.new-event-win input.h1 {
117        font-size: 150%;
118        font-weight: bold;
119        width: 64%;
120        height: 150%;
121}
122
123.new-event-win textarea {
124        width:600px;
125        height: 210px;
126        border: 1px solid #CFCFCF;
127}
128
129span.input-group { display: block; }
130/*p.input-group label { vertical-align: top; }*/
131.new-event-win p.input-group label { display: inline-block; width: 65px;}
132.new-event-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
133
134input.number {text-align: right}
135input.input-tiny, input.tiny {width: 40px;}
136input.input-small, input.small {width: 80px;}
137input.input-medium, input.medium {width: 160px;}
138input.input-large, input.large {width: 260px;}
139
140label.label-tiny, label.tiny {width: 40px;}
141label.label-small, label.small {width: 80px;}
142label.label-medium, label.medium {width: 160px;}
143label.label-large, label.large {width: 260px;}
144
145select.select-tiny, select.tiny {width: 40px;}
146select.select-small, select.small {width: 80px;}
147select.select-medium, select.medium {width: 160px;}
148select.select-large, select.large {width: 260px;}
149
150.new-event-win fieldset.event-repeat-container label,
151.new-event-win p.input-group.event-repeat-weekly label,
152.new-event-win p.input-group.event-repeat-monthly label {
153        width: auto;
154}
155
156.new-event-win fieldset.input-field-rounded,
157.new-event-win fieldset.search-field,
158.new-event-win fieldset.block-add-attendee-permissions,
159.new-event-win fieldset.block-attendee-list {
160        border:1px solid #CFCFCF;
161}
162
163.new-event-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
164.new-event-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
165
166
167/* # add attendee */
168
169#tabs.ui-widget-content {
170        border:none;
171}
172#tabs .ui-widget-header {
173        background: none;
174        background-image: none;
175        border: none;
176        border-bottom: 1px solid #4297D7;
177        margin-bottom: 5px;
178}
179
180#calendar.ui-tabs-panel {
181        padding: 0;
182}
183
184.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
185.mini-calendar .ui-widget-content {     border: none; background-color: transparent; }
186.mini-calendar .ui-widget-header { background: transparent; color: #000; border: 0 none;}
187
188/* fc custumize */
189
190.blocked-event div, .blocked-event-permision div{
191background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 29%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.1) 41%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.1) 53%, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.1) 77%, rgba(0,0,0,0.01) 81%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.1) 89%, rgba(0,0,0,0) 93%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%); /* FF3.6+ */
192background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(5%,rgba(0,0,0,0.1)), color-stop(9%,rgba(0,0,0,0)), color-stop(13%,rgba(0,0,0,0)), color-stop(17%,rgba(0,0,0,0.1)), color-stop(21%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0.1)), color-stop(33%,rgba(0,0,0,0)), color-stop(37%,rgba(0,0,0,0)), color-stop(41%,rgba(0,0,0,0.1)), color-stop(45%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0)), color-stop(53%,rgba(0,0,0,0.1)), color-stop(57%,rgba(0,0,0,0)), color-stop(61%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.1)), color-stop(69%,rgba(0,0,0,0)), color-stop(73%,rgba(0,0,0,0)), color-stop(77%,rgba(0,0,0,0.1)), color-stop(81%,rgba(0,0,0,0.01)), color-stop(85%,rgba(0,0,0,0)), color-stop(89%,rgba(0,0,0,0.1)), color-stop(93%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
193background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
194background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
195background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* IE10+ */
196background: linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* W3C */
197filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
198}
199
200.blocked-event-permision {cursor: hand}
201
202.fc-state-default .fc-button-effect span {
203    background: none;
204    border:none;
205}
206
207.fc-header-title h2 {
208    color:#555;
209}
210.fc-state-default, .fc-state-default .fc-button-inner {
211    color: #555555;
212    text-transform: capitalize;
213}
214
215.fc-state-active, .fc-state-active .fc-button-inner {
216    color: #FFFFFF;
217}
218
219.block-vertical-toolbox .button.add {
220    width:190px;
221}
222
223.fc-header .fc-state-active, .fc-header .ui-state-active {
224    z-index: auto;
225}
226
227.fc-year-monthly-header {
228    font-weight: bold;   
229}
230
231.fc-year-have-event {
232    background: none repeat scroll 0 0 transparent !important;
233   
234}
235.fc-year-have-event .fc-day-number {
236    background: #F3F3F3;
237    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
238    border-color: #CCC #BBB #AAA;
239    border-style: solid;
240    border-width: 1px;
241    border-radius: 4px;
242    -moz-border-radius:4px;
243    -webkit-border-radius:4px;
244}
245
246.fc-year-main-table div:hover .fc-day-number  {
247        cursor: pointer;
248        font-weight: bold;
249}
250
251/* preferences */
252
253.expresso-calendar-container h3 {
254    border-bottom: 2px solid #E17009;
255    font-size: 170%;
256    margin-bottom: 10px;
257    padding-bottom: 2px;
258}
259
260.expresso-calendar-container fieldset legend {/*font-size:1.3em;*/ font-weight:bold;}
261
262.preferences-win a {
263  text-decoration: underline;
264  font-weight:bold;
265  font-size:1.05em;
266  cursor:pointer;
267}
268
269.preferences-win ul li {list-style: none;}
270
271
272.preferences-win fieldset {
273  border:1px solid #CFCFCF;
274}
275
276.preferences-win fieldset.no-legend {
277    margin: 0;
278    padding: 5px 0;
279    border: none;
280}
281
282.preferences-win hr {
283  margin: 10px 0;
284  padding: 0 10px;
285  /*background:#FFFF85;
286  border: 1px solid #FFE74D;*/
287}
288
289.preferences-win #preferences_especific_calendar_details fieldset {
290  border: 0 none;
291}
292
293
294/* Geral */
295fieldset.background-fields {
296  background:#FFFF85;
297  border: 2px solid #FFE74D;
298  -moz-border-radius: 15px;
299  -webkit-border-radius: 15px;
300}
301
302.button.small.ui-button-text-only .ui-button-text {
303    font-size: 0.9em;
304    padding: 0.1em 0.6em;
305}
306
307.attendees-list dd.attedee-organizer {
308        border-bottom: 1px solid #BFBFBF;
309        margin-bottom: 5px;
310}
311
312/* Events List */
313.events-list-win th, .events-list-win td {
314  padding: 15px 0px 15px 0;
315  vertical-align: middle;
316  border-bottom: 1px solid #ccc;
317}
318
319.events-list-win .last-row th, .events-list-win .last-row td {
320  border-bottom: 1px solid #ccc;
321}
322
323.events-list-win table {
324  width: 100%;
325  float: left;
326}
327
328.events-list-win table a {
329  color: rgb(48, 72, 126) !important;
330  cursor: pointer;
331}
332
333.events-list-win table img {
334  width: 12px;
335  height: 12px;
336  padding: 0 2px;
337}
338
339.events-list-win table span { font-size:12px; }
340.events-list-win table .same-start-date * { border: 0; }
341.events-list-win table tr.last-event-same-start-date,
342.events-list-win table tr.last-event-same-start-date th,
343.events-list-win table tr.last-event-same-start-date td { border-bottom: 1px solid #ccc;}
344.events-list-win table th.start-date-multiple-events { border-bottom: 1px solid #ccc; }
345
346.events-list-win table .title {
347    font-size: 150%;
348    font-weight: bold;
349}
350
351.events-list-win .pagination-events {
352  margin: 10px 0;
353  text-align: center;
354}
355
356.expresso-calendar-container .search-field { background-color: #FFF;}
357.expresso-calendar-container .search-field input { border:none;}
358
359.ui-tabs .ui-tabs-panel { padding: 0; margin-top: 10px;}
360
361.ui-tabs .ui-tabs-nav li .ui-icon-close {
362    float: right;
363    margin: 5px 5px 0 -5px;
364}
365
366.cal_day {
367    display: inline;
368    background: url("assets/day.png") no-repeat scroll center top transparent;
369    float: left;
370    height: 95px;
371    margin: 0 4px 4px 0 !important;
372    position: relative;
373    width: 128px;
374}
375.cal_day .day_heading {
376    color: #FFFFFF;
377    float: left;
378    font: 14px Arial;
379    height: 16px;
380    padding: 6px;
381    position: relative;
382    text-transform: uppercase;
383    width: 40px;
384}
385.cal_day .day_number {
386    clear: left;
387    color: #2B2B2B;
388    font: bold 52px Arial;
389    height: 95px;
390    text-align: center;
391    width: 100%;
392    z-index: 999;
393}
394
395
396/* Events List */
397.details-event-list {
398  background-color: #FFF;
399}
400
401/* Import and Export*/
402
403.import-export-win .ui-widget-header {
404    background: none;
405}
406
407.import-export-win .ui-tabs-nav {
408    border: none;
409    border-bottom: 1px solid #4297D7 !important;
410}
411
412.configure-calendars-win fieldset.user-calendar fieldset {
413    border:1px solid #CCC;
414    margin: 0 0 10px 0;
415    padding: 5px;
416    -moz-border-radius:5px;
417    -webkit-border-radius:5px;
418    border-radius:5px;
419}
420
421.ui-datepicker-buttonpane button.ui-datepicker-current {
422        display : none;
423}
424
425.ui_tpicker_time{
426        display : none;
427}
428.ui_tpicker_time_label{
429        display : none;
430}
431.block-vertical-toolbox .ui-datepicker-month,
432.block-vertical-toolbox .ui-datepicker-year {
433        cursor: pointer;
434}
435/*Normaliza de todos os inputs disabled para fonte-color #333*/
436textarea:disabled, input:disabled{color: #333 !important;}
437
438
439
Note: See TracBrowser for help on using the repository browser.