Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ec5e3220

Přidáno uživatelem Martin Sebela před téměř 4 roky(ů)

Re #8187 - implemented draggable timeline

Zobrazit rozdíly:

website/public/css/style.css
961 961
  height: 30px;
962 962
  flex-direction: row;
963 963
  position: relative;
964
  padding: 0 10px;
965 964
  border-radius: 100px;
966
  cursor: pointer;
967 965
  background-color: rgba(11, 21, 90, 0.7);
968 966
}
969 967

  
......
982 980
  }
983 981
}
984 982

  
983
.player .timeline .hour {
984
  cursor: pointer;
985
}
986

  
985 987
@media (max-width: 991.98px) {
986 988
  .player .timeline .hour {
987 989
    display: none;
988 990
  }
989 991
}
990 992

  
993
.player .timeline .hour:nth-of-type(2) {
994
  margin-left: 10px;
995
}
996

  
991 997
.player .timeline .hour:before {
992 998
  content: "";
993 999
  display: inline-block;
......
1012 1018
  display: inline-block;
1013 1019
  width: 6px;
1014 1020
  height: 6px;
1021
  margin-right: 10px;
1015 1022
  border-radius: 50%;
1016 1023
  background: #ffffff;
1017 1024
}
......
1026 1033
  display: flex;
1027 1034
  justify-content: center;
1028 1035
  align-items: center;
1029
  font-size: 15px;
1036
  width: 64px;
1030 1037
  padding: 3px 0 4px 0;
1031 1038
  z-index: 1000;
1039
  font-size: 15px;
1032 1040
  border-radius: 15px;
1041
  cursor: ew-resize;
1033 1042
  background: #0b155a;
1034
  width: 64px;
1035 1043
}
1036 1044

  
1037 1045
.player .time .custom-spinner-border {

Také k dispozici: Unified diff