1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
-
- .small_vid_overlay {
- /*z-index: ;*/
-
- position: relative;
- position: absolute;
- width: 100%;
- text-align:center;
- }
- .small_vid_overlay_v2{
- position: relative;
- width: 100%;
- text-align:center;
-
- }
-
- .vid_toptoolbar_hook {
-
- /*text-align:center;*/
- }
-
- .indicator-container{
- display: block !important;
- }
-
- /*.connection_full {*/
- .connection_empty {
- /*position: absolute;*/
- /*top :2px;*/
- width: 8px !important;
- /*opacity: 0;*/
- /*display: none;*/
- /*display: block !important;*/
- }
- .connection_full {
- /*.connection_empty {*/
- position: absolute;
- /*position: relative;*/
- /*top :2px;*/
- transform: rotate(90deg);
- transform: rotate(180deg);
- transform: translate(-50%,-50%) rotate(180deg);
- transform: translate(-50%,0%) rotate(180deg);
- transform: translate(0%,-50%) rotate(180deg);
- /*display: none;*/
- /*opacity: 0;*/
- }
|