You are here

supersized-default.css in Supersized 7

Same filename and directory in other branches
  1. 8 css/supersized-default.css
ul#thumb-list li {
  background: transparent;
  height: 60px;
  padding: 10px;
  width: 60px;
}
ul#thumb-list li img {
  width: auto;
}
ul#thumb-tray {
  height: 130px;
}

/* Overlay background */
#supersized-node-settings-form #edit-overlay .form-item.form-type-radio,
.form-item-instance-settings-functionalities-overlay .form-item.form-type-radio {
  display: inline-block;
  margin-right: 15px;
}
.supersized-overlay-preview {
  display: block;
  height: 40px;
  width: 40px;
}
#supersized-overlay {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -998;
}

File

css/supersized-default.css
View source
  1. ul#thumb-list li {
  2. background: transparent;
  3. height: 60px;
  4. padding: 10px;
  5. width: 60px;
  6. }
  7. ul#thumb-list li img {
  8. width: auto;
  9. }
  10. ul#thumb-tray {
  11. height: 130px;
  12. }
  13. /* Overlay background */
  14. #supersized-node-settings-form #edit-overlay .form-item.form-type-radio,
  15. .form-item-instance-settings-functionalities-overlay .form-item.form-type-radio {
  16. display: inline-block;
  17. margin-right: 15px;
  18. }
  19. .supersized-overlay-preview {
  20. display: block;
  21. height: 40px;
  22. width: 40px;
  23. }
  24. #supersized-overlay {
  25. display: block;
  26. height: 100%;
  27. left: 0;
  28. overflow: hidden;
  29. position: fixed;
  30. top: 0;
  31. width: 100%;
  32. z-index: -998;
  33. }