PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.31
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.31
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 6.31, at css/admin/applications.css

306 lines 5.5 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 .frm-admin-page-applications #wpcontent {
25 padding-left: 0;
26 }
27
28 .frm-application-cards-grid {
29 padding-top: var(--gap-md);
30 padding-bottom: 50px;
31 grid-gap: var(--gap-md);
32 }
33
34 .frm-application-cards-grid:last-child {
35 padding-bottom: 100px;
36 }
37
38 .frm-admin-page-applications #wpbody-content {
39 padding-bottom: 0;
40 }
41
42 .frm-application-card {
43 grid-column: span 4/span 4; /* treat as frm4 */
44 flex-direction: column;
45 gap: 0;
46 }
47
48 .frm-application-template-card {
49 cursor: pointer;
50 }
51
52 .frm-application-template-card:hover {
53 box-shadow: var(--box-shadow-lg);
54 }
55
56 .frm-application-template-card:hover h3 {
57 color: var(--primary-500);
58 }
59
60 /* Card title */
61 .frm-application-card h3 {
62 display: flex;
63 width: 100%;
64 align-items: center;
65 flex-wrap: nowrap;
66 gap: var(--gap-xs);
67 margin: 0;
68 font-size: var(--text-sm) !important;
69 font-weight: 500;
70 min-height: 28px;
71 }
72
73 .frm-application-card h3 .frmsvg {
74 width: 11px;
75 height: 13px;
76 }
77
78 .frm-application-card h3 .frm-inner-text {
79 max-width: calc(100% - 50px);
80 overflow: hidden;
81 white-space: nowrap;
82 text-overflow: ellipsis;
83 }
84
85 .frm-application-card h3 .frm-meta-tag {
86 margin: 0;
87 }
88
89 #frm_application_templates_grid .frm-application-card .frm-button-secondary {
90 display: flex;
91 flex-direction: row;
92 }
93
94 .frm-application-card .frm-button-secondary .frmsvg {
95 width: 11px;
96 height: 11px;
97 position: relative;
98 right: 2px;
99 align-self: center;
100 }
101
102 .frm-application-card .frm-new-pill {
103 min-height: 20px;
104 font-size: var(--text-xs);
105 align-items: center;
106 }
107
108 .frm-application-card:hover .frm-new-pill {
109 display: none;
110 }
111
112 /* Use template anchor */
113 #frm_application_templates_grid .frm-application-card .frm-button-secondary {
114 display: none;
115 }
116
117 #frm_application_templates_grid .frm-application-card:hover .frm-button-secondary {
118 display: inline-block;
119 }
120
121 /* Card description */
122 .frm-application-card > div:first-child > div {
123 font-size: var(--text-xs);
124 }
125
126 .frm-application-item-count {
127 font-size: var(--text-xs);
128 color: var(--grey-500);
129 margin-top: var(--gap-xs);
130 }
131
132 #frm_view_application_modal .frm_note_style2 {
133 margin-right: var(--gap-md);
134 margin-left: var(--gap-md);
135 padding: 10px;
136 border-radius: 8px;
137 display: flex;
138 justify-content: space-between;
139 align-items: center;
140 }
141
142 #frm_view_application_modal .frm_warning_style span {
143 flex: 1;
144 }
145
146 #frm_view_application_modal .frm_warning_style a:focus {
147 box-shadow: none;
148 }
149
150 .frm-application-card-image-wrapper {
151 min-height: 130px;
152 display: flex;
153 align-items: center;
154 align-self: center;
155 }
156
157 .frm-flex {
158 flex: 1;
159 }
160
161 .frm-application-modal-details {
162 padding: 25px var(--gap-md);
163 }
164
165 .frm-admin-page-applications .ui-widget-overlay {
166 position: fixed;
167 width: 100%;
168 height: 100%;
169 top: 0;
170 left: 0;
171 right: 0;
172 bottom: 0;
173 background: var(--grey-border);
174 z-index: 2;
175 }
176
177 #frm_view_application_modal .frm-application-image-wrapper {
178 background-color: #f6f7fb;
179 padding: 20px var(--gap-md) 15px;
180 }
181
182 #frm_view_application_modal img {
183 height: 245px;
184 }
185
186 #frm_view_application_modal .frm_modal_content {
187 max-height: 75vh !important;
188 flex: 1;
189 overflow-y: auto;
190 }
191
192 #frm_view_application_modal .postbox {
193 max-height: 800px !important;
194 }
195
196 .frm-application-modal-label {
197 opacity: 0.65;
198 margin-bottom: 5px;
199 }
200
201 .frm-admin-page-applications #frm_bs_dropdown .install-now {
202 vertical-align: bottom;
203 }
204
205 #frm_application_category_filter {
206 display: inline-block;
207 }
208
209 #frm_application_category_filter > a {
210 padding: 0 8px;
211 }
212
213 #frm_application_category_filter > a:first-child {
214 padding-left: 0;
215 }
216
217 #frm_application_category_filter > a:last-child {
218 padding-right: 0;
219 }
220
221 .frm-admin-page-applications #frm_top_bar h1 {
222 width: auto;
223 }
224
225 .frm-admin-page-applications #frm_top_bar .install-now {
226 vertical-align: bottom;
227 }
228
229 .frm-application-templates-nav .frm-search {
230 margin-top: 0;
231 }
232
233 .frm-application-templates-nav.wrap {
234 margin-right: 0;
235 }
236
237 #frm_custom_applications_placeholder {
238 border-radius: 16px;
239 overflow: hidden;
240 position: relative;
241 margin-top: 40px;
242 margin-bottom: 25px;
243 background-color: #fff;
244 padding: 11px 8px;
245 }
246
247 #frm_custom_applications_placeholder::before {
248 content: "";
249 display: block;
250 background: linear-gradient(90deg, #1961d5 0.76%, #e8abef 100%);
251 height: 4px;
252 margin: auto;
253 position: absolute;
254 top: 0;
255 left: 0;
256 width: 100%;
257 }
258
259 #frm_custom_applications_placeholder img {
260 margin-right: 5px;
261 float: left;
262 }
263
264 #frm_custom_applications_placeholder div a {
265 margin-top: var(--gap-md);
266 }
267
268 #frm_custom_applications_placeholder .frm2 {
269 text-align: right;
270 padding-right: 24px;
271 }
272
273 #frm_custom_applications_placeholder h3 {
274 font-weight: 700;
275 margin-bottom: 4px;
276 }
277
278 .frm-application-modal-label ~ .frm-application-modal-label {
279 margin-top: var(--gap-md);
280 }
281
282 ul.frm-application-item-list {
283 margin-top: 0;
284 list-style: disc;
285 list-style-position: inside;
286 }
287
288 @media only screen and (max-width: 1200px) {
289
290 .frm-application-card {
291 grid-column: span 6/span 6; /* treat as frm6 */
292 }
293 }
294
295 @media only screen and (max-width: 600px) {
296
297 #frm_application_category_filter {
298 display: block;
299 margin-left: 0;
300 }
301
302 .frm-application-card {
303 grid-column: span 12/span 12; /* treat as frm12 */
304 }
305 }
306