123456789101112131415161718192021222324252627282930313233343536373839 |
- .gcmsShowInfos{
- position: absolute;
- right: auto;
- top: 75px;
- left: 305px;
- bottom: auto;
- margin: 0px;
- width: 500px
- }
- .coorFor {
- 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;
- }
- #gcmsShowInfosModal .close,
- #gcmsShowInfosAudioModal .close,
- #gcmsShowInfosPictureViewer .close
- {
- float: right;
- margin-right: 5px;
- height: 35px;
- width: 50px;
- font-size: 29px;
- margin-top: 8px;
- }
- #gcmsShowInfosModal h3,
- #gcmsShowInfosAudioModal h3,
- #gcmsShowInfosPictureViewer h3
- {
- float: left;
- margin-left: 10px;
- line-height: 48px;
- }
|