12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /*S gcmsVideoModal*/
- #gcmsVideoModal {
- position: absolute;
- right: auto;
- top: 75px;
- left: 305px;
- bottom: auto;
- margin: 0px;
- width: 500px;
- }
- #coorForGcmsVideoModal {
- width: 20px;
- height: 20px;
- overflow: hidden;
- cursor: se-resize;
- position: absolute;
- right: 0;
- bottom: 0;
- background: url(../../images/layout/bg-coor.png) no-repeat right bottom;
- z-index: 99999;
- }
- #gcmsVideoModal .modal-header {
- cursor: pointer;
- }
- #gcmsVideoModal .modal-body {
- max-height: none;
- }
- #gcmsVideoPlayer {
- height: 100%;
- width:100%
- }
- #gcmsVideoList {
- overflow: hidden;
- }
- #gcmsVideoList li {
- float: left;
- margin:5px 10px 5px 0;
- }
- #gcmsVideoList li .btn {
- width: 80px;
- }
- #gcmsVideoList li .btn.selected {
- background: #00287b;
- border-color: #00287b;
- color: #ffffff;
- }
- /*E gcmsVideoModal*/
|