You are here

asset-tooltip.css in Asset 7

.iframe-preview-wrapper {
  background: #FFFFFF;
  position: absolute;
  top: -9999px;
  left: -9999px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 10px #777777;
  z-index: 10000;
}
.iframe-preview-wrapper .iframe-preview {
  float: left;
}

.iframe-preview-loading {
  background: white url('../theme/images/iframe-loader.gif') no-repeat 0 0;
  width: 59px;
  height: 59px;
  overflow: hidden;
}

.asset-tooltip {
  cursor: pointer;
}
.asset-tooltip img {
  position: static !important;
}

.show-preview-element {
  margin-left: 5px;
  background: url('../theme/images/preview-icon.png') no-repeat 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

File

css/asset-tooltip.css
View source
  1. .iframe-preview-wrapper {
  2. background: #FFFFFF;
  3. position: absolute;
  4. top: -9999px;
  5. left: -9999px;
  6. border: 1px solid #DDDDDD;
  7. box-shadow: 0 0 10px #777777;
  8. z-index: 10000;
  9. }
  10. .iframe-preview-wrapper .iframe-preview {
  11. float: left;
  12. }
  13. .iframe-preview-loading {
  14. background: white url('../theme/images/iframe-loader.gif') no-repeat 0 0;
  15. width: 59px;
  16. height: 59px;
  17. overflow: hidden;
  18. }
  19. .asset-tooltip {
  20. cursor: pointer;
  21. }
  22. .asset-tooltip img {
  23. position: static !important;
  24. }
  25. .show-preview-element {
  26. margin-left: 5px;
  27. background: url('../theme/images/preview-icon.png') no-repeat 0 0;
  28. display: inline-block;
  29. width: 15px;
  30. height: 15px;
  31. cursor: pointer;
  32. }