You are here

elevatezoomplus.admin.css in ElevateZoom Plus 8

Same filename and directory in other branches
  1. 7 css/elevatezoomplus.admin.css

File

css/elevatezoomplus.admin.css
View source
  1. /**
  2. * @file
  3. */
  4. .form--elevatezoomplus.form--optionset #edit-options {
  5. clear: both;
  6. float: none;
  7. width: 100%;
  8. }
  9. .form--elevatezoomplus.form--optionset .form-item-layout-description {
  10. font-size: 0.9rem;
  11. margin: 30px auto;
  12. text-align: left;
  13. text-transform: none;
  14. width: 100%;
  15. }
  16. .form--elevatezoomplus.form--optionset .form-wrapper--wide {
  17. clear: both;
  18. float: none;
  19. width: 100%;
  20. }
  21. .form--optionset.has-tooltip .form-item-label {
  22. float: none;
  23. width: 100%;
  24. }
  25. .form--optionset .details--respond .details-wrapper > .seven-details__description {
  26. padding: 15px;
  27. }
  28. .form--optionset .details--respond .form-actions {
  29. padding: 15px;
  30. }
  31. @media screen and (min-width: 1280px) {
  32. .form--optionset.has-tooltip .form-wrapper--responsive {
  33. min-width: 640px;
  34. padding-top: 15px;
  35. }
  36. .form--optionset.has-tooltip td {
  37. vertical-align: top;
  38. }
  39. .form--optionset.has-tooltip td .form-wrapper--responsive .form-item {
  40. border-bottom: 1px solid #e7e7e7;
  41. border-right: 1px solid #e7e7e7;
  42. float: left;
  43. margin: 0;
  44. min-height: 64px;
  45. padding: 15px 0;
  46. width: 49.9999%;
  47. }
  48. .form--optionset.has-tooltip td .form-wrapper--responsive .form-item:nth-child(even) {
  49. border-right: 0;
  50. }
  51. .form--optionset.has-tooltip .details--settings .form-item:nth-child(3n) {
  52. border-right: 0;
  53. }
  54. }