PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.0
2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 1.4.62 All 260 releases
← All changes | assets/css/admin.css +20 -0 2.2.42.3.0 View file →
@@ -275,5 +275,25 @@
275 275 @media (max-width:768px) {
276 276
277 277 .pro-feature-settings .pro-features ul li { width:1000%; }
278 278
279 +}
280 +
281 + .ph-custom-fields-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:22px; }
282 +.ph-custom-fields-grid > div { display:flex; gap:20px; background:#FFF; padding:25px; border:1px solid #AAA }
283 +.ph-custom-fields-grid > div .ph-grid-image { flex:0 0 50px; }
284 +.ph-custom-fields-grid > div .ph-grid-image-bg { background:#fbfcd4; border:1px solid #ffcd00; padding:10px; border-radius:7px; }
285 +.ph-custom-fields-grid > div .ph-grid-image img { max-width:40px; height:40px; display:block }
286 +.ph-custom-fields-grid > div .feature-card-content { flex:1; min-width:0; }
287 +.ph-custom-fields-grid > div h3 { margin-top:0; margin-bottom:0.6em }
288 +
289 +@media (max-width:1750px) {
290 +
291 + .ph-custom-fields-grid { grid-template-columns:repeat(3, 1fr); }
292 +
293 +}
294 +
295 +@media (max-width:1370px) {
296 +
297 + .ph-custom-fields-grid { grid-template-columns:repeat(2, 1fr); }
298 +
279 299 }