You are here

image_hotspots_adm.css in Image Hotspots 7.2

.hotspots_example {
  position: relative;
  width: 30%;
  float: right;
  background-color: #48a9e4;
  background: url(images/0.png);
  padding-left: 40px;
  margin-left: 5%;
}
.hotspots_example .hotspots_example_area {
  height: 180px;
  width: 22%;
  display: inline-block;
  margin: 10px 5%;
}
.hotspots_refresh {
  background: url(images/icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.fieldset-wrapper div:not(:first-child) {
  margin-left: 10px;
}

File

themes/image_hotspots_adm.css
View source
  1. .hotspots_example {
  2. position: relative;
  3. width: 30%;
  4. float: right;
  5. background-color: #48a9e4;
  6. background: url(images/0.png);
  7. padding-left: 40px;
  8. margin-left: 5%;
  9. }
  10. .hotspots_example .hotspots_example_area {
  11. height: 180px;
  12. width: 22%;
  13. display: inline-block;
  14. margin: 10px 5%;
  15. }
  16. .hotspots_refresh {
  17. background: url(images/icon.png) no-repeat;
  18. background-size: 100%;
  19. position: absolute;
  20. left: 5px;
  21. top: 5px;
  22. width: 50px;
  23. height: 50px;
  24. cursor: pointer;
  25. }
  26. .fieldset-wrapper div:not(:first-child) {
  27. margin-left: 10px;
  28. }