realreport 1.9.5 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- RealReport v1.9.5
2
+ RealReport v1.9.7
3
3
  Copyright (C) 2013-2024 WooriTech Inc.
4
4
  All Rights Reserved.
5
5
  */
@@ -487,8 +487,7 @@ All Rights Reserved.
487
487
  margin: 0;
488
488
  padding: 0;
489
489
  text-align: center;
490
- /** 상위에서 지정할 수 있도록 여기에 font-size를 지정하지 말 것. */
491
- line-height: 1.35em;
490
+ line-height: normal;
492
491
  }
493
492
 
494
493
  .rr-text[data-design]:hover {
@@ -529,12 +528,10 @@ All Rights Reserved.
529
528
  color: #777;
530
529
  border: 1px solid #aaa;
531
530
  }
532
-
533
531
  .rr-image[data-empty] span:before {
534
532
  content: "[IMAGE]";
535
533
  white-space: nowrap;
536
534
  }
537
-
538
535
  .rr-image[data-design]:hover {
539
536
  background-color: rgba(111, 111, 0, 0.1);
540
537
  }
@@ -548,24 +545,62 @@ All Rights Reserved.
548
545
  color: #777;
549
546
  border: 1px solid #aaa;
550
547
  }
551
-
552
548
  .rr-svg[data-empty] span:before {
553
549
  content: "[ SVG ]";
554
550
  white-space: nowrap;
555
551
  }
556
-
557
552
  .rr-svg[data-design]:hover {
558
553
  background-color: rgba(111, 111, 0, 0.1);
559
554
  }
560
555
 
556
+ .rr-sign:not([data-design]) {
557
+ cursor: pointer;
558
+ }
559
+ /* .rr-sign[data-empty] {
560
+ display: table;
561
+ margin: 0;
562
+ padding: 0;
563
+ text-align: center;
564
+ background: #ddd;
565
+ color: #777;
566
+ border: 1px solid #aaa;
567
+ }
568
+ .rr-sign[data-empty] span:before {
569
+ content: "[Sign]";
570
+ white-space: nowrap;
571
+ } */
572
+ .rr-sign[data-design] {
573
+ background-color: #f0f0f0;
574
+ }
575
+ .rr-sign[data-design]:before {
576
+ content: "[서 명]";
577
+ white-space: nowrap;
578
+ color: #040;
579
+ position: absolute;
580
+ top: 50%;
581
+ left: 50%;
582
+ transform: translate(-50%, -50%);
583
+ font-size: 15px;
584
+ }
585
+ .rr-sign[data-design] img {
586
+ display: none;
587
+ }
588
+ .rr-sign[data-design]:hover {
589
+ background-color: rgba(111, 111, 0, 0.1);
590
+ }
591
+ .rr-sign img {
592
+ box-sizing: border-box;
593
+ padding: 10px;
594
+ object-fit: contain;
595
+ pointer-events: none;
596
+ }
597
+
561
598
  .rr-bar {
562
599
  overflow: hidden;
563
600
  }
564
-
565
601
  .rr-bar-bar {
566
602
  background-color: green;
567
603
  }
568
-
569
604
  .rr-bar-bar[data-design] {
570
605
  background-color: transparent;
571
606
  }
@@ -652,6 +687,21 @@ All Rights Reserved.
652
687
  background-color: rgba(111, 111, 0, 0.1);
653
688
  }
654
689
 
690
+ .rr-sign-panel {
691
+ padding: 10px;
692
+ border: 1px solid gray;
693
+ background: #f8f8ff;
694
+ }
695
+ .rr-sign-panel-title {
696
+ font-size: 1.2em;
697
+ }
698
+ .rr-sign-panel-body {
699
+ border: 1px solid #999;
700
+ }
701
+ .rr-sign-panel button {
702
+ padding: 4px 8px;
703
+ }
704
+
655
705
  /** design */
656
706
  .rr-section-guard {
657
707
  background-color: #f0f0f0;
@@ -813,6 +863,11 @@ All Rights Reserved.
813
863
  border-bottom: 1px solid lightgray;
814
864
  }
815
865
 
866
+ .rr-table.rr-crosstab thead tr td {
867
+ font-size: 10px;
868
+ border: 1px solid #aaa;
869
+ }
870
+
816
871
  .rr-crosstab-field-cell {
817
872
  text-align: center;
818
873
  }
@@ -873,6 +928,10 @@ All Rights Reserved.
873
928
  border-radius: 3px;
874
929
  }
875
930
 
931
+ .rr-crosstab {
932
+ font-size: 10px;
933
+ }
934
+
876
935
  .rr-crosstab-head {
877
936
  padding: 2px 1px !important;
878
937
  font-size: 10px;
@@ -882,7 +941,6 @@ All Rights Reserved.
882
941
 
883
942
  .rr-crosstab-value {
884
943
  padding: 1px 1px !important;
885
- font-size: 10px;
886
944
  text-align: right;
887
945
  }
888
946