Project

General

Profile

« Previous | Next » 

Revision c1c005ed

Added by Patrick Plitzner over 7 years ago

Remove generated css files and add them to .gitignore

View differences:

.gitignore
3 3
/.settings
4 4
/bin
5 5
src/main/webapp/VAADIN/widgetsets
6
src/main/webapp/VAADIN/themes/*/styles.css
6 7
/target
7 8
/spy.log
8 9
src/main/resources/test.txt
src/main/webapp/VAADIN/themes/edit/styles.css
1
.v-assistive-device-only {
2
	position: absolute;
3
	top: -2000px;
4
	left: -2000px;
5
	width: 10px;
6
	overflow: hidden;
7
}
8

  
9
.v-radiobutton {
10
	-webkit-user-select: none;
11
}
12

  
13
@-webkit-keyframes v-notification-animate-out {
14
		100% {
15
		opacity: 0;
16
	}
17
	}
18

  
19
@-moz-keyframes v-notification-animate-out {
20
		100% {
21
		opacity: 0;
22
	}
23
	}
24

  
25
@keyframes v-notification-animate-out {
26
		100% {
27
		opacity: 0;
28
	}
29
	}
30

  
31
.v-vaadin-version:after {
32
	content: "7.3.5";
33
}
34

  
35
.v-generated-body {
36
	width: 100%;
37
	height: 100%;
38
	border: 0;
39
	margin: 0;
40
	overflow: hidden;
41
}
42

  
43
.v-modal-window-open {
44
	overflow: hidden;
45
}
46

  
47
@font-face {
48
	font-family: FontAwesome;
49
	src: url(../base/fonts/fontawesome-webfont.eot);
50
	src: url(../base/fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../base/fonts/fontawesome-webfont.woff) format("woff"), url(../base/fonts/fontawesome-webfont.ttf) format("truetype"), url(../base/fonts/fontawesome-webfont.svg) format("svg");
51
	font-weight: normal;
52
	font-style: normal;
53
}
54

  
55
.FontAwesome {
56
	font-family: FontAwesome;
57
	font-style: normal;
58
	font-weight: normal;
59
	-webkit-font-smoothing: antialiased;
60
	-moz-osx-font-smoothing: grayscale;
61
	display: inline-block;
62
}
63

  
64
.v-generated-body {
65
	background: #e9eced;
66
}
67

  
68
.edit .v-context-menu {
69
	float: left;
70
	font-family: Arial;
71
	font-size: 12px;
72
	background-color: #f0f0f0;
73
	box-shadow: 5px 5px 10px #999;
74
}
75

  
76
.edit .v-context-menu .v-context-menu-item-basic, .edit .v-context-menu .v-context-menu-item-basic-submenu {
77
	float: left;
78
	clear: left;
79
	height: 26px;
80
	color: #222;
81
	cursor: pointer;
82
	background-color: #f0f0f0;
83
}
84

  
85
.edit .v-context-menu .v-context-menu-item-basic.v-context-menu-item-separator, .edit .v-context-menu .v-context-menu-item-basic-submenu.v-context-menu-item-separator {
86
	border-bottom: 1px solid #d0d0d0;
87
}
88

  
89
.edit .v-context-menu .v-context-menu-item-basic-submenu {
90
	background: transparent url(../../../VAADIN/themes/contextmenu/img/basic/arrow.png) no-repeat center right;
91
}
92

  
93
.edit .v-context-menu .v-context-menu-item-basic:focus, .edit .v-context-menu .v-context-menu-item-basic-submenu:focus, .edit .v-context-menu .v-context-menu-item-basic-open {
94
	background-color: #e0e0e0;
95
	outline: none;
96
}
97

  
98
.edit .v-context-menu .v-context-menu-item-basic.v-context-menu-item-disabled {
99
	opacity: 0.3;
100
	filter: alpha(opacity = 30);
101
	zoom: 1;
102
}
103

  
104
.edit .v-context-menu .v-context-menu-item-basic.v-context-menu-item-disabled:hover, .edit .v-context-menu .v-context-menu-item-basic-submenu.v-context-menu-item-disabled:hover {
105
	background-color: #f0f0f0;
106
}
107

  
108
.edit .v-context-menu .v-context-menu-item-basic-icon-container {
109
	float: left;
110
	width: 26px;
111
	height: 26px;
112
	margin-right: 5px;
113
	border-right: 1px solid #d0d0d0;
114
	text-align: center;
115
}
116

  
117
.edit .v-context-menu .v-context-menu-item-basic-icon-container .v-icon {
118
	float: left;
119
	width: 16px;
120
	height: 16px;
121
	padding: 5px;
122
}
123

  
124
.edit .v-context-menu .v-context-menu-item-basic-text {
125
	float: left;
126
	height: 26px;
127
	line-height: 26px;
128
	padding: 0 20px 0 10px;
129
}
130

  
131
.edit .v-widget {
132
	-webkit-box-sizing: border-box;
133
	-moz-box-sizing: border-box;
134
	box-sizing: border-box;
135
	text-align: left;
136
	display: inline-block;
137
	white-space: normal;
138
	vertical-align: bottom;
139
	font-size: 13px;
140
	line-height: 18px;
141
}
142

  
143
.edit .v-absolutelayout-wrapper {
144
	position: absolute;
145
	overflow: hidden;
146
}
147

  
148
.edit .v-absolutelayout-margin, .edit .v-absolutelayout-canvas {
149
	-webkit-box-sizing: border-box;
150
	-moz-box-sizing: border-box;
151
	box-sizing: border-box;
152
}
153

  
154
.edit .v-absolutelayout.v-has-height > div, .edit .v-absolutelayout.v-has-height > div > div {
155
	height: 100%;
156
}
157

  
158
.edit .v-absolutelayout.v-has-width > div, .edit .v-absolutelayout.v-has-width > div > div {
159
	width: 100%;
160
}
161

  
162
.edit .v-accordion {
163
	position: relative;
164
	outline: none;
165
	overflow: visible;
166
	text-align: left;
167
	font-size: 0;
168
}
169

  
170
.edit .v-accordion-item {
171
	position: relative;
172
	display: inline-block;
173
	width: 100%;
174
}
175

  
176
.edit .v-accordion-item-caption {
177
	overflow: visible;
178
	white-space: nowrap;
179
	background: #eee;
180
	border-bottom: 1px solid #ddd;
181
}
182

  
183
.edit .v-accordion-item-caption .v-caption {
184
	cursor: pointer;
185
	font-size: 13px;
186
}
187

  
188
.edit .v-accordion-item-open .v-accordion-item-caption .v-caption {
189
	cursor: default;
190
}
191

  
192
.edit .v-accordion-item-content {
193
	position: absolute;
194
	width: 100%;
195
}
196

  
197
.edit .v-browserframe {
198
	font-size: 0;
199
}
200

  
201
.v-webkit.v-ios .edit .v-browserframe {
202
	-webkit-overflow-scrolling: touch;
203
	overflow: auto;
204
}
205

  
206
.edit .v-browserframe > span {
207
	font-size: 13px;
208
}
209

  
210
.edit .v-button {
211
	display: inline-block;
212
	zoom: 1;
213
	text-align: center !important;
214
	text-decoration: none;
215
	border: 2px outset #ddd;
216
	background: #eee;
217
	cursor: pointer;
218
	white-space: nowrap;
219
	margin: 0;
220
	padding: 0.2em 1em;
221
	color: inherit;
222
	font: inherit;
223
	font-size: 13px;
224
	line-height: normal;
225
	-webkit-touch-callout: none;
226
	-webkit-user-select: none;
227
	-khtml-user-select: none;
228
	-moz-user-select: none;
229
	-ms-user-select: none;
230
	user-select: none;
231
	-webkit-box-sizing: border-box;
232
	-moz-box-sizing: border-box;
233
	box-sizing: border-box;
234
}
235

  
236
.edit .v-button.v-disabled {
237
	cursor: default;
238
}
239

  
240
.edit .v-button-wrap, .edit .v-button-caption {
241
	vertical-align: baseline;
242
	white-space: nowrap;
243
	font: inherit;
244
	color: inherit;
245
	line-height: normal;
246
}
247

  
248
.edit .v-button .v-icon {
249
	vertical-align: middle;
250
	margin-right: 3px;
251
	border: none;
252
}
253

  
254
.edit .v-button .v-errorindicator {
255
	display: inline-block;
256
	zoom: 1;
257
	vertical-align: middle;
258
	float: none;
259
}
260

  
261
.edit .v-button-link {
262
	border: none;
263
	text-align: left !important;
264
	background: transparent;
265
	padding: 0;
266
	color: inherit;
267
	-khtml-user-select: text;
268
	-moz-user-select: text;
269
	-ie-user-select: text;
270
	user-select: text;
271
}
272

  
273
.v-sa .edit .v-button-link:focus {
274
	outline-offset: -3px;
275
}
276

  
277
.edit .v-button-link .v-button-caption {
278
	text-decoration: underline;
279
	color: inherit;
280
	text-align: left;
281
}
282

  
283
.edit .v-nativebutton .v-icon {
284
	vertical-align: middle;
285
	margin-right: 3px;
286
	border: none;
287
}
288

  
289
.edit .v-nativebutton .v-errorindicator {
290
	display: inline-block;
291
	zoom: 1;
292
	vertical-align: middle;
293
	float: none;
294
}
295

  
296
.edit .v-nativebutton-link {
297
	border: none;
298
	text-align: left !important;
299
	background: transparent;
300
	padding: 0;
301
	color: inherit;
302
	-khtml-user-select: text;
303
	-moz-user-select: text;
304
	-ie-user-select: text;
305
	user-select: text;
306
}
307

  
308
.edit .v-nativebutton-link .v-nativebutton-caption {
309
	text-decoration: underline;
310
	color: inherit;
311
	text-align: left;
312
}
313

  
314
.edit .v-nativebutton {
315
	text-align: center !important;
316
	cursor: pointer;
317
	white-space: nowrap;
318
	margin: 0;
319
	color: inherit;
320
	font: inherit;
321
	line-height: normal;
322
}
323

  
324
.edit .v-nativebutton .v-nativebutton-caption {
325
	vertical-align: middle;
326
	white-space: nowrap;
327
	font: inherit;
328
	color: inherit;
329
}
330

  
331
.edit .v-nativebutton .v-icon {
332
	vertical-align: middle;
333
	margin-right: 3px;
334
}
335

  
336
.edit .v-nativebutton .v-errorindicator {
337
	display: inline-block;
338
	zoom: 1;
339
	float: none;
340
}
341

  
342
.v-ie .edit .v-nativebutton {
343
	overflow: visible;
344
	padding-left: 1em;
345
	padding-right: 1em;
346
}
347

  
348
.v-ie .edit .v-nativebutton-link {
349
	padding: 0;
350
}
351

  
352
.edit .v-checkbox {
353
	display: block;
354
}
355

  
356
.edit .v-checkbox, .edit .v-checkbox label, .edit .v-checkbox input, .edit .v-checkbox .v-icon {
357
	vertical-align: middle;
358
	white-space: nowrap;
359
}
360

  
361
.edit .v-checkbox .v-icon {
362
	margin: 0 2px;
363
}
364

  
365
.edit .v-checkbox .v-errorindicator {
366
	float: none;
367
	display: inline;
368
	display: inline-block;
369
	zoom: 1;
370
}
371

  
372
.edit .v-captionwrapper {
373
	text-align: left;
374
}
375

  
376
.edit .v-caption {
377
	overflow: hidden;
378
	white-space: nowrap;
379
	font-size: 13px;
380
}
381

  
382
.edit .v-errorindicator {
383
	display: inline-block;
384
}
385

  
386
.edit .v-caption .v-icon {
387
	display: inline-block;
388
	padding-right: 2px;
389
	vertical-align: middle;
390
}
391

  
392
.edit .v-caption .v-captiontext {
393
	display: inline-block;
394
	overflow: hidden;
395
	vertical-align: middle;
396
}
397

  
398
.edit .v-caption .v-required-field-indicator {
399
	display: inline-block;
400
}
401

  
402
.edit .v-colorpicker {
403
	text-align: center;
404
}
405

  
406
.edit .v-colorpicker-button-color {
407
	border: 1px solid silver;
408
	float: left;
409
	width: 10px;
410
	height: 10px;
411
	margin-top: 2px;
412
	margin-right: 5px;
413
}
414

  
415
.edit .v-colorpicker-area {
416
	border: 1px solid silver;
417
	margin: 1px auto;
418
}
419

  
420
.edit .v-colorpicker-history {
421
	margin: 5px;
422
}
423

  
424
.edit .v-colorpicker-history td {
425
	border: 1px solid silver !important;
426
}
427

  
428
.edit .v-colorpicker-history td {
429
	line-height: 15px;
430
}
431

  
432
.edit .v-colorpicker-popup {
433
	width: 244px;
434
}
435

  
436
.edit .v-colorpicker-popup .v-scrollable {
437
	background-color: #dddddd;
438
}
439

  
440
.edit .v-colorpicker-popup .v-tabsheet-content .v-scrollable {
441
	background-color: #eaeaea;
442
}
443

  
444
.edit .v-colorpicker-popup .v-tabsheet-content .v-tabsheet-tabsheetpanel {
445
	background: transparent;
446
}
447

  
448
.edit .v-colorpicker-popup .resize-button {
449
	border: 0px solid silver;
450
	background: url(../base/colorpicker/images/resizebg.png);
451
	margin-top: 5px;
452
}
453

  
454
.edit .v-colorpicker-popup .resize-button-caption {
455
	display: none;
456
}
457

  
458
.edit .v-colorpicker-popup .resize-button:hover {
459
	background: url(../base/colorpicker/images/resizebg-selected.png);
460
}
461

  
462
.edit .v-colorpicker-popup .resize-button:focus {
463
	outline: none;
464
}
465

  
466
.edit .v-colorpicker-gradient {
467
	width: 220px;
468
	height: 220px;
469
	padding-left: 10px;
470
	margin-top: 0px;
471
}
472

  
473
.edit .v-colorpicker-gradient .v-colorpicker-gradient-clicklayer {
474
	background-color: white;
475
	filter: alpha(opacity = 0);
476
	opacity: 0;
477
}
478

  
479
.edit .v-colorpicker-popup .rgb-gradient .v-colorpicker-gradient-background {
480
	width: 220px;
481
	height: 220px;
482
	background: url(../base/colorpicker/images/gradient2.png);
483
}
484

  
485
.edit .v-colorpicker-popup .hsv-gradient .v-colorpicker-gradient-foreground {
486
	background: url(../base/colorpicker/images/gradient.png);
487
}
488

  
489
.edit .v-colorpicker-popup .v-colorpicker-gradient-lowerbox {
490
	border-right: 1px solid white;
491
	border-top: 1px solid white;
492
}
493

  
494
.edit .v-colorpicker-popup .v-colorpicker-gradient-higherbox {
495
	border-left: 1px solid white;
496
	border-bottom: 1px solid white;
497
}
498

  
499
.edit .v-colorpicker-popup .rgb-sliders {
500
	width: 227px;
501
	padding-left: 10px;
502
	color: #444444;
503
	text-shadow: 0 1px 0 #FFFFFF;
504
}
505

  
506
.edit .v-colorpicker-popup .rgb-sliders .red .v-slider-base {
507
	background-color: red;
508
}
509

  
510
.edit .v-colorpicker-popup .rgb-sliders .green .v-slider-base {
511
	background-color: green;
512
}
513

  
514
.edit .v-colorpicker-popup .rgb-sliders .blue .v-slider-base {
515
	background-color: blue;
516
}
517

  
518
.edit .v-colorpicker-popup .hsv-sliders {
519
	padding-left: 10px;
520
	color: #444444;
521
	text-shadow: 0 1px 0 #FFFFFF;
522
}
523

  
524
.edit .v-colorpicker-popup .hue-slider {
525
	height: 10px;
526
	border: 0px solid silver;
527
	background-image: url(../base/colorpicker/images/slider_hue_bg.png);
528
	background-color: transparent;
529
	background-repeat: no-repeat;
530
	background-position: 0 3px;
531
	margin-top: 0px;
532
}
533

  
534
.edit .v-colorpicker-popup .hue-slider .v-slider-handle {
535
	margin-top: -2px;
536
}
537

  
538
.edit .v-colorpicker-popup .hue-slider .v-slider-base {
539
	border: 0px none;
540
	height: 0px;
541
	background-color: transparent;
542
}
543

  
544
.edit .v-colorpicker-popup .v-colorpicker-preview {
545
	margin-top: 5px;
546
	padding-left: 11px;
547
	padding-right: 10px;
548
	margin-bottom: 0px;
549
}
550

  
551
.edit .v-colorpicker-popup .v-absolutelayout-wrapper {
552
	width: 100%;
553
	height: 100%;
554
}
555

  
556
.edit .v-colorpicker-popup .v-colorpicker-preview-textfield {
557
	background: none;
558
	overflow: hidden;
559
	overflow-y: hidden;
560
	overflow-x: hidden;
561
}
562

  
563
.edit .v-colorpicker-popup .v-textfield-dark {
564
	color: #FFFFFF;
565
}
566

  
567
.edit .v-colorpicker-popup .v-textfield-light {
568
	color: #000000;
569
}
570

  
571
.edit .v-colorpicker-popup .colorselect {
572
	margin-top: 5px;
573
	padding-left: 10px;
574
	padding-right: 10px;
575
}
576

  
577
.edit .v-colorpicker-popup .v-tabsheet .v-colorpicker-grid {
578
	height: 319px;
579
}
580

  
581
.edit .v-colorpicker-popup .colorselect td {
582
	line-height: 15px;
583
}
584

  
585
.edit .v-colorpicker-popup .v-filterselect {
586
	padding-right: 16px;
587
}
588

  
589
.edit .v-calendar-nresize DIV DIV {
590
	cursor: n-resize !important;
591
}
592

  
593
.edit .v-calendar-sresize DIV DIV {
594
	cursor: s-resize !important;
595
}
596

  
597
.edit .v-calendar {
598
	background-color: #fff;
599
}
600

  
601
.edit .v-calendar-header-month, .edit .v-calendar-header-week {
602
	border-bottom: 1px solid #c1c1c1;
603
}
604

  
605
.edit .v-calendar-header-day {
606
	text-align: center;
607
	color: #666;
608
	font-size: 12px;
609
	line-height: normal;
610
}
611

  
612
.edit .v-calendar-header-week .v-calendar-header-day:hover {
613
	cursor: pointer;
614
	color: #222;
615
}
616

  
617
.edit .v-calendar-header-day-today {
618
	font-weight: bold;
619
	color: #444;
620
}
621

  
622
.edit .v-calendar-header-month td:first-child {
623
	padding-left: 19px;
624
}
625

  
626
.edit .v-calendar-header-week .v-calendar-back, .edit .v-calendar-header-week .v-calendar-next {
627
	border: none;
628
	padding: 0;
629
	margin: 0;
630
	height: 12px;
631
	width: 12px;
632
	overflow: hidden;
633
	background: transparent url(../base/calendar/img/arrows.png) no-repeat 50% 0;
634
	opacity: 0.3;
635
	filter: alpha(opacity = 30);
636
	cursor: default;
637
}
638

  
639
.edit .v-calendar-header-week .v-calendar-back:hover, .edit .v-calendar-header-week .v-calendar-next:hover {
640
	opacity: 0.6;
641
	filter: alpha(opacity = 60);
642
}
643

  
644
.edit .v-calendar-header-week .v-calendar-back:active, .edit .v-calendar-header-week .v-calendar-next:active {
645
	opacity: 1;
646
	filter: alpha(opacity = 100);
647
}
648

  
649
.edit .v-calendar-header-week .v-calendar-next {
650
	background-position: 50% -12px;
651
}
652

  
653
.edit .v-calendar-month {
654
	outline: none;
655
}
656

  
657
.edit .v-calendar-week-numbers {
658
	width: 20px;
659
	border-right: 1px solid #ccc;
660
}
661

  
662
.edit .v-calendar-week-number {
663
	border: none;
664
	background: transparent;
665
	padding: 0;
666
	margin: 0;
667
	cursor: pointer;
668
	opacity: 0.5;
669
	width: 20px;
670
	text-align: center;
671
	border-bottom: 1px solid #ddd;
672
}
673

  
674
.edit .v-calendar-week-number:hover {
675
	opacity: 1;
676
}
677

  
678
.edit .v-calendar-month-day {
679
	border-bottom: 1px solid #ccc;
680
	border-right: 1px solid #ccc;
681
	outline: none;
682
}
683

  
684
.edit .v-calendar-month-day-today {
685
	background-color: #e7f0f5;
686
}
687

  
688
.edit .v-calendar-month-day-selected {
689
	background-color: #fffee7;
690
}
691

  
692
.edit .v-calendar-month-day-dragemphasis {
693
	background-color: #a8a8a8;
694
}
695

  
696
.edit .v-calendar-month-day-scrollable {
697
	overflow-y: scroll;
698
}
699

  
700
.edit .v-calendar-day-number {
701
	height: 18px;
702
	line-height: 18px;
703
	font-size: 12px;
704
	text-align: right;
705
	padding-right: 3px;
706
	white-space: nowrap;
707
}
708

  
709
.edit .v-calendar-day-number:hover {
710
	cursor: pointer;
711
	opacity: 0.6;
712
	filter: alpha(opacity = 60);
713
}
714

  
715
.edit .v-calendar-month .v-calendar-spacer, .edit .v-calendar-month .v-calendar-bottom-spacer, .edit .v-calendar-month .v-calendar-bottom-spacer-empty {
716
	height: 15px;
717
	font-size: 11px;
718
}
719

  
720
.edit .v-calendar-month .v-calendar-bottom-spacer:hover {
721
	cursor: pointer;
722
	opacity: 0.6;
723
	filter: alpha(opacity = 60);
724
}
725

  
726
.edit .v-calendar-event {
727
	line-height: 14px;
728
	font-size: 11px;
729
	padding: 0 0 0 4px;
730
	cursor: pointer;
731
	overflow: hidden;
732
	text-overflow: ellipsis;
733
	outline: none;
734
}
735

  
736
.edit .v-calendar-event-month {
737
	margin-bottom: 1px;
738
	white-space: nowrap;
739
}
740

  
741
.edit .v-calendar-event-month:hover {
742
	text-decoration: underline;
743
}
744

  
745
.edit .v-calendar-event-all-day {
746
	background: #999;
747
	display: block;
748
	margin-left: -2px;
749
}
750

  
751
.edit div.v-calendar-event-all-day {
752
	color: #fff;
753
	height: 14px;
754
}
755

  
756
.edit .v-calendar-event-continued-from {
757
	margin-left: 0;
758
}
759

  
760
.edit .v-calendar-event-start {
761
	-webkit-border-top-left-radius: 6px;
762
	-webkit-border-bottom-left-radius: 6px;
763
	-moz-border-radius-topleft: 6px;
764
	-moz-border-radius-bottomleft: 6px;
765
	border-top-left-radius: 6px;
766
	border-bottom-left-radius: 6px;
767
	margin-left: 0;
768
}
769

  
770
.edit .v-calendar-event-end {
771
	-webkit-border-top-right-radius: 6px;
772
	-webkit-border-bottom-right-radius: 6px;
773
	-moz-border-radius-topright: 6px;
774
	-moz-border-radius-bottomright: 6px;
775
	border-top-right-radius: 6px;
776
	border-bottom-right-radius: 6px;
777
}
778

  
779
.edit .v-calendar-week-wrapper {
780
	position: relative;
781
}
782

  
783
.edit .v-calendar-times {
784
	width: 51px;
785
}
786

  
787
.edit .v-calendar-time {
788
	padding: 0 8px 7px 0;
789
	margin-top: -7px;
790
	text-align: right;
791
	font-size: 11px;
792
	color: #666;
793
	border-right: 1px solid #ccc;
794
}
795

  
796
.edit .v-calendar-weekly-longevents {
797
	border-left: 1px solid #ccc;
798
	border-bottom: 2px solid #bbb;
799
	margin-left: 50px;
800
}
801

  
802
.edit .v-calendar-weekly-longevents .v-calendar-datecell {
803
	border-right: 1px solid #ccc;
804
	padding: 1px 0 0;
805
}
806

  
807
.edit .v-calendar-weekly-longevents .v-calendar-event {
808
	height: 14px;
809
	margin-bottom: 1px;
810
}
811

  
812
.edit .v-calendar-weekly-longevents .v-calendar-event:hover {
813
	text-decoration: underline;
814
}
815

  
816
.edit .v-calendar-day-times {
817
	border-right: 1px solid #ccc;
818
	outline: none;
819
}
820

  
821
.edit .v-calendar-day-times .v-datecellslot, .edit .v-calendar-day-times .v-datecellslot-even {
822
	border-bottom: 1px solid #ccc;
823
}
824

  
825
.edit .v-calendar-day-times .v-datecellslot-even {
826
	border-bottom-color: #eee;
827
}
828

  
829
.edit .v-calendar-day-times .v-daterange {
830
	background-color: #a8a8a8;
831
}
832

  
833
.edit .v-calendar-day-times .v-reserved {
834
	background-color: #FF3333;
835
}
836

  
837
.edit .v-calendar-day-times .dragemphasis {
838
	background-color: #a8a8a8;
839
}
840

  
841
.edit .v-calendar-week-wrapper .v-calendar-event {
842
	padding: 0;
843
	-webkit-border-radius: 4px;
844
	-moz-border-radius: 4px;
845
	border-radius: 4px;
846
	margin-top: -1px;
847
}
848

  
849
.edit .v-calendar-event-caption {
850
	position: absolute;
851
	z-index: 1;
852
	top: 2px;
853
	left: 4px;
854
	width: 100%;
855
	overflow: hidden;
856
	text-overflow: ellipsis;
857
	line-height: normal;
858
}
859

  
860
.edit .v-calendar-event-content {
861
	-webkit-border-radius: 4px;
862
	-moz-border-radius: 4px;
863
	border-radius: 4px;
864
	border: 1px solid #777;
865
	background: #eee;
866
	opacity: 0.8;
867
	filter: alpha(opacity = 80);
868
	height: 14px;
869
}
870

  
871
.edit .v-calendar-current-time {
872
	position: absolute;
873
	left: 0;
874
	width: 100%;
875
	height: 1px;
876
	overflow: hidden;
877
	background: #5a6c86;
878
	opacity: 0.6;
879
	filter: alpha(opacity = 60);
880
	z-index: 2;
881
}
882

  
883
.edit .v-calendar-event-resizetop {
884
	position: absolute;
885
	cursor: n-resize;
886
	height: 5%;
887
	min-height: 3px;
888
	top: 0;
889
	width: 100%;
890
	z-index: 1;
891
}
892

  
893
.edit .v-calendar-event-resizebottom {
894
	position: absolute;
895
	cursor: s-resize;
896
	height: 5%;
897
	min-height: 3px;
898
	bottom: 0;
899
	width: 100%;
900
	z-index: 1;
901
}
902

  
903
.edit .v-calendar-month-sizedheight .v-calendar-month-day {
904
	height: 100px;
905
}
906

  
907
.edit .v-calendar-month-sizedwidth .v-calendar-month-day {
908
	width: 100px;
909
}
910

  
911
.edit .v-calendar-header-month-Hsized .v-calendar-header-day {
912
	width: 101px;
913
}
914

  
915
.edit .v-calendar-header-month-Hsized td:first-child {
916
	padding-left: 21px;
917
}
918

  
919
.edit .v-calendar-header-day-Hsized {
920
	width: 200px;
921
}
922

  
923
.edit .v-calendar-week-numbers-Vsized .v-calendar-week-number {
924
	height: 100px;
925
	line-height: 100px;
926
}
927

  
928
.edit .v-calendar-week-wrapper-Vsized {
929
	height: 400px;
930
	overflow-x: hidden !important;
931
}
932

  
933
.edit .v-calendar-times-Vsized .v-calendar-time {
934
	height: 38px;
935
}
936

  
937
.edit .v-calendar-times-Hsized .v-calendar-time {
938
	width: 42px;
939
}
940

  
941
.edit .v-calendar-day-times-Vsized .v-datecellslot, .edit .v-calendar-day-times-Vsized .v-datecellslot-even {
942
	height: 18px;
943
}
944

  
945
.edit .v-calendar-day-times-Hsized, .edit .v-calendar-day-times-Hsized .v-datecellslot, .edit .v-calendar-day-times-Hsized .v-datecellslot-even {
946
	width: 200px;
947
}
948

  
949
.edit.v-app {
950
	height: 100%;
951
}
952

  
953
.edit.v-app, .edit .v-window, .edit .v-popupview-popup, .edit .v-label, .edit .v-caption {
954
	cursor: default;
955
}
956

  
957
.edit .v-window {
958
	box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
959
}
960

  
961
.edit .v-datefield-popup, .edit .v-filterselect-suggestpopup, .edit .v-menubar-popup, .edit .v-slider-feedback, .edit .v-popupview-popup, .edit .v-contextmenu {
962
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
963
}
964

  
965
body .edit.v-app .v-app-loading {
966
	background-image: url(../base/common/img/loading-indicator.gif);
967
	background-repeat: no-repeat;
968
	background-position: 50%;
969
	width: 100%;
970
	height: 100%;
971
}
972

  
973
.edit .v-ui {
974
	height: 100%;
975
	width: 100%;
976
	outline: none;
977
	position: relative;
978
}
979

  
980
.edit .v-ui.v-ui-embedded {
981
	margin-top: -1px;
982
	border-top: 1px solid transparent;
983
}
984

  
985
.edit .v-ui:active, .edit .v-ui:focus {
986
	outline: none;
987
}
988

  
989
.edit.v-app select, .edit .v-window select {
990
	margin: 0;
991
}
992

  
993
.edit .v-disabled {
994
	opacity: 0.3;
995
	filter: alpha(opacity=30);
996
	cursor: default;
997
}
998

  
999
.edit .v-disabled * {
1000
	cursor: default;
1001
}
1002

  
1003
* html .edit .v-disabled {
1004
	zoom: 1;
1005
}
1006

  
1007
* + html .edit .v-disabled {
1008
	zoom: 1;
1009
}
1010

  
1011
.edit .v-disabled .v-disabled {
1012
	opacity: 1;
1013
}
1014

  
1015
.edit .v-required-field-indicator {
1016
	padding-left: 2px;
1017
	color: red;
1018
}
1019

  
1020
.edit .v-form fieldset {
1021
	border: none;
1022
	padding: 0;
1023
	margin: 0;
1024
	height: 100%;
1025
}
1026

  
1027
.edit .v-form-content {
1028
	height: 100%;
1029
	-webkit-box-sizing: border-box;
1030
	-moz-box-sizing: border-box;
1031
	box-sizing: border-box;
1032
}
1033

  
1034
.edit .v-tooltip {
1035
	cursor: default;
1036
	background: #fff;
1037
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
1038
}
1039

  
1040
.edit .v-tooltip-text {
1041
	overflow: auto;
1042
}
1043

  
1044
.edit .v-tooltip .v-errormessage {
1045
	overflow: auto;
1046
}
1047

  
1048
.edit .v-contextmenu {
1049
	background: #fff;
1050
}
1051

  
1052
.edit .v-contextmenu .gwt-MenuItem {
1053
	cursor: pointer;
1054
	vertical-align: middle;
1055
	padding: 0;
1056
	border: 0;
1057
	margin: 0;
1058
}
1059

  
1060
.edit .v-contextmenu .gwt-MenuBar {
1061
	overflow-y: auto;
1062
	overflow-x: hidden;
1063
}
1064

  
1065
.edit .v-contextmenu .gwt-MenuItem div {
1066
	cursor: pointer;
1067
	vertical-align: middle;
1068
	white-space: nowrap;
1069
}
1070

  
1071
.edit .v-contextmenu .gwt-MenuItem-selected div {
1072
	background: #aaa;
1073
	color: #fff;
1074
}
1075

  
1076
.edit .v-contextmenu table {
1077
	border-collapse: collapse;
1078
	margin: 0;
1079
	padding: 0;
1080
}
1081

  
1082
.edit .v-contextmenu .gwt-MenuItem img {
1083
	margin-right: 1em;
1084
	vertical-align: middle;
1085
}
1086

  
1087
.edit .v-label pre {
1088
	margin: 0;
1089
}
1090

  
1091
.edit .v-label-undef-w {
1092
	white-space: nowrap;
1093
}
1094

  
1095
.edit .v-label h1, .edit .v-label h2, .edit .v-label h3, .edit .v-label h4, .edit .v-label h5, .edit .v-label h6 {
1096
	line-height: normal;
1097
}
1098

  
1099
.edit .v-loading-indicator, .edit .v-loading-indicator-delay, .edit .v-loading-indicator-wait {
1100
	position: absolute;
1101
	top: 0;
1102
	right: 0;
1103
	z-index: 30000;
1104
	width: 31px;
1105
	height: 31px;
1106
	background: transparent url(../base/common/img/loading-indicator.gif);
1107
	margin-right: 5px;
1108
	margin-top: 5px;
1109
}
1110

  
1111
.edit .v-loading-indicator-delay {
1112
	background-image: url(../base/common/img/loading-indicator-delay.gif);
1113
}
1114

  
1115
.edit .v-loading-indicator-wait {
1116
	background-image: url(../base/common/img/loading-indicator-wait.gif);
1117
}
1118

  
1119
.edit.v-app input[type="text"], .edit.v-app input[type="password"], .edit.v-app input[type="reset"], .edit.v-app select, .edit.v-app textarea, .edit .v-window input[type="text"], .edit .v-window input[type="password"], .edit .v-window input[type="reset"], .edit .v-window select, .edit .v-window textarea {
1120
	padding: 2px;
1121
}
1122

  
1123
.edit input::-ms-clear {
1124
	display: none;
1125
}
1126

  
1127
.edit .v-drag-element {
1128
	z-index: 60000;
1129
	position: absolute !important;
1130
	opacity: 0.5;
1131
	filter: alpha(opacity=50);
1132
	cursor: default;
1133
}
1134

  
1135
.edit .v-clip {
1136
	overflow: hidden;
1137
}
1138

  
1139
.edit .v-scrollable {
1140
	overflow: auto;
1141
	font-size: 0;
1142
	line-height: normal;
1143
}
1144

  
1145
.v-ff .edit .v-scrollable {
1146
	font-size: 13px;
1147
}
1148

  
1149
.v-ios.v-webkit .edit .v-scrollable {
1150
	-webkit-overflow-scrolling: touch;
1151
}
1152

  
1153
.v-ios5.v-webkit .edit .v-scrollable {
1154
	-webkit-overflow-scrolling: none;
1155
}
1156

  
1157
.edit .v-scrollable.v-panel-content > .v-widget {
1158
	vertical-align: middle;
1159
	overflow: hidden;
1160
}
1161

  
1162
.edit.v-overlay-container {
1163
	width: 0;
1164
	height: 0;
1165
}
1166

  
1167
.edit .v-vertical.v-margin-top, .edit .v-horizontal.v-margin-top {
1168
	padding-top: 12px;
1169
}
1170

  
1171
.edit .v-vertical.v-margin-right, .edit .v-horizontal.v-margin-right {
1172
	padding-right: 12px;
1173
}
1174

  
1175
.edit .v-vertical.v-margin-bottom, .edit .v-horizontal.v-margin-bottom {
1176
	padding-bottom: 12px;
1177
}
1178

  
1179
.edit .v-vertical.v-margin-left, .edit .v-horizontal.v-margin-left {
1180
	padding-left: 12px;
1181
}
1182

  
1183
.edit .v-gridlayout.v-layout-margin-top {
1184
	padding-top: 24px;
1185
}
1186

  
1187
.edit .v-gridlayout, .edit .v-verticallayout, .edit .v-horizontallayout {
1188
	font-size: 0;
1189
	line-height: normal;
1190
}
1191

  
1192
.edit .v-gridlayout.v-layout-margin-bottom {
1193
	padding-bottom: 24px;
1194
}
1195

  
1196
.edit .v-gridlayout.v-layout-margin-left {
1197
	padding-left: 24px;
1198
}
1199

  
1200
.edit .v-gridlayout.v-layout-margin-right {
1201
	padding-right: 24px;
1202
}
1203

  
1204
.edit .v-gridlayout .v-layout-spacing-on {
1205
	padding-left: 12px;
1206
	padding-top: 12px;
1207
}
1208

  
1209
.edit .v-spacing {
1210
	width: 6px;
1211
	height: 6px;
1212
}
1213

  
1214
.edit .v-vertical, .edit .v-horizontal {
1215
	display: inline-block;
1216
}
1217

  
1218
.edit div.v-layout.v-horizontal.v-widget {
1219
	white-space: nowrap;
1220
}
1221

  
1222
.edit .v-layout.v-vertical > .v-expand, .edit .v-layout.v-horizontal > .v-expand {
1223
	-webkit-box-sizing: border-box;
1224
	-moz-box-sizing: border-box;
1225
	box-sizing: border-box;
1226
	width: 100%;
1227
	height: 100%;
1228
}
1229

  
1230
.edit .v-slot, .edit .v-spacing {
1231
	display: inline-block;
1232
	white-space: normal;
1233
	vertical-align: top;
1234
}
1235

  
1236
.edit .v-vertical > .v-slot:after {
1237
	display: inline-block;
1238
	clear: both;
1239
	width: 0;
1240
	height: 0;
1241
	overflow: hidden;
1242
	line-height: 0;
1243
}
1244

  
1245
.edit .v-vertical > .v-slot, .edit .v-vertical > .v-expand > .v-slot {
1246
	display: block;
1247
	clear: both;
1248
}
1249

  
1250
.edit .v-horizontal > .v-slot, .edit .v-horizontal > .v-expand > .v-slot {
1251
	height: 100%;
1252
}
1253

  
1254
.edit .v-horizontal > .v-expand > .v-slot {
1255
	position: relative;
1256
}
1257

  
1258
.edit .v-vertical > .v-spacing, .edit .v-vertical > .v-expand > .v-spacing {
1259
	width: 0;
1260
	display: block;
1261
	clear: both;
1262
}
1263

  
1264
.edit .v-horizontal > .v-spacing, .edit .v-horizontal > .v-expand > .v-spacing {
1265
	height: 0;
1266
}
1267

  
1268
.edit .v-align-middle:before, .edit .v-align-bottom:before, .edit .v-expand > .v-align-middle:before, .edit .v-expand > .v-align-bottom:before {
1269
	content: "";
1270
	display: inline-block;
1271
	height: 100%;
1272
	vertical-align: middle;
1273
	width: 0;
1274
}
1275

  
1276
.edit .v-align-middle, .edit .v-align-bottom {
1277
	white-space: nowrap;
1278
}
1279

  
1280
.edit .v-align-middle > .v-widget, .edit .v-align-bottom > .v-widget {
1281
	display: inline-block;
1282
}
1283

  
1284
.edit .v-align-middle, .edit .v-align-middle > .v-widget {
1285
	vertical-align: middle;
1286
}
1287

  
1288
.edit .v-align-bottom, .edit .v-align-bottom > .v-widget {
1289
	vertical-align: bottom;
1290
}
1291

  
1292
.edit .v-align-center {
1293
	text-align: center;
1294
}
1295

  
1296
.edit .v-align-center > .v-widget {
1297
	margin-left: auto;
1298
	margin-right: auto;
1299
}
1300

  
1301
.edit .v-align-right {
1302
	text-align: right;
1303
}
1304

  
1305
.edit .v-align-right > .v-widget {
1306
	margin-left: auto;
1307
}
1308

  
1309
.edit .v-has-caption, .edit .v-has-caption > .v-caption {
1310
	display: inline-block;
1311
}
1312

  
1313
.edit .v-caption {
1314
	overflow: visible;
1315
	vertical-align: middle;
1316
}
1317

  
1318
.edit .v-caption-on-left, .edit .v-caption-on-right {
1319
	white-space: nowrap;
1320
}
1321

  
1322
.edit .v-caption-on-top > .v-caption, .edit .v-caption-on-bottom > .v-caption {
1323
	display: block;
1324
}
1325

  
1326
.edit .v-caption-on-left > .v-caption {
1327
	padding-right: 0.5em;
1328
}
1329

  
1330
.edit .v-caption-on-right > .v-caption {
1331
	vertical-align: top;
1332
}
1333

  
1334
.edit .v-caption-on-left > .v-widget, .edit .v-caption-on-right > .v-widget {
1335
	display: inline-block;
1336
	vertical-align: middle;
1337
}
1338

  
1339
.edit .v-has-caption.v-has-width > .v-widget {
1340
	width: 100% !important;
1341
}
1342

  
1343
.edit .v-has-caption.v-has-height > .v-widget {
1344
	height: 100% !important;
1345
}
1346

  
1347
.edit .v-errorindicator {
1348
	vertical-align: middle;
1349
}
1350

  
1351
.edit .v-csslayout {
1352
	overflow: hidden;
1353
}
1354

  
1355
.edit div.v-csslayout {
1356
	display: block;
1357
}
1358

  
1359
.edit .v-csslayout-margin, .edit .v-csslayout-container {
1360
	-webkit-box-sizing: border-box;
1361
	-moz-box-sizing: border-box;
1362
	box-sizing: border-box;
1363
}
1364

  
1365
.edit .v-has-width > .v-csslayout-margin, .edit .v-has-width > .v-csslayout-margin > .v-csslayout-container {
1366
	width: 100%;
1367
}
1368

  
1369
.edit .v-has-height > .v-csslayout-margin, .edit .v-has-height > .v-csslayout-margin > .v-csslayout-container {
1370
	height: 100%;
1371
}
1372

  
1373
.edit .v-csslayout-margin-top {
1374
	padding-top: 12px;
1375
}
1376

  
1377
.edit .v-csslayout-margin-bottom {
1378
	padding-bottom: 12px;
1379
}
1380

  
1381
.edit .v-csslayout-margin-left {
1382
	padding-left: 12px;
1383
}
1384

  
1385
.edit .v-csslayout-margin-right {
1386
	padding-right: 12px;
1387
}
1388

  
1389
.edit .v-customlayout {
1390
	overflow: hidden;
1391
}
1392

  
1393
.edit .v-datefield {
1394
	white-space: nowrap;
1395
	display: inline-block;
1396
}
1397

  
1398
.edit .v-datefield-textfield {
1399
	vertical-align: top;
1400
}
1401

  
1402
.v-ie .edit .v-datefield-button:after {
1403
	content: "\200B";
1404
}
1405

  
1406
.edit .v-datefield-button {
1407
	cursor: pointer;
1408
	vertical-align: top;
1409
}
1410

  
1411
.edit .v-has-width > input.v-datefield-textfield {
1412
	width: 100%;
1413
}
1414

  
1415
.edit .v-datefield-prompt .v-datefield-textfield {
1416
	color: #999;
1417
	font-style: italic;
1418
}
1419

  
1420
.edit .v-datefield .v-datefield-button-readonly {
1421
	display: none;
1422
}
1423

  
1424
.edit .v-datefield-calendarpanel table {
1425
	width: 100%;
1426
}
1427

  
1428
.edit .v-datefield-calendarpanel td {
1429
	padding: 0;
1430
	margin: 0;
1431
}
1432

  
1433
.edit .v-datefield-calendarpanel:focus {
1434
	outline: none;
1435
}
1436

  
1437
.edit .v-datefield-calendarpanel-header td {
1438
	text-align: center;
1439
}
1440

  
1441
.edit .v-datefield-calendarpanel-month {
1442
	text-align: center;
1443
	white-space: nowrap;
1444
}
1445

  
1446
.edit .v-datefield-calendarpanel-weeknumber {
1447
	color: #999;
1448
	border-right: 1px solid #ddd;
1449
	font-size: 11.7px;
1450
}
1451

  
1452
.edit .v-datefield-calendarpanel-day, .edit .v-datefield-calendarpanel-day-today {
1453
	cursor: pointer;
1454
}
1455

  
1456
.edit .v-datefield-calendarpanel-day-today {
1457
	border: 1px solid #ddd;
1458
}
1459

  
1460
.edit .v-disabled .v-datefield-calendarpanel-day, .edit .v-disabled .v-datefield-calendarpanel-day-today, .edit .v-disabled.v-datefield-popupcalendar .v-datefield-button {
1461
	cursor: default;
1462
}
1463

  
1464
.edit .v-datefield-calendarpanel-day-disabled, .edit .v-datefield-calendarpanel-day-outside-range {
1465
	cursor: default;
1466
	opacity: 0.5;
1467
}
1468

  
1469
.edit .v-datefield-calendarpanel-prevyear button.outside-range, .edit .v-datefield-calendarpanel-nextyear button.outside-range, .edit .v-datefield-calendarpanel-prevmonth button.outside-range, .edit .v-datefield-calendarpanel-nextmonth button.outside-range {
1470
	opacity: 0.5;
1471
}
1472

  
1473
.edit .v-datefield-calendarpanel-day-selected {
1474
	cursor: default;
1475
	background: #333;
1476
	color: #fff;
1477
}
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff