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

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