|
@@ -546,16 +546,24 @@
|
546
|
546
|
0px 0px 1px rgba(0,0,0,0.3);
|
547
|
547
|
}
|
548
|
548
|
|
|
549
|
+.video-state-indicator {
|
|
550
|
+ background: $videoStateIndicatorBackground;
|
|
551
|
+ color: $videoStateIndicatorColor;
|
|
552
|
+ font-size: 13px;
|
|
553
|
+ line-height: 1.4;
|
|
554
|
+ text-align: center;
|
|
555
|
+ display: block;
|
|
556
|
+ min-width: 37px;
|
|
557
|
+ padding: 10px 0;
|
|
558
|
+ border-radius: 50%;
|
|
559
|
+}
|
|
560
|
+
|
549
|
561
|
#videoResolutionLabel {
|
550
|
562
|
display: none;
|
551
|
563
|
position: absolute;
|
552
|
|
- top: 5px;
|
553
|
|
- right: 5px;
|
554
|
|
- background: rgba(0,0,0,.5);
|
555
|
|
- padding: 10px;
|
556
|
|
- color: rgba(255,255,255,.5);
|
|
564
|
+ top: 30px;
|
|
565
|
+ right: 30px;
|
557
|
566
|
z-index: 1011;
|
558
|
|
- border-radius: 50%;
|
559
|
567
|
}
|
560
|
568
|
|
561
|
569
|
.centeredVideoLabel {
|
|
@@ -580,8 +588,8 @@
|
580
|
588
|
}
|
581
|
589
|
|
582
|
590
|
.moveToCorner {
|
583
|
|
- top: 5px;
|
584
|
|
- right: 50px; /*leave free space for the HD label*/
|
|
591
|
+ top: 30px;
|
|
592
|
+ right: 80px; /*leave free space for the HD label*/
|
585
|
593
|
margin-right: 0px;
|
586
|
594
|
margin-left: auto;
|
587
|
595
|
background: rgba(0,0,0,.3);
|