source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/layout.css @ 6876

Revision 6876, 34.6 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Criacao e edicao de tarefas / suporte a anexos, alarmes, participantes e mapa de disponibilidade

Line 
1/*
2        Document   : layout.css
3        Created on : 10/09/2011, 10:12:49
4        Author     : prognus
5        Description: contains all styles related to element positioning and elements dimension
6*/
7
8
9
10/* -- main page styles -- */
11
12/*      body {
13                margin:0;
14                font-size: 14px;
15                font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
16                font-family: Arial,Helvetica,sans-serif;
17        }*/
18
19#wrap {
20/*      background-image: url(images/calendar-top-bg-mini.png);
21        background-repeat: no-repeat;*/
22        width: 100%;
23        max-width: 1100px;
24        min-width: 985px;
25        margin: 0 auto;
26}
27
28#wrap .search-field {
29        max-width: 180px;
30        width: 180px;
31/*      margin: 5px 0 5px 290px;*/
32        float: right;
33        white-space: nowrap;
34}
35
36#wrap .search-field input {
37        width: 160px;
38        padding: 0 0 0 3px;
39}
40
41.block-horizontal-toolbox {
42        width: 100%;
43        height: 30px;
44/*      margin: 5px 0;*/
45}
46
47.block-vertical-toolbox {
48        width: 19%;
49        max-width: 200px;
50        min-width: 190px;
51        float: left;
52        padding: 0;
53}
54
55.block-vertical-toolbox .mini-calendar {
56        padding: 5px 0;
57        margin:10px 0;
58}
59
60.block-top {
61/*      background-image: url(images/calendar-body-bg.png);
62        background-repeat: repeat-x;*/
63        width: 100%;
64        height: 100px;
65}
66
67#tabs {
68        width: 80%;
69        max-width: 900px;
70        min-width: 785px;
71        float: right;
72        padding-top: 0;
73}
74
75#tabs,
76#tabs .ui-tabs-nav {
77        padding-top: 0;
78}
79
80#tabs > li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
81
82
83.button.config-menu {
84        float: right;
85        padding: 11px 5px;
86        width: 40px;
87        height: 5px;
88}
89
90.fg-menu-container {
91        z-index: 999;
92        min-width: 134px !important;
93}
94
95.fg-menu-container.evt-option{
96        min-width: 85px !important;
97        padding: 0;
98}
99
100.fg-menu-container.evt-option a{
101        padding: 0.1em 3%;
102}
103
104.ui-icon.ui-icon-gear {
105        background-image: url(../img/cog.png);
106    background-position: 0 0;
107}
108
109.expresso-calendar-container dl
110.expresso-calendar-container dt,
111.expresso-calendar-container dl dd {
112        margin: 0; padding: 0;
113}
114
115.expresso-calendar-container #trash {
116        width: 150px;
117        height: 150px;
118        bottom: 0px;
119        position: fixed;
120}
121
122/* -- generic HTML elements styles -- */
123
124input {
125        margin-top: 2px;
126        margin-bottom: 2px;
127}
128
129/* -- generic class styles -- */
130
131.clear { clear: both; }
132
133.editable{
134        background-color: white;
135        outline: 0px solid transparent;
136        border: 1px #CCC solid;
137}
138
139p.input-group span {display: inline-block; vertical-align: text-top;}
140p.input-group label {display: inline-block; vertical-align: text-top;}
141p.input-group ul li * {vertical-align: bottom; margin-bottom: 5px;}
142p.input-group label.for-textarea {display: inline-block; vertical-align: top;}
143p.input-group {
144  margin: 5px 0 !important;
145}
146
147.messages .message { text-align: left; }
148
149.button.tiny{
150        height: 15px;
151}
152.button.tiny.ui-button-icon-only {
153    width: 15px;
154}
155
156.button.small {
157        height: 24px;
158}
159.button.small.ui-button-icon-only {
160    width: 24px;
161}
162
163.fields-left {display: inline-block; width: 200px;}
164.fields-right {display: inline-block; width: 300px;}
165
166.ui-icon-float-right { float:right; }
167.ui-icon-float-left { float:left; }
168
169fieldset.input-field-rounded {
170        border:1px solid #CFCFCF;
171        padding: 5px;
172}
173
174fieldset.input-field-rounded input{
175        margin: 0px;
176        display: inline-block;
177        border: none;
178}
179
180fieldset.input-field-rounded span {
181        display: inline-block;
182        margin:0 0 -3px 5px;
183}
184
185/* search area definition */
186fieldset.search-field {
187        border:1px solid #CFCFCF;
188        padding: 3px;
189}
190
191fieldset.search-field input{
192        margin: 0px;
193        display: inline-block;
194        border: none;
195        width: 215px;
196}
197
198fieldset.search-field span {
199        display: inline-block;
200        margin:0 0 -3px 0px;
201        cursor: pointer;
202}
203/* #search area definition */
204
205
206/* -- fullcalendar styles -- */
207
208.fc-view{
209        overflow: visible;
210}
211
212.fc-grid.fc-view-year .fc-day-number {
213        text-align: center;
214        float: none;
215}
216
217/* -- event details styles -- */
218
219.new-event-win.active, .new-task-win.active {
220         width:700px;height:510px;text-align:left;
221}
222
223.new-event-win > .content.ui-tabs.ui-widget-content, .new-task-win > .content.ui-tabs.ui-widget-content {
224        border: none;
225}
226
227.new-event-win ul.attendee-permissions-list, li.attendee-permissions-list, .new-task-win ul.attendee-permissions-list{text-align: left;}
228
229li.attendee-permissions-list input{width: 20px !important; margin: 3px 0 0 0 !important;}
230
231p.request-update{display: inline; position: relative; top: 2px;}
232
233
234p.request-update label{width: 150px !important;}
235
236.new-event-win .menu-addevent, .new-task-win .menu-addevent {
237        text-align: right;
238}
239
240.new-event-win fieldset.block-add-attendee .add-attendee-search { max-width: 250px; margin: 5px;}
241.new-task-win fieldset.block-add-attendee .add-attendee-search { max-width: 323px; margin: 5px;}
242
243.new-event-win fieldset.block-add-attendee .add-attendee-search input { max-width: 220px; width: 220px; padding: 0 0 0 7px;}
244.new-task-win fieldset.block-add-attendee .add-attendee-search input { max-width: 290px; width: 290px; padding: 0 0 0 7px;}
245
246
247fieldset.block-add-attendee .search-result-list { width: 255px; max-height: 215px; overflow: auto;}
248fieldset.block-add-attendee .search-result-list .ui-widget-content { border: none;}
249fieldset.block-add-attendee .search-result-list .empty { margin-left: 5px; }
250fieldset.block-add-user .add-user-search {max-width: 235px;}
251fieldset.block-add-user .search-result-list {max-width: 245px;}
252fieldset.block-add-user .search-result-list .ui-widget-content {max-width: 245px;}
253
254.block-attendee-list, .block-add-attendee { float:left;}
255.block-attendee-list { width:400px; margin-right: 5px; }
256.new-event-win .block-add-attendee { width:260px; margin-right: 5px; }
257.new-task-win .block-add-attendee { width:335px; margin-right: 5px; }
258.block-attendee-list dd, .block-add-attendee dd { border: 1px solid #BFBFBF; }
259.block-attendee-list dt, .block-add-attendee dt { background-color:#FFF; margin: 5px 0 -6px 5px; font-weight: bold; display: table;  position: relative;}
260.block-attendee-list dd.attendee-list { height: 196px; }
261.block-attendee-list dd.attendee-list ul { max-height: 186px; overflow: auto; margin-top: 10px;}
262.block-attendee-list dd.attendee-list-add {border-top:none !important; border:1px solid #BFBFBF;}
263.block-attendee-list dd.attendee-list-add fieldset.add-attendee-input { border:none !important; margin: 0; padding: 0 }
264.block-attendee-list dd.attendee-list-brief { border:none !important; margin: 5px 0; color:#777; }
265
266dl.block-add-attendee {
267        float: right;
268        display: block;
269}
270
271.new-event-win dl.block-add-attendee dd.add-attendee {
272        width: 260px;
273        min-height: 260px;
274        display: block;
275}
276
277.new-task-win dl.block-add-attendee dd.add-attendee {
278        width: 343px;
279        min-height: 260px;
280        display: block;
281}
282
283ul.attendees-count {clear:left; float:left;}
284.attendees-count li {display: inline;}
285.attendees-count li:after {content:", "}
286.attendees-count li label {font-weight: bold;}
287
288.attendees-list .me select.status { margin:10px 5px 5px 5px; }
289.attendees-list .me .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
290
291.attendees-list .me .add-attendee-options { max-height: 16px; height:16px;  max-width: 50px; width:50px; display: inline; padding: 0; margin: 0 0 5px 0;}
292.attendees-list .me .add-attendee-options-read { max-height: 16px; height:16px;  max-width: 16px; width:16px; display: inline; padding: 0; margin: 0 0 5px 0;}
293
294.attendees-list .me .add-attendee-options-button {position: absolute; top: 171px;}
295.attendees-list .hover-attendee { background-color: #DFEFFC;}
296/*
297.attendees-list .attendee-options-button-edit { position: absolute; top:0; right:25px;}
298.attendees-list .attendee-options-button-key { position: absolute; top:0; right:45px;}
299.attendees-list .attendee-options-button-delegate { position: absolute; top:0; right:65px;}
300*/
301
302.attendee-options{ position: absolute; top: 0; left: 287px; background-color: white; z-index: 100; width: 90px; background-color: #FFF; padding: 0 20px 0 3px; text-align: right;}
303.attendees-list .not-attendee { height:16px; }
304
305.list-delegates{margin: 0 0 0 25px;}
306
307.status-delegate{position: absolute; left:3px;}
308
309.attendees-list .me .add-attendee-search input { max-width: 125px; }
310.attendees-list li.organizer, .attendees-list li.me-delegated  {margin-bottom: 3px;}
311.attendees-list .organizer .button.swap {
312        float: right;
313        margin-top: -1.5em;
314}
315
316.name-status-delegated{text-decoration: line-through; padding: 0 0 0 18px;}
317.name-status-delegated-delegated{text-decoration: line-through; padding: 0 0 0 12px;}
318.name-status-delegated-none{ padding: 0 0 0 12;}
319
320.name-status{padding: 0 0 0 18px;}
321
322.name-special{padding: 0 0 0 33px;}
323.name-special-delegated{text-decoration: line-through; padding: 0 0 0 33px;}
324
325.open-delegate{position: absolute; left: 20px; display: block; cursor: hand;}
326.space-status{position: absolute; left: 20px; display: block;}
327.space-special{position: absolute; left: 35px; display: block;}
328.space-special-delegated{position: absolute; left: 20px; display: block;}
329
330.attendee-permissions-change{background-image: url(../../../plugins/jquery/images/ui-icons_f9bd01_256x240.png) !important;}
331.attendee-permissions-change-button{border: 1px solid #79B7E7 !important; background: #F5F8F9 !important; font-weight: bold !important; color: #E17009 !important;}
332
333.attendee-permissions-conflict{opacity: 0.5}
334
335dd.attendee-list ul.attendee-list li {
336/*      display: table;*/
337    overflow: hidden;
338        position: relative;
339}
340dd.attendee-list ul.attendee-list li input,
341dd.attendee-list ul.attendee-list li span,
342dd.attendee-list ul.attendee-list li label {
343        display: table-cell;
344}
345dd.attendee-list ul.attendee-list li label.name,
346dd.attendee-list ul.attendee-list li label.mail {
347        width: 99999px;
348        min-width: 99999px;
349        vertical-align: middle;
350}
351dd.attendee-list ul.attendee-list li label[title=''] { display:none }
352/*
353dd.attendee-list ul.attendee-list li .button.close {
354        position: absolute;
355    right: 5px;
356    top: 0;
357}
358*/
359/*
360.attendees-list li .ui-icon-float-right {
361        opacity:0.1;
362        filter:alpha(opacity=10);
363}
364.attendees-list li.hover .ui-icon-float-right {
365        opacity:1;
366        filter:alpha(opacity=100);
367}*/
368
369/* -- configurations styles -- */
370
371.configurations-basic label {
372        width: 200px;
373}
374
375.configurations-notifications label {
376        width: 350px;
377}
378
379.accordion-user-calendars .ui-accordion-header {
380        margin-bottom: 2px;
381}
382
383.accordion-user-calendars .ui-accordion-header legend{
384        font-size: 60%;
385    margin-left: 30px;
386    padding: 0.4em;;
387}
388.user-calendar.ui-accordion-content {
389        margin-top: -11px;
390}
391
392/* -- preferences styles -- */
393p.default-alarm-event {margin-bottom: 10px; margin-top: -8px;}
394.preferences-win.active p.input-group label { display: inline-block; width: 300px;}
395.preferences-win.active p.input-group ul li label { width: auto; }
396/*.preferences-win.active input[type="text"] { vertical-align:top; }*/
397
398/* -- import/export dialog styles -- */
399
400.import-export-win p.input-group label { display: inline-block; width: 100px;}
401.import-export-win span.tip {
402    display: block;
403    margin: 3px 0 10px 100px;
404    clear: both;
405    font-size: 0.9em;
406}
407
408.import-export-win .button.remove-attachment {margin: -2px 0 0px 10px;}
409
410.import-export-win form { padding: 10px; }
411.import-export-win p.input-group * { float:left; }
412
413
414label.messagesHelpers{display: block; position: absolute; left: 60px; top: 21px;}
415
416/* -- calendar list styles -- */
417
418.my-calendars .button.new, .my-groups-task .button.new{
419  float:right;
420  width: 15px;
421  height: 15px;
422}
423
424.my-calendars .status-list, .my-groups-task  .status-list {
425        display: inline-block;
426        margin: 0px 0pc -4px -5px;
427        cursor: pointer;
428}
429
430.my-calendars .list-calendars-item, .signed-calendars .list-calendars-item, .my-groups-task .list-calendars-item{
431        position: relative;
432        overflow: hidden;
433}
434.my-calendars .list-calendars-item div, .signed-calendars .list-calendars-item div, .my-groups-task .list-calendars-item div{
435        overflow:hidden;
436        width:6000px;
437        display:table;
438}
439
440.my-calendars .cal-list-options-btn, .signed-calendars .cal-list-options-btn, .my-groups-task .cal-list-options-btn {
441        position: absolute;
442        top: 2px;
443        right: 2px;
444}
445
446.evt-list-options.my-evt-list-options{
447        position: absolute;
448        width: 130px;
449        display: block;
450       
451}
452
453
454.colors-options { padding-left: 5px; }
455.colors-options .color-selected { text-indent: -10px; /*padding: 1px 0px 0px 8px;*/ }
456.colors-options .color-selected .ui-button-text { padding: 0px 0px 0px 8px; font-size: 30px; line-height: 0.4em; }
457.colors-options .cal-colors-options-btn {
458        float:left;
459        width: 17px;
460        height: 17px;
461        margin-bottom: 2px;
462        margin-top:2px;
463        background-position: -500px -10px;
464}
465.my-calendars {
466  font-size: 12px;
467  padding-top: 3px;
468  padding-bottom: 3px;
469  cursor: pointer;
470}
471
472.shared-calendar .user-list li.user-list{
473        height: 17px;
474        overflow: hidden;
475}
476
477.shared-calendar dd.user-list{ overflow: auto;}
478
479.user-list .hover-user { background-color: #DFEFFC;}
480
481.shared-calendar ul.search-result-list{
482    overflow-x: hidden !important;
483    overflow-y: auto !important;
484    height: 210px;
485}
486
487.user-acls-shared-calendar{
488    width: 130px;
489    float: right;
490    position: absolute;
491    left: 190px;
492    background: white;
493}
494
495.user-acls-shared-calendar.calendar{
496        text-align: right;
497}
498
499
500.calendars-list .search-field.calendar-shared-search {
501        max-width: 193px !important;
502        width: 193px !important;
503        float: right;
504}
505
506.calendars-list .search-field input.search{
507        width:165px !important;
508}
509
510.calendars-list .status-list-shared{
511        display: inline-block;
512        margin: 0 0 -4px -5px;
513        cursor: pointer;
514}
515
516.calendars-list .title-signed-calendars{
517        cursor: pointer;
518}
519
520.my-calendars a.new-calendar .ui-button-text {
521    padding: 0;
522}
523
524.new-calendar-shared{
525        float: right;
526}
527
528.signed-calendars {
529        font-size: 12px;
530        padding-top: 3px;
531        padding-bottom: 3px;
532}
533
534dl.block-add-user {
535        max-width: 290px;
536        min-height: 260px;
537        display: block;
538        float:right;
539        margin: 0 10px 10px 0;
540}
541
542dl.block-add-calendar {
543        max-width: 290px;
544        min-height: 185px;
545        display: block;
546        float:right;
547        margin: 0 10px 10px 0;
548}
549
550dl.block-public-calendar {
551        max-width: 290px;
552        min-height: 30px;
553        display: block;
554        float:right;
555        margin: 0 10px 1px 0;
556}
557
558fieldset.block-add-user, .block-add-user li{
559        border: none;
560}
561
562fieldset.add-user-search{
563        margin: 0 0 5px 0;
564}
565
566dl.block-user-list{
567        float:left;
568        margin: 0 0 10px 10px;
569}
570
571dt.user-list{
572        width: 117px;
573        margin-right: 5px;
574}
575
576dt.calendar-list{
577        width: 144px;
578        margin-right: 5px;
579}
580
581dt.calendar-shared, dt.user-list, dt.add-user, dt.calendar-list, dt.calendar-public{
582        background-color: white;
583        margin: 5px 0 -6px 5px;
584        font-weight: bold;
585        display: table;
586        position: relative;
587}
588
589dd.add-user{height: 240px;}
590dd.add-user-calendar{height: 192px;}
591
592dd.calendar-public{height: 23px;}
593
594dd.add-user-calendar, dd.calendar, dd.user-list, dd.add-user, dd.calendar-list, dd.calendar-public{
595        border: 1px solid #BFBFBF;
596        border-image: initial;
597        width: 330px;
598        padding: 7px 0px 4px 4px;
599}
600
601dd.add-user-calendar ul{
602        width: 250px;
603        max-height: 166px;
604}
605
606dd.add-user-calendar, dd.add-user,  dd.calendar-public{
607        width: 250px;
608}
609
610div.shared-calendar fieldset.shared-calendar-configure{
611        margin-top: 10px;
612}
613
614.add-user fieldset.block-add-user{
615        width: 245px;
616}
617
618dd.user-list{
619        height: 193px;
620}
621
622dd.calendar-list{
623        height: 240px;
624}
625
626.list-calendars { vertical-align: middle; }
627.list-calendars .cal-list-img { float: right; }
628.list-calendars .cal-list-options-btn {
629        width: 10px;
630        height: 10px;
631        display: inline;
632        float: right;
633        padding: 3px;
634        -webkit-border-radius: 4px;
635        -moz-border-radius: 4px;
636        border-radius: 4px;
637}
638
639ul.list-calendars li.list-calendars-item {
640        background-color: #F7FCFF;
641        border: 1px solid #ccc;
642        height: 15px;
643        line-height: 15px;
644        margin: 2px 0;
645        padding: 3px;
646        -webkit-border-radius: 4px;
647        -moz-border-radius: 4px;
648        border-radius: 4px;
649}
650
651ul.list-calendars li li { background-color: #fff; }
652ul.list-calendars li label { vertical-align: middle; }
653ul.list-calendars li input { vertical-align: middle; }
654ul.list-calendars li a { vertical-align: middle; }
655ul.list-calendars li.list-calendars-item .cal-list-options ul.fg-menu li { background-color: #CC0000 !important; color: red !important; }
656
657
658/* -- event list styles -- */
659
660.events-list-win.empty {
661    width: 100%;
662}
663
664.events-list-win.empty table.header-paginator{
665    margin-bottom: 80px;
666}
667
668.events-list-win.empty label.empty-result{
669    margin: 0 0 0 290px;
670}
671
672.events-list-win a {
673        font-size:12px;
674}
675.details-event-list p.input-group { margin: 7px 0 0 0; text-align: justify; }
676.details-event-list p.input-group label { font-weight: bold; width: 14% }
677.details-event-list p.input-group .large { width: 85%; }
678.fields-details-event-list {
679        padding: 5px;   
680}
681
682.list-events-paginator .fc-header-title{margin-left: 150px; font-size: 1em;}
683.header-paginator{margin-top: -15px;}
684.header-paginator .fc-button-content{font-size: 11px;}
685.header-paginator-right{font-size: 11px;}
686.header-paginator .fc-header-left .fc-button-inner{height: 20px; width: 29px;}
687.header-paginator .fc-header-left .fc-button-inner.fc-state-hover{border-color: #999;}
688.header-paginator .fc-header-left .fc-button-inner.fc-state-down{border-color: #555; background: #777;}
689.header-paginator .fc-header-left .fc-button-inner .fc-button-content{line-height: 1.6em; padding: .2em .6em; font-size: 11px;}
690
691/* -- all tips general and specific styles -- */
692
693.qtip-content fieldset { text-align: right;}
694.qtip-content fieldset input { text-align: left; width: 190px;}
695.qtip-content .menu-container.footer-container { background-color: inherit; text-align: right; padding: 0; margin:5px 0 0 0;}
696.qtip-content .menu-container.footer-container .ui-button-text-only .ui-button-text {
697    font-size: 0.8em;
698    padding: 0.1em 0.6em;
699}
700.qtip-title .ui-button-icon-only {
701    height: 1.5em !important;
702    width: 1.5em !important;
703}
704.qtip-title .qtip-button { margin: -5px -10px 0 -15px }
705.attendee-list-add .add-attendee-input input { width: 370px; }
706
707
708.attendee-list-add .add-attendee-input span{cursor: hand;}
709
710.qtip-content .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
711.qtip-content .add-attendee-search input { max-width: 125px; }
712
713/* -- other general styles -- */
714
715.event-alarms-list .button.remove,
716.configurations-alarms .button.remove {
717    left: 6px;
718    top: 6px;
719}
720
721.button.add.button-add-attachment{margin: -9px 0 0 8px;}
722.button.btn-danger.delete{margin: 0 0 0 0;}
723
724.button.upload{top: 4px;}
725.button.upload.edit{top: -2px;}
726
727div.fileupload-buttonbar{padding: 0.2em 0.5em }
728.archive-error{color: #F00;}
729
730.progress.in-progress{width: 100px; height: 12px;}
731
732span.status-upload{margin: -4px 0px 0px 0px;}
733
734.lbl-archive-nome, .lbl-archive-size{font-weight: bold !important;}
735.lbl-archive-nome{width:40px !important;}
736.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
737.row.fileupload-buttonbar-task{margin-top: 0; padding: 0.2em 0.7em;}
738
739.archive-nome{width: 73px;}
740.archive-nome label{display: block; position: absolute; left: 136px; top: 194px;}
741.archive-size{min-width:70px; max-width:75px;}
742
743
744.input-group.date-info input {
745        width: 100px;
746}
747
748.input-group.event-info input {
749        width: 600px;
750}
751
752/* -- alarm dysplay -- */
753
754.new-event-alarm, .new-task-alarm{
755        margin: 5px;   
756        font: bold;
757}
758
759.title-event-alarm, .title-task-alarm{
760        margin: 5px;
761}
762
763.description-event-alarm, .description-task-alarm{
764        margin: 5px;
765}
766
767.inicialize-event-alarm, .inicialize-task-alarm{
768        margin: 5px;
769}
770
771.ZebraDialog{
772        z-index: 9999 !important;
773}
774
775.ZebraDialogOverlay{
776        z-index: 9990 !important;
777}
778
779/* CANDIDATOS A EXCLUSÃO */
780/*
781#external-events {
782        float: left;
783        width: 150px;
784        padding: 0 10px;
785        border: 1px solid #ccc;
786        background: #eee;
787        text-align: left;
788}
789
790#external-events h4 {
791        font-size: 16px;
792        margin-top: 0;
793        padding-top: 1em;
794}
795
796.external-event {
797        margin: 10px 0;
798        padding: 2px 4px;
799        background: #3366CC;
800        color: #fff;
801        font-size: .85em;
802        cursor: pointer;
803}
804
805#external-events p {
806        margin: 1.5em 0;
807        font-size: 11px;
808        color: #666;
809}
810
811#external-events p input {
812        margin: 0;
813        vertical-align: middle;
814}
815
816#dialog label, #dialog input { display:block; }
817#dialog label { margin-top: 0.5em; }
818#dialog input, #dialog textarea { width: 95%; }
819        */
820
821/*Antigo style.css*/
822
823/*
824        Document   : style.css
825        Created on : 10/09/2011, 10:13:12
826        Author     : prognus
827        Description: contains all styles related to elements look-and-feel
828*/
829
830
831#tabs {
832        background-color: transparent;
833}
834
835.tip { line-height: 1.3em; }
836
837.expresso-calendar-container a {
838        text-decoration: none;
839}
840.expresso-calendar-container ul,
841.expresso-calendar-container dl,
842.expresso-calendar-container ol {
843        margin: 5px 0; padding: 0;
844        list-style: none;
845}
846.expresso-calendar-container #trash {
847        color: #ADADAD;
848}
849.expresso-calendar-container #trash.empty {
850        background-image: url(../img/trash-empty.png);
851        background-repeat: no-repeat;
852        background-position: bottom center;
853}
854
855.expresso-calendar-container #trash.full {
856        background-image: url(../img/trash-full.png);
857        background-repeat: no-repeat;
858        background-position: bottom center;
859}
860
861.expresso-calendar-container #trash label {
862        display: none;
863}
864
865.ui-dialog { padding: 0; }
866.ui-dialog .ui-dialog-content { background-color: #fff; }
867.ui-dialog .ui-dialog-title { margin:0; }
868.ui-dialog .ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
869
870.new-event-win fieldset, .new-task-win fieldset { border: none; margin: 0; padding: 0; }
871.new-event-win fieldset.tab-level2, .new-task-win fieldset.tab-level2 { padding: 0px 5px; }
872.new-event-win fieldset fieldset, .new-task-win fieldset.tab-level2 fieldset,
873.new-task-win fieldset fieldset, .new-task-win fieldset.tab-level2 fieldset{ padding: 5px 0; }
874
875.hidden {
876        display: none;
877        visibility: hidden;
878}
879
880.header-menu-container, .footer-menu-container,
881.menu-container.header-container, .menu-container.footer-container {
882        display:block;
883        width: 100%;
884        margin: 0;
885        padding: 10px 0;
886        background-color: #E0EEEE;
887        text-align: right;
888}
889
890.preferences-win .header-menu-container,
891.configure-calendars-win .header-menu-container {
892        margin: -10px 0 10px;
893}
894
895.preferences-win .header-menu-container,
896.configure-calendars-win .header-menu-container {
897        -moz-box-shadow: 0 3px 4px #AAAAAA;
898        -webkit-box-shadow: 0 3px 4px #AAAAAA;
899        box-shadow: 0 3px 4px #AAAAAA;
900}
901
902.preferences-win .footer-menu-container,
903.configure-calendars-win .footer-menu-container {
904        margin: 10px 0 10px;
905}
906
907.preferences-win .footer-menu-container,
908.configure-calendars-win .footer-menu-container {
909        -moz-box-shadow: 0 3px 4px #AAAAAA;
910        -webkit-box-shadow: 0 3px 4px #AAAAAA;
911        box-shadow: 0 3px 4px #AAAAAA;
912}
913
914.new-task-win div.div-addtask { padding: 0; width: 770px; border: 0;}
915.new-event-win form.form-addevent { padding: 9px; }
916
917.ui-dialog .ui-dialog-content { padding: 0; }
918.new-event-win div.div-addevent, .new-task-win div.div-addtask { padding: 0; width: 700px; border: 0;}
919.new-event-win form.form-addevent, .new-task-win form.form-addtask { padding: 9px; }
920
921.expresso-calendar-container input[type="text"] { height: 18px; }
922.expresso-calendar-container input[type="text"],
923.expresso-calendar-container textarea,
924.expresso-calendar-container select {
925        border: 1px solid #CFCFCF;
926        font-size: 12px;
927        height: 20px;
928}
929
930.expresso-calendar-container textarea,
931.expresso-calendar-container select {
932/*      vertical-align: super; */
933        vertical-align: middle;
934}
935
936.expresso-calendar-container input.date,
937.expresso-calendar-container input.time {
938        width:80px;
939}
940
941.expresso-calendar-container input.h1,
942.new-event-win input.h1, .new-task-win input.h1 {
943        font-size: 150%;
944        font-weight: bold;
945        width: 64%;
946        height: 150%;
947}
948
949.new-event-win textarea, .new-task-win textarea {
950        width:600px;
951        height: 210px;
952        border: 1px solid #CFCFCF;
953        padding: 0px;
954}
955
956span.input-group { display: block; }
957/*p.input-group label { vertical-align: top; }*/
958.new-event-win p.input-group label, .new-task-win p.input-group label { display: inline-block; width: 65px;}
959.new-event-win p.input-group label.input-group, .new-task-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
960
961input.number {text-align: right}
962input.input-tiny, input.tiny {width: 40px;}
963input.input-small, input.small {width: 80px;}
964input.input-medium, input.medium {width: 160px;}
965input.input-large, input.large {width: 260px;}
966
967label.label-tiny, label.tiny {width: 40px;}
968label.label-small, label.small {width: 80px;}
969label.label-medium, label.medium {width: 160px;}
970label.label-large, label.large {width: 260px;}
971
972select.select-tiny, select.tiny {width: 40px;}
973select.select-small, select.small {width: 80px;}
974select.select-medium, select.medium {width: 160px;}
975select.select-large, select.large {width: 260px;}
976
977.new-event-win fieldset.event-repeat-container label,
978.new-event-win p.input-group.event-repeat-weekly label,
979.new-event-win p.input-group.event-repeat-monthly label,
980.new-task-win fieldset.task-repeat-container label,
981.new-task-win p.input-group.task-repeat-weekly label,
982.new-task-win p.input-group.task-repeat-monthly label
983{
984        width: auto;
985}
986
987.new-event-win fieldset.input-field-rounded,
988.new-event-win fieldset.search-field,
989.new-event-win fieldset.block-add-attendee-permissions,
990.new-event-win fieldset.block-attendee-list,
991.new-task-win fieldset.input-field-rounded,
992.new-task-win fieldset.search-field,
993.new-task-win fieldset.block-add-attendee-permissions,
994.new-task-win fieldset.block-attendee-list
995{
996        border:1px solid #CFCFCF;
997}
998
999.new-event-win fieldset.block-attendee-list, .new-task-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
1000.new-event-win fieldset.block-attendee-list ul, .new-task-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
1001
1002
1003/* # add attendee */
1004
1005#tabs.ui-widget-content {
1006        border:none;
1007}
1008#tabs .ui-widget-header {
1009        background: none;
1010        background-image: none;
1011        border: none;
1012        border-bottom: 1px solid #4297D7;
1013        margin-bottom: 5px;
1014}
1015
1016#calendar.ui-tabs-panel {
1017        padding: 0;
1018}
1019
1020.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
1021.mini-calendar .ui-datepicker  table{width:190px;}
1022.mini-calendar .ui-widget-content {     border: none; background-color: transparent; }
1023.mini-calendar .ui-widget-header { background: transparent; color: #000; border: 0 none;}
1024
1025/* fc custumize */
1026
1027.blocked-event div, .blocked-event-permision div{
1028background: -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+ */
1029background: -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+ */
1030background: -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+ */
1031background: -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+ */
1032background: -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+ */
1033background: 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 */
1034filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
1035}
1036
1037.blocked-event-permision {cursor: hand}
1038
1039.fc-state-default .fc-button-effect span {
1040    background: none;
1041    border:none;
1042}
1043
1044.fc-header-title h2 {
1045    color:#555;
1046}
1047.fc-state-default, .fc-state-default .fc-button-inner {
1048    color: #555555;
1049    text-transform: capitalize;
1050}
1051
1052.fc-state-active, .fc-state-active .fc-button-inner {
1053    color: #FFFFFF;
1054}
1055
1056.block-vertical-toolbox .button.add {
1057    width:190px;
1058}
1059
1060.fc-header .fc-state-active, .fc-header .ui-state-active {
1061    z-index: auto;
1062}
1063
1064.fc-year-monthly-header {
1065    font-weight: bold;   
1066}
1067
1068.fc-year-have-event {
1069    background: none repeat scroll 0 0 transparent !important;
1070   
1071}
1072.fc-year-have-event .fc-day-number {
1073    background: #F3F3F3;
1074    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
1075    border-color: #CCC #BBB #AAA;
1076    border-style: solid;
1077    border-width: 1px;
1078    border-radius: 4px;
1079    -moz-border-radius:4px;
1080    -webkit-border-radius:4px;
1081}
1082
1083.fc-year-main-table div:hover .fc-day-number  {
1084        cursor: pointer;
1085        font-weight: bold;
1086}
1087
1088/* preferences */
1089
1090.expresso-calendar-container h3 {
1091    border-bottom: 2px solid #E17009;
1092    font-size: 170%;
1093    margin-bottom: 10px;
1094    padding-bottom: 2px;
1095}
1096
1097.expresso-calendar-container fieldset legend {/*font-size:1.3em;*/ font-weight:bold;}
1098
1099.preferences-win a {
1100  text-decoration: underline;
1101  font-weight:bold;
1102  font-size:1.05em;
1103  cursor:pointer;
1104}
1105
1106.preferences-win ul li {list-style: none;}
1107
1108
1109.preferences-win fieldset {
1110  border:1px solid #CFCFCF;
1111}
1112
1113.preferences-win fieldset.no-legend {
1114    margin: 0;
1115    padding: 5px 0;
1116    border: none;
1117}
1118
1119.preferences-win hr {
1120  margin: 10px 0;
1121  padding: 0 10px;
1122  /*background:#FFFF85;
1123  border: 1px solid #FFE74D;*/
1124}
1125
1126.preferences-win #preferences_especific_calendar_details fieldset {
1127  border: 0 none;
1128}
1129
1130
1131/* Geral */
1132fieldset.background-fields {
1133  background:#FFFF85;
1134  border: 2px solid #FFE74D;
1135  -moz-border-radius: 15px;
1136  -webkit-border-radius: 15px;
1137}
1138
1139.button.small.ui-button-text-only .ui-button-text {
1140    font-size: 0.9em;
1141    padding: 0.1em 0.6em;
1142}
1143
1144.attendees-list dd.attedee-organizer {
1145        border-bottom: 1px solid #BFBFBF;
1146        margin-bottom: 5px;
1147}
1148
1149/* Events List */
1150.events-list-win th, .events-list-win td {
1151  padding: 15px 0px 15px 0;
1152  vertical-align: middle;
1153  border-bottom: 1px solid #ccc;
1154}
1155
1156.events-list-win .last-row th, .events-list-win .last-row td {
1157  border-bottom: 1px solid #ccc;
1158}
1159
1160.events-list-win table {
1161  width: 100%;
1162  float: left;
1163}
1164
1165.events-list-win table a {
1166  color: rgb(48, 72, 126) !important;
1167  cursor: pointer;
1168}
1169
1170.events-list-win table img {
1171  width: 12px;
1172  height: 12px;
1173  padding: 0 2px;
1174}
1175
1176.events-list-win table span { font-size:12px; }
1177.events-list-win table .same-start-date * { border: 0; }
1178.events-list-win table tr.last-event-same-start-date,
1179.events-list-win table tr.last-event-same-start-date th,
1180.events-list-win table tr.last-event-same-start-date td { border-bottom: 1px solid #ccc;}
1181.events-list-win table th.start-date-multiple-events { border-bottom: 1px solid #ccc; }
1182
1183.events-list-win table .title {
1184    font-size: 150%;
1185    font-weight: bold;
1186}
1187
1188.events-list-win .pagination-events {
1189  margin: 10px 0;
1190  text-align: center;
1191}
1192
1193.expresso-calendar-container .search-field { background-color: #FFF;}
1194.expresso-calendar-container .search-field input { border:none;}
1195
1196.ui-tabs .ui-tabs-panel { padding: 0; margin-top: 10px;}
1197
1198.ui-tabs #calendar_addevent_details5.ui-tabs-panel{margin-top: -3px; min-height: 323px;}
1199
1200.ui-tabs .ui-tabs-nav li .ui-icon-close {
1201    float: right;
1202    margin: 5px 5px 0 -5px;
1203}
1204
1205.cal_day {
1206    display: inline;
1207    background: url("assets/day.png") no-repeat scroll center top transparent;
1208    float: left;
1209    height: 95px;
1210    margin: 0 4px 4px 0 !important;
1211    position: relative;
1212    width: 128px;
1213}
1214.cal_day .day_heading {
1215    color: #FFFFFF;
1216    float: left;
1217    font: 14px Arial;
1218    height: 16px;
1219    padding: 6px;
1220    position: relative;
1221    text-transform: uppercase;
1222    width: 40px;
1223}
1224.cal_day .day_number {
1225    clear: left;
1226    color: #2B2B2B;
1227    font: bold 52px Arial;
1228    height: 95px;
1229    text-align: center;
1230    width: 100%;
1231    z-index: 999;
1232}
1233
1234
1235/* Events List */
1236.details-event-list {
1237  background-color: #FFF;
1238}
1239
1240/* Import and Export*/
1241
1242.import-export-win .ui-widget-header {
1243    background: none;
1244}
1245
1246.import-export-win .ui-tabs-nav {
1247    border: none;
1248    border-bottom: 1px solid #4297D7 !important;
1249}
1250
1251.configure-calendars-win fieldset.user-calendar fieldset {
1252    border:1px solid #CCC;
1253    margin: 0 0 10px 0;
1254    padding: 5px;
1255    -moz-border-radius:5px;
1256    -webkit-border-radius:5px;
1257    border-radius:5px;
1258}
1259
1260.ui-datepicker-buttonpane button.ui-datepicker-current {
1261        display : none;
1262}
1263
1264.ui_tpicker_time{
1265        display : none;
1266}
1267.ui_tpicker_time_label{
1268        display : none;
1269}
1270.block-vertical-toolbox .ui-datepicker-month,
1271.block-vertical-toolbox .ui-datepicker-year {
1272        cursor: pointer;
1273}
1274/*Normaliza de todos os inputs disabled para fonte-color #333*/
1275textarea:disabled, input:disabled{color: #333 !important;}
1276
1277
1278.map-event{
1279        border-style: dashed;
1280        border-width: 2px;
1281        border-color: #36C;
1282        background-color: transparent;
1283        color: black;
1284}
1285
1286
1287#new_event_map .map-event .fc-event-head.fc-event-skin,.fc-event-inner.fc-event-skin{
1288        border-color: transparent;
1289}
1290
1291#new_event_map .map-event .fc-event-head,#new_event_map .map-event .fc-event-content{
1292        color: transparent;
1293}
Note: See TracBrowser for help on using the repository browser.