@seafile/seafile-calendar 1.0.2-beta.5 → 1.0.2-beta.6

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.
Files changed (2) hide show
  1. package/assets/index.css +15 -11
  2. package/package.json +1 -1
package/assets/index.css CHANGED
@@ -243,7 +243,7 @@
243
243
  }
244
244
  .rc-calendar-date-panel {
245
245
  display: block;
246
- min-width: 260px;
246
+ width: 260px;
247
247
  }
248
248
  .rc-calendar-inputs {
249
249
  display: -ms-flexbox;
@@ -360,7 +360,7 @@
360
360
  width: 20px;
361
361
  height: 20px;
362
362
  position: absolute;
363
- top: 12px;
363
+ top: 14px;
364
364
  cursor: pointer;
365
365
  color: #999;
366
366
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
@@ -374,6 +374,7 @@
374
374
  .rc-calendar-next-month-btn:hover,
375
375
  .rc-calendar-prev-year-btn:hover,
376
376
  .rc-calendar-next-year-btn:hover {
377
+ color: #999;
377
378
  background-color: #f5f5f5;
378
379
  }
379
380
  .rc-calendar-next-year-btn {
@@ -693,7 +694,7 @@
693
694
  border-radius: 4px;
694
695
  color: #999;
695
696
  position: absolute;
696
- top: 12px;
697
+ top: 14px;
697
698
  }
698
699
  .rc-calendar-month-panel-prev-year-btn:hover,
699
700
  .rc-calendar-month-panel-next-year-btn:hover {
@@ -704,8 +705,8 @@
704
705
  right: 16px;
705
706
  }
706
707
  .rc-calendar-month-panel-next-year-btn:after {
707
- width: 20px;
708
708
  content: '»';
709
+ transform: translateY(-1px);
709
710
  }
710
711
  .rc-calendar-month-panel-prev-year-btn {
711
712
  -webkit-user-select: none;
@@ -715,8 +716,8 @@
715
716
  left: 16px;
716
717
  }
717
718
  .rc-calendar-month-panel-prev-year-btn:after {
718
- width: 20px;
719
719
  content: '«';
720
+ transform: translateY(-1px);
720
721
  }
721
722
  .rc-calendar-month-panel .rc-calendar-month-panel-year-select {
722
723
  width: 180px;
@@ -838,7 +839,7 @@
838
839
  width: 20px;
839
840
  height: 20px;
840
841
  position: absolute;
841
- top: 12px;
842
+ top: 14px;
842
843
  border-radius: 4px;
843
844
  color: #999;
844
845
  }
@@ -847,9 +848,12 @@
847
848
  color: #999;
848
849
  background-color: #f5f5f5;
849
850
  }
851
+ .rc-calendar-year-panel-next-decade-btn {
852
+ right: 16px;
853
+ }
850
854
  .rc-calendar-year-panel-next-decade-btn:after {
851
- width: 20px;
852
855
  content: '»';
856
+ transform: translateY(-1px);
853
857
  }
854
858
  .rc-calendar-year-panel-prev-decade-btn {
855
859
  -webkit-user-select: none;
@@ -859,8 +863,8 @@
859
863
  left: 16px;
860
864
  }
861
865
  .rc-calendar-year-panel-prev-decade-btn:after {
862
- width: 20px;
863
866
  content: '«';
867
+ transform: translateY(-1px);
864
868
  }
865
869
  .rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
866
870
  width: 180px;
@@ -972,7 +976,7 @@
972
976
  border-radius: 4px;
973
977
  color: #999;
974
978
  position: absolute;
975
- top: 12px;
979
+ top: 14px;
976
980
  }
977
981
  .rc-calendar-decade-panel-prev-century-btn:hover,
978
982
  .rc-calendar-decade-panel-next-century-btn:hover {
@@ -983,15 +987,15 @@
983
987
  right: 16px;
984
988
  }
985
989
  .rc-calendar-decade-panel-next-century-btn:after {
986
- width: 20px;
987
990
  content: '»';
991
+ transform: translateY(-1px);
988
992
  }
989
993
  .rc-calendar-decade-panel-prev-century-btn {
990
994
  left: 16px;
991
995
  }
992
996
  .rc-calendar-decade-panel-prev-century-btn:after {
993
- width: 20px;
994
997
  content: '«';
998
+ transform: translateY(-1px);
995
999
  }
996
1000
  .rc-calendar-decade-panel-body {
997
1001
  -ms-flex: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-calendar",
3
- "version": "1.0.2-beta.5",
3
+ "version": "1.0.2-beta.6",
4
4
  "description": "React Calendar",
5
5
  "keywords": [
6
6
  "react",