123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*S gcmsAudioModal*/
- #gcmsAudioModal {
- position: absolute;
- right: auto;
- top: 75px;
- left: 305px;
- bottom: auto;
- margin: 0px;
- width: 500px;
- }
- #coorForGcmsAudioModal {
- 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;
- }
- #gcmsAudioModal .modal-header {
- cursor: pointer;
- }
- #gcmsAudioModal .modal-body {
- max-height: none;
- }
- #gcmsAudioPlayer {
- height: 80px;
- background: #000000;
- }
- #gcmsAudioList {
- overflow: hidden;
- }
- #gcmsAudioList li {
- float: left;
- margin:5px 10px 5px 0;
- }
- #gcmsAudioList li .btn {
- width: 80px;
- }
- #gcmsAudioList li .btn.selected {
- background: #00287b;
- border-color: #00287b;
- color: #ffffff;
- }
- /*E gcmsAudioModal*/
|