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

295 lines 5.3 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_view_application_modal img {
187 height: 245px;
188 }
189
190 #frm_view_application_modal .frm_modal_content {
191 flex: 1;
192 overflow-y: auto;
193 }
194
195 .frm-application-modal-label {
196 opacity: 0.65;
197 margin-bottom: 5px;
198 }
199
200 .formidable_page_formidable-applications #frm_bs_dropdown .install-now {
201 vertical-align: bottom;
202 }
203
204 .frm-application-card svg + h4 {
205 margin-left: 10px;
206 }
207
208 #frm_application_category_filter {
209 display: inline-block;
210 }
211
212 #frm_application_category_filter > a {
213 padding: 0 10px;
214 }
215
216 #frm_application_category_filter > a:first-child {
217 padding-left: 0;
218 }
219
220 #frm_application_category_filter > a:last-child {
221 padding-right: 0;
222 }
223
224 #frm_application_category_filter > a.frm-active-application-category {
225 color: var(--dark-grey);
226 pointer-events: none;
227 }
228
229 .frm-admin-page-applications #frm_top_bar h1 {
230 width: auto;
231 }
232
233 .frm-admin-page-applications #frm_top_bar .install-now {
234 vertical-align: bottom;
235 }
236
237 .frm-application-templates-nav .frm-search {
238 margin-top: 0;
239 }
240
241 .frm-application-templates-nav.wrap {
242 margin-right: 0;
243 }
244
245 #frm_custom_applications_placeholder > div:first-child {
246 position: absolute;
247 }
248
249 #frm_custom_applications_placeholder > div:last-child {
250 text-align: center;
251 max-width: 500px;
252 margin: 0 auto 20px;
253 position: relative;
254 top: 20px;
255 }
256
257 #frm_custom_applications_placeholder > div a {
258 margin-top: 20px;
259 }
260
261 @media only screen and (max-width: 1200px) {
262 .frm-application-card {
263 grid-column: span 4/span 4; /* treat as frm4 */
264 }
265
266 .frm-application-card:nth-child(3) ~ .frm-application-card {
267 margin-top: 20px;
268 }
269 }
270
271 @media only screen and (max-width: 800px) {
272 .frm-application-card {
273 grid-column: span 6/span 6; /* treat as frm6 */
274 }
275
276 .frm-application-card:nth-child(2) ~ .frm-application-card {
277 margin-top: 20px;
278 }
279 }
280
281 @media only screen and (max-width: 600px) {
282 #frm_application_category_filter {
283 display: block;
284 margin-left: 0;
285 }
286
287 .frm-application-card {
288 grid-column: span 12/span 12; /* treat as frm12 */
289 }
290
291 .frm-application-card:nth-child(1) ~ .frm-application-card {
292 margin-top: 20px;
293 }
294 }
295