123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /*S gcmsFilesModal*/
- #gcmsFilesModal {
- position: absolute;
- right: auto;
- top: 75px;
- left: 305px;
- bottom: auto;
- margin: 0px;
- width: 400px;
- }
- #coorForGcmsFilesModal {
- 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;
- }
- #gcmsFilesModal .modal-header {
- cursor: pointer;
- }
- #gcmsFilesModal .modal-body {
- max-height: none;
- min-height: 60px;
- }
- #gcmsFilesList {
- overflow: hidden;
- }
- #gcmsFilesList li {
- float: left;
- margin: 5px;
- }
- #gcmsFilesList li .btn {
- width: 80px;
- }
- #gcmsFilesList li .btn.selected {
- background: #00287b;
- border-color: #00287b;
- color: #ffffff;
- }
- /*E gcmsFilesModal*/
|