@aleen42/calendar 1.1.0-beta.8 → 1.1.0-beta.9

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.
package/dist/calendar.css CHANGED
@@ -5777,6 +5777,11 @@ span.tmpzTreeMove_arrow {
5777
5777
  color: #2c6ccc;
5778
5778
  }
5779
5779
 
5780
+ .u-schedule .schedule > .calendar .duration {
5781
+ border: 2px solid #2c6ccc;
5782
+ background: rgba(44, 108, 204, 0.2);
5783
+ }
5784
+
5780
5785
  ul {
5781
5786
  list-style: none;
5782
5787
  margin: 0;
@@ -5904,11 +5909,11 @@ table th {
5904
5909
  top: 40px;
5905
5910
  }
5906
5911
 
5907
- .u-schedule .schedule:not(.week) > .calendar > .data > div {
5912
+ .u-schedule .schedule:not(.week) > .calendar > .data > div.table {
5908
5913
  height: 60px;
5909
5914
  }
5910
5915
 
5911
- .u-schedule .schedule:not(.week) > .calendar > .data > div:not(:first-child) {
5916
+ .u-schedule .schedule:not(.week) > .calendar > .data > div.table:not(:first-child) {
5912
5917
  margin-top: -27px /** border = */;
5913
5918
  }
5914
5919
 
@@ -5924,9 +5929,26 @@ table th {
5924
5929
 
5925
5930
  .u-schedule .schedule > .calendar > .data {
5926
5931
  position: absolute;
5932
+ height: 100%;
5933
+ }
5934
+
5935
+ .u-schedule .schedule > .calendar > .data .duration {
5936
+ position: absolute;
5937
+ border-radius: 4px;
5938
+ z-index: 99;
5939
+ /** border left */
5940
+ display: none;
5941
+ }
5942
+
5943
+ [dir="ltr"] .u-schedule .schedule > .calendar > .data .duration {
5944
+ margin-left: -2px;
5945
+ }
5946
+
5947
+ [dir="rtl"] .u-schedule .schedule > .calendar > .data .duration {
5948
+ margin-right: -2px;
5927
5949
  }
5928
5950
 
5929
- .u-schedule .schedule > .calendar > .data > div {
5951
+ .u-schedule .schedule > .calendar > .data .table {
5930
5952
  overflow: hidden;
5931
5953
  height: 91px /** border = */;
5932
5954
  -webkit-box-sizing: border-box;
@@ -5934,28 +5956,28 @@ table th {
5934
5956
  border-bottom: 1px solid #e8e8e8;
5935
5957
  }
5936
5958
 
5937
- .u-schedule .schedule > .calendar > .data > div:not(:first-child) {
5959
+ .u-schedule .schedule > .calendar > .data .table:not(:first-child) {
5938
5960
  margin-top: -58px /** border = */;
5939
5961
  }
5940
5962
 
5941
- .u-schedule .schedule > .calendar > .data > div > table tr {
5963
+ .u-schedule .schedule > .calendar > .data .table > table tr {
5942
5964
  position: relative;
5943
5965
  }
5944
5966
 
5945
- .u-schedule .schedule > .calendar > .data > div > table tr.parent th {
5967
+ .u-schedule .schedule > .calendar > .data .table > table tr.parent th {
5946
5968
  border: 1px solid #e8e8e8;
5947
5969
  height: 32px;
5948
5970
  }
5949
5971
 
5950
- [dir="ltr"] .u-schedule .schedule > .calendar > .data > div > table tr.parent th:first-child {
5972
+ [dir="ltr"] .u-schedule .schedule > .calendar > .data .table > table tr.parent th:first-child {
5951
5973
  border-left-color: transparent;
5952
5974
  }
5953
5975
 
5954
- [dir="rtl"] .u-schedule .schedule > .calendar > .data > div > table tr.parent th:first-child {
5976
+ [dir="rtl"] .u-schedule .schedule > .calendar > .data .table > table tr.parent th:first-child {
5955
5977
  border-right-color: transparent;
5956
5978
  }
5957
5979
 
5958
- .u-schedule .schedule > .calendar > .data > div > table td {
5980
+ .u-schedule .schedule > .calendar > .data .table > table td {
5959
5981
  height: 32px;
5960
5982
  border: 1px solid #e8e8e8;
5961
5983
  }