source: trunk/prototype/modules/calendar/css/layout.css @ 5901

Revision 5901, 18.2 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2602 - Inconsistencia com importacao de eventos no expressoCalendar

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 {
220         width:700px;height:510px;text-align:left;
221}
222
223.new-event-win > .content.ui-tabs.ui-widget-content {
224        border: none;
225}
226
227.new-event-win ul.attendee-permissions-list, li.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 {
237        text-align: right;
238}
239
240fieldset.block-add-attendee .add-attendee-search { max-width: 250px; margin: 5px;}
241fieldset.block-add-attendee .add-attendee-search input { max-width: 220px; width: 220px; padding: 0 0 0 7px;}
242fieldset.block-add-attendee .search-result-list { width: 255px; max-height: 215px; overflow: auto;}
243fieldset.block-add-attendee .search-result-list .ui-widget-content { border: none;}
244fieldset.block-add-attendee .search-result-list .empty { margin-left: 5px; }
245
246.block-attendee-list, .block-add-attendee { float:left;}
247.block-attendee-list { width:400px; margin-right: 5px; }
248.block-add-attendee { width:260px; margin-right: 5px; }
249.block-attendee-list dd, .block-add-attendee dd { border: 1px solid #BFBFBF; }
250.block-attendee-list dt, .block-add-attendee dt { background-color:#FFF; margin: 5px 0 -6px 5px; font-weight: bold; display: table;  position: relative;}
251.block-attendee-list dd.attendee-list { height: 196px; }
252.block-attendee-list dd.attendee-list ul { max-height: 186px; overflow: auto; margin-top: 10px;}
253.block-attendee-list dd.attendee-list-add {border-top:none !important; border:1px solid #BFBFBF;}
254.block-attendee-list dd.attendee-list-add fieldset.add-attendee-input { border:none !important; margin: 0; padding: 0 }
255.block-attendee-list dd.attendee-list-brief { border:none !important; margin: 5px 0; color:#777; }
256
257dl.block-add-attendee {
258        float: right;
259        display: block;
260}
261
262dl.block-add-attendee dd.add-attendee {
263        width: 260px;
264        min-height: 260px;
265        display: block;
266}
267
268ul.attendees-count {clear:left; float:left;}
269.attendees-count li {display: inline;}
270.attendees-count li:after {content:", "}
271.attendees-count li label {font-weight: bold;}
272
273.attendees-list .me select.status { margin:10px 5px 5px 5px; }
274.attendees-list .me .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
275
276.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;}
277.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;}
278
279.attendees-list .me .add-attendee-options-button {position: absolute; top: 171px;}
280.attendees-list .hover-attendee { background-color: #DFEFFC;}
281/*
282.attendees-list .attendee-options-button-edit { position: absolute; top:0; right:25px;}
283.attendees-list .attendee-options-button-key { position: absolute; top:0; right:45px;}
284.attendees-list .attendee-options-button-delegate { position: absolute; top:0; right:65px;}
285*/
286
287.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;}
288.attendees-list .not-attendee { height:16px; }
289
290.list-delegates{margin: 0 0 0 25px;}
291
292.status-delegate{position: absolute; left:3px;}
293
294.attendees-list .me .add-attendee-search input { max-width: 125px; }
295.attendees-list li.organizer, .attendees-list li.me-delegated  {margin-bottom: 3px;}
296.attendees-list .organizer .button.swap {
297        float: right;
298        margin-top: -1.5em;
299}
300
301.name-status-delegated{text-decoration: line-through; padding: 0 0 0 18px;}
302.name-status-delegated-delegated{text-decoration: line-through; padding: 0 0 0 12px;}
303.name-status-delegated-none{ padding: 0 0 0 12;}
304
305.name-status{padding: 0 0 0 18px;}
306
307.name-special{padding: 0 0 0 33px;}
308.name-special-delegated{text-decoration: line-through; padding: 0 0 0 33px;}
309
310.open-delegate{position: absolute; left: 20px; display: block; cursor: hand;}
311.space-status{position: absolute; left: 20px; display: block;}
312.space-special{position: absolute; left: 35px; display: block;}
313.space-special-delegated{position: absolute; left: 20px; display: block;}
314
315.attendee-permissions-change{background-image: url(../../../plugins/jquery/images/ui-icons_f9bd01_256x240.png) !important;}
316.attendee-permissions-change-button{border: 1px solid #79B7E7 !important; background: #F5F8F9 !important; font-weight: bold !important; color: #E17009 !important;}
317
318.attendee-permissions-conflict{opacity: 0.5}
319
320dd.attendee-list ul.attendee-list li {
321/*      display: table;*/
322    overflow: hidden;
323        position: relative;
324}
325dd.attendee-list ul.attendee-list li input,
326dd.attendee-list ul.attendee-list li span,
327dd.attendee-list ul.attendee-list li label {
328        display: table-cell;
329}
330dd.attendee-list ul.attendee-list li label.name,
331dd.attendee-list ul.attendee-list li label.mail {
332        width: 99999px;
333        min-width: 99999px;
334        vertical-align: middle;
335}
336dd.attendee-list ul.attendee-list li label[title=''] { display:none }
337/*
338dd.attendee-list ul.attendee-list li .button.close {
339        position: absolute;
340    right: 5px;
341    top: 0;
342}
343*/
344/*
345.attendees-list li .ui-icon-float-right {
346        opacity:0.1;
347        filter:alpha(opacity=10);
348}
349.attendees-list li.hover .ui-icon-float-right {
350        opacity:1;
351        filter:alpha(opacity=100);
352}*/
353
354/* -- configurations styles -- */
355
356.configurations-basic label {
357        width: 200px;
358}
359
360.configurations-notifications label {
361        width: 350px;
362}
363
364.accordion-user-calendars .ui-accordion-header {
365        margin-bottom: 2px;
366}
367
368.accordion-user-calendars .ui-accordion-header legend{
369        font-size: 60%;
370    margin-left: 30px;
371    padding: 0.4em;;
372}
373.user-calendar.ui-accordion-content {
374        margin-top: -11px;
375}
376
377/* -- preferences styles -- */
378p.default-alarm-event {margin-bottom: 10px; margin-top: -8px;}
379.preferences-win.active p.input-group label { display: inline-block; width: 300px;}
380.preferences-win.active p.input-group ul li label { width: auto; }
381/*.preferences-win.active input[type="text"] { vertical-align:top; }*/
382
383/* -- import/export dialog styles -- */
384
385.import-export-win p.input-group label { display: inline-block; width: 100px;}
386.import-export-win span.tip {
387    display: block;
388    margin: 3px 0 10px 100px;
389    clear: both;
390    font-size: 0.9em;
391}
392
393.import-export-win .button.remove-attachment {margin: -2px 0 0px 10px;}
394
395.import-export-win form { padding: 10px; }
396.import-export-win p.input-group * { float:left; }
397
398/* -- calendar list styles -- */
399
400.my-calendars .button.new {
401  float:right;
402  width: 15px;
403  height: 15px;
404}
405
406.my-calendars .status-list {
407        display: inline-block;
408        margin: 0px 0pc -4px -5px;
409        cursor: pointer;
410}
411
412.my-calendars .list-calendars-item, .signed-calendars .list-calendars-item{
413        position: relative;
414        overflow: hidden;
415}
416.my-calendars .list-calendars-item div, .signed-calendars .list-calendars-item div{
417        overflow:hidden;
418        width:6000px;
419        display:table;
420}
421
422.my-calendars .cal-list-options-btn, .signed-calendars .cal-list-options-btn {
423        position: absolute;
424        top: 2px;
425        right: 2px;
426}
427
428.evt-list-options.my-evt-list-options{
429        position: absolute;
430        width: 130px;
431        display: block;
432       
433}
434
435
436.colors-options { padding-left: 5px; }
437.colors-options .color-selected { text-indent: -10px; /*padding: 1px 0px 0px 8px;*/ }
438.colors-options .color-selected .ui-button-text { padding: 0px 0px 0px 8px; font-size: 30px; line-height: 0.4em; }
439.colors-options .cal-colors-options-btn {
440        float:left;
441        width: 17px;
442        height: 17px;
443        margin-bottom: 2px;
444        margin-top:2px;
445        background-position: -500px -10px;
446}
447.my-calendars {
448  font-size: 12px;
449  padding-top: 3px;
450  padding-bottom: 3px;
451  cursor: pointer;
452}
453
454.shared-calendar .user-list li.user-list{
455        height: 17px;
456        overflow: hidden;
457}
458
459.shared-calendar dd.user-list{ overflow: auto;}
460
461.user-list .hover-user { background-color: #DFEFFC;}
462
463.shared-calendar ul.search-result-list{
464    overflow-x: hidden !important;
465    overflow-y: auto !important;
466    height: 210px;
467}
468
469.user-acls-shared-calendar{
470    width: 130px;
471    float: right;
472    position: absolute;
473    left: 190px;
474    background: white;
475}
476
477.user-acls-shared-calendar.calendar{
478        text-align: right;
479}
480
481
482.calendars-list .search-field.calendar-shared-search {
483        max-width: 193px !important;
484        width: 193px !important;
485        float: right;
486}
487
488.calendars-list .search-field input.search{
489        width:165px !important;
490}
491
492.calendars-list .status-list-shared{
493        display: inline-block;
494        margin: 0 0 -4px -5px;
495        cursor: pointer;
496}
497
498.calendars-list .title-signed-calendars{
499        cursor: pointer;
500}
501
502.my-calendars a.new-calendar .ui-button-text {
503    padding: 0;
504}
505
506.new-calendar-shared{
507        float: right;
508}
509
510.signed-calendars {
511        font-size: 12px;
512        padding-top: 3px;
513        padding-bottom: 3px;
514}
515
516dl.block-add-user {
517        max-width: 290px;
518        min-height: 260px;
519        display: block;
520        float:right;
521        margin: 0 10px 10px 0;
522}
523
524dl.block-add-calendar {
525        max-width: 290px;
526        min-height: 185px;
527        display: block;
528        float:right;
529        margin: 0 10px 10px 0;
530}
531
532dl.block-public-calendar {
533        max-width: 290px;
534        min-height: 30px;
535        display: block;
536        float:right;
537        margin: 0 10px 1px 0;
538}
539
540fieldset.block-add-user, .block-add-user li{
541        border: none;
542}
543
544fieldset.add-user-search{
545        margin: 0 0 5px 0;
546}
547
548dl.block-user-list{
549        float:left;
550        margin: 0 0 10px 10px;
551}
552
553dt.user-list{
554        width: 117px;
555        margin-right: 5px;
556}
557
558dt.calendar-list{
559        width: 144px;
560        margin-right: 5px;
561}
562
563dt.calendar-shared, dt.user-list, dt.add-user, dt.calendar-list, dt.calendar-public{
564        background-color: white;
565        margin: 5px 0 -6px 5px;
566        font-weight: bold;
567        display: table;
568        position: relative;
569}
570
571dd.add-user{height: 240px;}
572dd.add-user-calendar{height: 192px;}
573
574dd.calendar-public{height: 23px;}
575
576dd.add-user-calendar, dd.calendar, dd.user-list, dd.add-user, dd.calendar-list, dd.calendar-public{
577        border: 1px solid #BFBFBF;
578        border-image: initial;
579        width: 330px;
580        padding: 7px 0px 4px 4px;
581}
582
583dd.add-user-calendar ul{
584        width: 250px;
585        max-height: 166px;
586}
587
588dd.add-user-calendar, dd.add-user,  dd.calendar-public{
589        width: 250px;
590}
591
592div.shared-calendar fieldset.shared-calendar-configure{
593        margin-top: 10px;
594}
595
596.add-user fieldset.block-add-user{
597        width: 245px;
598}
599
600dd.user-list{
601        height: 193px;
602}
603
604dd.calendar-list{
605        height: 240px;
606}
607
608.list-calendars { vertical-align: middle; }
609.list-calendars .cal-list-img { float: right; }
610.list-calendars .cal-list-options-btn {
611        width: 10px;
612        height: 10px;
613        display: inline;
614        float: right;
615        padding: 3px;
616        -webkit-border-radius: 4px;
617        -moz-border-radius: 4px;
618        border-radius: 4px;
619}
620
621ul.list-calendars li.list-calendars-item {
622        background-color: #F7FCFF;
623        border: 1px solid #ccc;
624        height: 15px;
625        line-height: 15px;
626        margin: 2px 0;
627        padding: 3px;
628        -webkit-border-radius: 4px;
629        -moz-border-radius: 4px;
630        border-radius: 4px;
631}
632
633ul.list-calendars li li { background-color: #fff; }
634ul.list-calendars li label { vertical-align: middle; }
635ul.list-calendars li input { vertical-align: middle; }
636ul.list-calendars li a { vertical-align: middle; }
637ul.list-calendars li.list-calendars-item .cal-list-options ul.fg-menu li { background-color: #CC0000 !important; color: red !important; }
638
639
640/* -- event list styles -- */
641
642.events-list-win.empty {
643    width: 100%;
644}
645
646.events-list-win.empty table.header-paginator{
647    margin-bottom: 80px;
648}
649
650.events-list-win.empty label.empty-result{
651    margin: 0 0 0 290px;
652}
653
654.events-list-win a {
655        font-size:12px;
656}
657.details-event-list p.input-group { margin: 7px 0 0 0; text-align: justify; }
658.details-event-list p.input-group label { font-weight: bold; width: 14% }
659.details-event-list p.input-group .large { width: 85%; }
660.fields-details-event-list {
661        padding: 5px;   
662}
663
664.list-events-paginator .fc-header-title{margin-left: 150px; font-size: 1em;}
665.header-paginator{margin-top: -15px;}
666.header-paginator .fc-button-content{font-size: 11px;}
667.header-paginator-right{font-size: 11px;}
668.header-paginator .fc-header-left .fc-button-inner{height: 20px; width: 29px;}
669.header-paginator .fc-header-left .fc-button-inner.fc-state-hover{border-color: #999;}
670.header-paginator .fc-header-left .fc-button-inner.fc-state-down{border-color: #555; background: #777;}
671.header-paginator .fc-header-left .fc-button-inner .fc-button-content{line-height: 1.6em; padding: .2em .6em; font-size: 11px;}
672
673/* -- all tips general and specific styles -- */
674
675.qtip-content fieldset { text-align: right;}
676.qtip-content fieldset input { text-align: left; width: 190px;}
677.qtip-content .menu-container.footer-container { background-color: inherit; text-align: right; padding: 0; margin:5px 0 0 0;}
678.qtip-content .menu-container.footer-container .ui-button-text-only .ui-button-text {
679    font-size: 0.8em;
680    padding: 0.1em 0.6em;
681}
682.qtip-title .ui-button-icon-only {
683    height: 1.5em !important;
684    width: 1.5em !important;
685}
686.qtip-title .qtip-button { margin: -5px -10px 0 -15px }
687.attendee-list-add .add-attendee-input input { width: 370px; }
688
689
690.attendee-list-add .add-attendee-input span{cursor: hand;}
691
692.qtip-content .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
693.qtip-content .add-attendee-search input { max-width: 125px; }
694
695/* -- other general styles -- */
696
697.event-alarms-list .button.remove,
698.configurations-alarms .button.remove {
699    left: 6px;
700    top: 6px;
701}
702
703.button.add.button-add-attachment{margin: -9px 0 0 8px;}
704.button.upload{margin-bottom: 4px;}
705div.fileupload-buttonbar{padding: 0.2em 0.5em }
706.archive-error{color: #F00;}
707
708.progress.in-progress{width: 100px; height: 12px;}
709
710
711.lbl-archive-nome, .lbl-archive-size{font-weight: bold !important;}
712.lbl-archive-nome{width:40px !important;}
713.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
714
715.archive-nome{width: 73px;}
716.archive-nome label{display: block; position: absolute; left: 136px; top: 194px;}
717.archive-size{min-width:70px; max-width:75px;}
718
719
720.input-group.date-info input {
721        width: 100px;
722}
723
724.input-group.event-info input {
725        width: 600px;
726}
727
728/* -- alarm dysplay -- */
729
730.new-event-alarm{
731        margin: 5px;   
732        font: bold;
733}
734
735.title-event-alarm{
736        margin: 5px;
737}
738
739.description-event-alarm{
740        margin: 5px;
741}
742
743.inicialize-event-alarm{
744        margin: 5px;
745}
746
747.ZebraDialog{
748        z-index: 9999 !important;
749}
750
751.ZebraDialogOverlay{
752        z-index: 9990 !important;
753}
754
755/* CANDIDATOS A EXCLUSÃO */
756/*
757#external-events {
758        float: left;
759        width: 150px;
760        padding: 0 10px;
761        border: 1px solid #ccc;
762        background: #eee;
763        text-align: left;
764}
765
766#external-events h4 {
767        font-size: 16px;
768        margin-top: 0;
769        padding-top: 1em;
770}
771
772.external-event {
773        margin: 10px 0;
774        padding: 2px 4px;
775        background: #3366CC;
776        color: #fff;
777        font-size: .85em;
778        cursor: pointer;
779}
780
781#external-events p {
782        margin: 1.5em 0;
783        font-size: 11px;
784        color: #666;
785}
786
787#external-events p input {
788        margin: 0;
789        vertical-align: middle;
790}
791
792#dialog label, #dialog input { display:block; }
793#dialog label { margin-top: 0.5em; }
794#dialog input, #dialog textarea { width: 95%; }
795        */
Note: See TracBrowser for help on using the repository browser.