You are here

elevatezoomplus.admin.css in ElevateZoom Plus 7

Same filename and directory in other branches
  1. 8 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--elevatezoomplus.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. .form--optionset.has-tooltip .form-item--button-remove {
  30. padding-left: 15px;
  31. }
  32. .form--optionset.has-tooltip .form-item--button-remove {
  33. padding-right: 15px;
  34. }
  35. .form--optionset.has-tooltip .form-item--button-remove input {
  36. float: right;
  37. }
  38. .form--optionset .form-wrapper--table-respond .fieldset-title {
  39. padding: 10px 15px;
  40. }
  41. .form--optionset.has-tooltip .fieldset-wrapper div[class*="-range"],
  42. .form--optionset.has-tooltip .vertical-tabs .fieldset-wrapper div[class*="-enabled"],
  43. .form--optionset.has-tooltip .vertical-tabs .form-item--button-remove {
  44. border: 0;
  45. background: none;
  46. }
  47. .form--optionset.has-tooltip .vertical-tabs .form-wrapper--table-ajax {
  48. padding: 15px;
  49. }
  50. html.js .form--optionset .fieldset--responsive--ajax > .fieldset-wrapper {
  51. padding-right: 15px;
  52. }
  53. @media screen and (min-width: 1280px) {
  54. .form--optionset.has-tooltip .form-wrapper--responsive {
  55. min-width: 640px;
  56. padding-top: 15px;
  57. }
  58. .form--optionset.has-tooltip td {
  59. vertical-align: top;
  60. }
  61. .form--optionset.has-tooltip td .form-wrapper--responsive .form-item {
  62. border-bottom: 1px solid #e7e7e7;
  63. border-right: 1px solid #e7e7e7;
  64. float: left;
  65. margin: 0;
  66. min-height: 64px;
  67. padding: 15px 0;
  68. width: 49.9999%;
  69. }
  70. .form--optionset.has-tooltip td .form-wrapper--responsive .form-item:nth-child(even) {
  71. border-right: 0;
  72. }
  73. .form--optionset.has-tooltip .vertical-tabs .form-item:nth-child(3n) {
  74. border-right: 0;
  75. }
  76. }