PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.11
Smart Grid-Layout Design for Contact Form 7 v4.11
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
cf7-grid-layout / admin / css / cf7sg-dynamic-tag.css

cf7sg-dynamic-tag.css in Smart Grid-Layout Design for Contact Form 7 4.11, at admin/css/cf7sg-dynamic-tag.css

140 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 {
18 content: 'Click to copy!';
19 display: none;
20 position: absolute;
21 bottom: -20px;
22 left: 50px;
23 background: #323232;
24 color: white;
25 padding: 2px 5px;
26 border-radius: 3px;
27 font-weight: bold;
28 }
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{
34 position: relative;
35 }
36 .cf7sg-dynamic-list-tag-manager .helper:hover::before {
37 display: inline-block;
38 }
39 .cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label {
40 float: left;
41 width: 24%;
42 margin-right: 0.5%;
43 color: gray;
44 }
45 .cf7sg-dynamic-list-tag-manager input.cf72post-new-taxonomy{
46 width:100%;
47 }
48 .cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:last-child {
49 margin-right: 0;
50 margin-top: 21px;
51 }
52 .cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:last-child input{
53 width:auto;
54 }
55 .cf7sg-dynamic-list-tag-manager .cf72post-new-taxonomy label:first-child {
56 width: 26.5%;
57 }
58 .cf7sg-dynamic-list-tag-manager option.system-taxonomy {
59 background: #0085ba;
60 color: white;
61 }
62 .cf7sg-dynamic-list-tag-manager .hidden{
63 display:none;
64 }
65 .cf7sg-dynamic-list-tag-manager option.cf7sg-taxonomy {
66 background-color: #098f09;
67 color: white;
68 }
69 .cf7sg-dynamic-list-tag-manager .tabordion {
70 color: #333;
71 display: block;
72 font-family: arial, sans-serif;
73 position: relative;
74 width: 100%;
75 }
76 .cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"] {
77 left: -9999px;
78 position: absolute;
79 top: -9999px;
80 }
81 .cf7sg-dynamic-list-tag-manager .tabordion section {
82 display: block;
83 }
84 .cf7sg-dynamic-list-tag-manager .tabordion {
85 border-top: 1px solid #ccc;
86 }
87 .cf7sg-dynamic-list-tag-manager .tabordion section > label {
88 background: #ccc;
89 border: 1px solid #ccc;
90 cursor: pointer;
91 display: block;
92 font-size: 13px;
93 font-weight: bold;
94 padding: 4px 10px 4px 2px;
95 position: relative;
96 width: 120px;
97 z-index: 100;
98 color: #333;
99 border-top: 1px solid #fff;
100 }
101 .cf7sg-dynamic-list-tag-manager .tabordion section article {
102 display: none;
103 left: 133px;
104 min-width: 300px;
105 padding: 0 0 0 9px;
106 position: absolute;
107 top: 0;
108 }
109 .cf7sg-dynamic-list-tag-manager .tabordion section article:after {
110 /*background-color: #ccc;*/
111 bottom: 0;
112 content: "";
113 display: block;
114 left:-229px;
115 position: absolute;
116 top: 0;
117 width: 220px;
118 z-index:1;
119 }
120 .cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"]:checked + label {
121 background: #fff;
122 border-right: 1px solid #fff;
123 }
124 .cf7sg-dynamic-list-tag-manager .tabordion input[name="sections"]:checked ~ article {
125 display: block;
126 }
127 .cf7sg-dynamic-list-sources .select2.select2-container {
128 min-width: 100%;
129 }
130 .cf7sg-dynamic-list-tag-manager .select2-container{
131 z-index:100051;
132 }
133 .cf7sg-dynamic-list-sources article h4 {
134 margin: 0 0 2px 0;
135 }
136 input#select2-tags:disabled + label a {
137 color: #b7b7b7;
138 text-decoration: none;
139 }
140