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

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