1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
-
-
-
- #filmstripRemoteVideos{
- overflow-x: auto !important;
-
- }
-
- .hidden_vid {
- position: relative;
- /*position: absolute;*/
- width: 80px !important;
- min-width: 80px !important;
- display: none;
-
- }
-
-
- .overlay {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- outline: 2px solid #0ff;
- background-color: #ff08;
- background-color: #0ff8;
- /*z-index: 351;*/
- }
-
-
-
-
-
- .z.top_toolbox {
- position: relative;
- z-index: 1;
- width: 100%;
- height: 100px;
- background-image:linear-gradient(to bottom,rgba(255,255,255,1),rgba(71,71,71,0));
- background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(71,71,71,0));
-
- }
-
-
-
-
-
-
- .new-toolbox .toolbox-content .audio-preview .toolbox-button{
- margin-left: 0px;
-
- }
- .new-toolbox .toolbox-content .video-preview .toolbox-button{
- margin-right: 0px;
-
- }
-
- .new-toolbox .toolbox-content .toolbox-button{
- margin-right: 4px;
- margin-left: 4px;
- }
- .button-group-right {
- width: 25% !important;
- }
- .button-group-left{
- width: 25% !important;
- }
- .button-group-center {
- width: 50% !important;
- }
-
-
- .subject {
- background-image:unset;
- text-align: unset;
- padding-left: 75px;
- padding-right: 75px;
-
- }
-
-
|