PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.4
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.4
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
formidable / css / admin / applications.css

applications.css in Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More 5.4, at css/admin/applications.css

286 lines 5.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .frm-application-cards-grid,
2 #frm-application-search,
3 .frm-application-card hr {
4 width: 100%;
5 }
6
7 .frm-application-card img,
8 .frm-application-image-wrapper img,
9 #frm_custom_applications_placeholder img {
10 max-width: 100%;
11 }
12
13 .frm-application-image-wrapper img {
14 background: url(../../images/applications/toolbar.png) no-repeat top center;
15 background-size: contain;
16 padding-top: 19px;
17 }
18
19 .frm-application-card > div:first-child,
20 #frm_custom_applications_placeholder {
21 position: relative;
22 }
23
24 .formidable_page_formidable-applications #frm_top_bar {
25 background: #fff;
26 }
27
28 .formidable_page_formidable-applications #wpbody {
29 background: var(--sidebar-color);
30 }
31
32 .formidable_page_formidable-applications #wpcontent {
33 padding-left: 0;
34 }
35
36 .frm-applications-index-content {
37 padding: 40px 40px 0;
38 }
39
40 .frm-application-cards-grid {
41 padding-bottom: 50px;
42 }
43
44 .frm-application-cards-grid:last-child {
45 padding-bottom: 100px;
46 }
47
48 .formidable_page_formidable-applications #wpbody-content {
49 padding-bottom: 0;
50 }
51
52 .frm-application-card {
53 border-radius: 4px;
54 background: #FFFFFF;
55 grid-column: span 3/span 3; /* treat as frm3 */
56 padding: 10px 0;
57 display: flex;
58 flex-direction: column;
59 }
60
61 .frm-application-card:nth-child(4) ~ .frm-application-card {
62 margin-top: 20px;
63 }
64
65 .frm-application-template-card {
66 cursor: pointer;
67 }
68
69 .frm-application-template-card:hover {
70 filter: drop-shadow(0px 12px 24px rgba(72, 78, 84, 0.2));
71 }
72
73 .frm-application-template-card:hover h4 {
74 color: var(--primary-color);
75 }
76
77 /* Card title */
78 .frm-application-card h4 {
79 font-weight: 600;
80 display: inline-block;
81 max-width: 100%;
82 overflow: hidden;
83 white-space: nowrap;
84 text-overflow: ellipsis;
85 margin: 0;
86 }
87
88 .frm-locked-application-template h4 {
89 opacity: 0.85;
90 max-width: calc( 100% - 30px );
91 }
92
93 .frm-locked-application-template > div:first-child > span > .frmsvg {
94 position: relative;
95 bottom: 5px;
96 width: 14px;
97 height: 14px;
98 }
99
100 #frm_application_templates_grid .frm-application-card .frm-button-secondary {
101 display: flex;
102 flex-direction: row;
103 }
104
105 .frm-application-card .frm-button-secondary .frmsvg {
106 width: 11px;
107 height: 11px;
108 position: relative;
109 right: 2px;
110 align-self: center;
111 }
112
113 /* Use template anchor */
114 #frm_application_templates_grid .frm-application-card .frm-button-secondary {
115 position: absolute;
116 right: 10px;
117 bottom: 0;
118 line-height: 17px;
119 min-height: 17px;
120 height: 20px;
121 }
122
123 /* Card description */
124 .frm-application-card > div:first-child > div {
125 font-size: 12px;
126 }
127
128 .frm-application-card > div {
129 padding: 0 10px;
130 }
131
132 .frm-application-item-count {
133 font-size: 11px;
134 color: var(--medium-grey);
135 margin-top: 4px;
136 }
137
138 #frm_view_application_modal .frm_warning_style {
139 border: none aliceblue;
140 margin-top: 0;
141 padding: 20px;
142 border-radius: 0;
143 display: flex;
144 }
145
146 #frm_view_application_modal .frm_warning_style span {
147 flex: 1;
148 }
149
150 #frm_view_application_modal .frm_warning_style a:focus {
151 box-shadow: none;
152 }
153
154 .frm-application-card-image-wrapper {
155 min-height: 130px;
156 display: flex;
157 align-items: center;
158 align-self: center;
159 }
160
161 .frm-flex {
162 flex: 1;
163 }
164
165 .frm-application-modal-details {
166 padding: 25px 30px;
167 }
168
169 .formidable_page_formidable-applications .ui-widget-overlay {
170 position: fixed;
171 width: 100%;
172 height: 100%;
173 top: 0;
174 left: 0;
175 right: 0;
176 bottom: 0;
177 background: var(--grey-border);
178 z-index: 2;
179 }
180
181 #frm_view_application_modal .frm-application-image-wrapper {
182 background-color: #F6F7FB;
183 padding: 20px 30px 15px;
184 }
185
186 .frm-application-modal-label {
187 opacity: 0.65;
188 margin-bottom: 5px;
189 }
190
191 .formidable_page_formidable-applications #frm_bs_dropdown .install-now {
192 vertical-align: bottom;
193 }
194
195 .frm-application-card svg + h4 {
196 margin-left: 10px;
197 }
198
199 #frm_application_category_filter {
200 display: inline-block;
201 }
202
203 #frm_application_category_filter > a {
204 padding: 0 10px;
205 }
206
207 #frm_application_category_filter > a:first-child {
208 padding-left: 0;
209 }
210
211 #frm_application_category_filter > a:last-child {
212 padding-right: 0;
213 }
214
215 #frm_application_category_filter > a.frm-active-application-category {
216 color: var(--dark-grey);
217 pointer-events: none;
218 }
219
220 .frm-admin-page-applications #frm_top_bar h1 {
221 width: auto;
222 }
223
224 .frm-admin-page-applications #frm_top_bar .install-now {
225 vertical-align: bottom;
226 }
227
228 .frm-application-templates-nav .frm-search {
229 margin-top: 0;
230 }
231
232 .frm-application-templates-nav.wrap {
233 margin-right: 0;
234 }
235
236 #frm_custom_applications_placeholder > div:first-child {
237 position: absolute;
238 }
239
240 #frm_custom_applications_placeholder > div:last-child {
241 text-align: center;
242 max-width: 500px;
243 margin: 0 auto 20px;
244 position: relative;
245 top: 20px;
246 }
247
248 #frm_custom_applications_placeholder > div a {
249 margin-top: 20px;
250 }
251
252 @media only screen and (max-width: 1200px) {
253 .frm-application-card {
254 grid-column: span 4/span 4; /* treat as frm4 */
255 }
256
257 .frm-application-card:nth-child(3) ~ .frm-application-card {
258 margin-top: 20px;
259 }
260 }
261
262 @media only screen and (max-width: 800px) {
263 .frm-application-card {
264 grid-column: span 6/span 6; /* treat as frm6 */
265 }
266
267 .frm-application-card:nth-child(2) ~ .frm-application-card {
268 margin-top: 20px;
269 }
270 }
271
272 @media only screen and (max-width: 600px) {
273 #frm_application_category_filter {
274 display: block;
275 margin-left: 0;
276 }
277
278 .frm-application-card {
279 grid-column: span 12/span 12; /* treat as frm12 */
280 }
281
282 .frm-application-card:nth-child(1) ~ .frm-application-card {
283 margin-top: 20px;
284 }
285 }
286