| @@ -1,21 +1,6 @@ | ||
| 1 | 1 | /*[dynamic-select] tag*/ |
| 2 | -#TB_window .tag-generator-panel { | |
| 3 | - height: 100%; | |
| 4 | -} | |
| 5 | -#dynamic-checkbox-tag-generator .cf7sg-se-maxcheck .max-selection { | |
| 6 | - width: 60px; | |
| 7 | -} | |
| 8 | -#dynamic-checkbox-tag-generator .cf7sg-se-maxcheck { | |
| 9 | - margin-left: 10px; | |
| 10 | -} | |
| 11 | -p.imagegrid-filter { | |
| 12 | - clear: both; | |
| 13 | -} | |
| 14 | -.tag-generator-panel .cf7sg-se-option { | |
| 15 | - margin-left: 8px; | |
| 16 | -} | |
| 17 | -.cf7sg-dynamic-list-tag-manager a.helper::before { | |
| 2 | +#dynamic-select-tag-generator a.helper::before { | |
| 18 | 3 | content: 'Click to copy!'; |
| 19 | 4 | display: none; |
| 20 | 5 | position: absolute; |
| 21 | 6 | bottom: -20px; |
| @@ -25,49 +10,45 @@ | ||
| 25 | 10 | padding: 2px 5px; |
| 26 | 11 | border-radius: 3px; |
| 27 | 12 | font-weight: bold; |
| 28 | 13 | } |
| 29 | -.dynamic-select.include-images { | |
| 30 | - display: none; | |
| 31 | -} | |
| 32 | -.cf7sg-dynamic-list-tag-manager a.helper{color:#0673ff} | |
| 33 | -.cf7sg-dynamic-list-tag-manager .position-relative{ | |
| 14 | +#dynamic-select-tag-generator .position-relative{ | |
| 34 | 15 | position: relative; |
| 35 | 16 | } |
| 36 | -.cf7sg-dynamic-list-tag-manager .helper:hover::before { | |
| 17 | +#dynamic-select-tag-generator .helper:hover::before { | |
| 37 | 18 | display: inline-block; |
| 38 | 19 | } |
| 39 | -.cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label { | |
| 20 | +#dynamic-select-tag-generator .cf72post-new-taxonomy label { | |
| 40 | 21 | float: left; |
| 41 | 22 | width: 24%; |
| 42 | 23 | margin-right: 0.5%; |
| 43 | 24 | color: gray; |
| 44 | 25 | } |
| 45 | -.cf7sg-dynamic-list-tag-manager input.cf72post-new-taxonomy{ | |
| 26 | +#dynamic-select-tag-generator input.cf72post-new-taxonomy{ | |
| 46 | 27 | width:100%; |
| 47 | 28 | } |
| 48 | -.cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:last-child { | |
| 29 | +#dynamic-select-tag-generator .cf72post-new-taxonomy label:last-child { | |
| 49 | 30 | margin-right: 0; |
| 50 | 31 | margin-top: 21px; |
| 51 | 32 | } |
| 52 | -.cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:last-child input{ | |
| 33 | +#dynamic-select-tag-generator .cf72post-new-taxonomy label:last-child input{ | |
| 53 | 34 | width:auto; |
| 54 | 35 | } |
| 55 | -.cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:first-child { | |
| 36 | +#dynamic-select-tag-generator .cf72post-new-taxonomy label:first-child { | |
| 56 | 37 | width: 26.5%; |
| 57 | 38 | } |
| 58 | -.cf7sg-dynamic-list-tag-manager option.system-taxonomy { | |
| 39 | +#dynamic-select-tag-generator option.system-taxonomy { | |
| 59 | 40 | background: #0085ba; |
| 60 | 41 | color: white; |
| 61 | 42 | } |
| 62 | -.cf7sg-dynamic-list-tag-manager .hidden{ | |
| 43 | +#dynamic-select-tag-generator .hidden{ | |
| 63 | 44 | display:none; |
| 64 | 45 | } |
| 65 | -.cf7sg-dynamic-list-tag-manager option.cf7sg-taxonomy { | |
| 46 | +#dynamic-select-tag-generator option.cf7sg-taxonomy { | |
| 66 | 47 | background-color: #098f09; |
| 67 | 48 | color: white; |
| 68 | 49 | } |
| 69 | -.cf7sg-dynamic-list-tag-manager .tabordion { | |
| 50 | +.tabordion { | |
| 70 | 51 | color: #333; |
| 71 | 52 | display: block; |
| 72 | 53 | font-family: arial, sans-serif; |
| 73 | 54 | position: relative; |
| @@ -72,20 +53,20 @@ | ||
| 72 | 53 | font-family: arial, sans-serif; |
| 73 | 54 | position: relative; |
| 74 | 55 | width: 100%; |
| 75 | 56 | } |
| 76 | -.cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"] { | |
| 57 | +.tabordion input[name="sections"] { | |
| 77 | 58 | left: -9999px; |
| 78 | 59 | position: absolute; |
| 79 | 60 | top: -9999px; |
| 80 | 61 | } |
| 81 | -.cf7sg-dynamic-list-tag-manager .tabordion section { | |
| 62 | +.tabordion section { | |
| 82 | 63 | display: block; |
| 83 | 64 | } |
| 84 | -.cf7sg-dynamic-list-tag-manager .tabordion { | |
| 65 | +.tabordion { | |
| 85 | 66 | border-top: 1px solid #ccc; |
| 86 | 67 | } |
| 87 | -.cf7sg-dynamic-list-tag-manager .tabordion section > label { | |
| 68 | +.tabordion section > label { | |
| 88 | 69 | background: #ccc; |
| 89 | 70 | border: 1px solid #ccc; |
| 90 | 71 | cursor: pointer; |
| 91 | 72 | display: block; |
| @@ -97,9 +78,9 @@ | ||
| 97 | 78 | z-index: 100; |
| 98 | 79 | color: #333; |
| 99 | 80 | border-top: 1px solid #fff; |
| 100 | 81 | } |
| 101 | -.cf7sg-dynamic-list-tag-manager .tabordion section article { | |
| 82 | +.tabordion section article { | |
| 102 | 83 | display: none; |
| 103 | 84 | left: 133px; |
| 104 | 85 | min-width: 300px; |
| 105 | 86 | padding: 0 0 0 9px; |
| @@ -105,9 +86,9 @@ | ||
| 105 | 86 | padding: 0 0 0 9px; |
| 106 | 87 | position: absolute; |
| 107 | 88 | top: 0; |
| 108 | 89 | } |
| 109 | -.cf7sg-dynamic-list-tag-manager .tabordion section article:after { | |
| 90 | +.tabordion section article:after { | |
| 110 | 91 | /*background-color: #ccc;*/ |
| 111 | 92 | bottom: 0; |
| 112 | 93 | content: ""; |
| 113 | 94 | display: block; |
| @@ -116,22 +97,22 @@ | ||
| 116 | 97 | top: 0; |
| 117 | 98 | width: 220px; |
| 118 | 99 | z-index:1; |
| 119 | 100 | } |
| 120 | -.cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"]:checked + label { | |
| 101 | +.tabordion input[name="sections"]:checked + label { | |
| 121 | 102 | background: #fff; |
| 122 | 103 | border-right: 1px solid #fff; |
| 123 | 104 | } |
| 124 | -.cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"]:checked ~ article { | |
| 105 | +.tabordion input[name="sections"]:checked ~ article { | |
| 125 | 106 | display: block; |
| 126 | 107 | } |
| 127 | -.cf7sg-dynamic-list-sources .select2.select2-container { | |
| 108 | +#dynamic-dropdown-sources .select2.select2-container { | |
| 128 | 109 | min-width: 100%; |
| 129 | 110 | } |
| 130 | -.cf7sg-dynamic-list-tag-manager .select2-container{ | |
| 111 | +.select2-container{ | |
| 131 | 112 | z-index:100051; |
| 132 | 113 | } |
| 133 | -.cf7sg-dynamic-list-sources article h4 { | |
| 114 | +#dynamic-dropdown-sources article h4 { | |
| 134 | 115 | margin: 0 0 2px 0; |
| 135 | 116 | } |
| 136 | 117 | input#select2-tags:disabled + label a { |
| 137 | 118 | color: #b7b7b7; |