PluginProbe
Property Hive / 2.4.0
Property Hive v2.4.0
2.4.0 2.3.1 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 All 262 releases
← All changes | assets/css/propertyhive.css +20 -2 1.4.6 → 2.4.0 View file →
@@ -13,9 +13,9 @@
13 13
14 14 .propertyhive { }
15 15
16 16 .property-search-form { display:table; width:100%; }
17 -.property-search-form .control { display:table-cell; vertical-align:middle; padding:0 10px; }
17 +.property-search-form .control { display:table-cell; vertical-align:middle; padding:0 10px; position:relative; }
18 18 .property-search-form .control label { }
19 19
20 20 .propertyhive ul.properties { list-style-type:none; margin:0 0 1em; padding:0; clear:both }
21 21 .propertyhive ul.properties li { float:left; margin:0; padding-top:1em; padding-bottom:1em; border-bottom:1px solid #CCC; /*clear:both*/ }
@@ -21,12 +21,17 @@
21 21 .propertyhive ul.properties li { float:left; margin:0; padding-top:1em; padding-bottom:1em; border-bottom:1px solid #CCC; /*clear:both*/ }
22 22 .propertyhive ul.properties li.first { clear:left; }
23 23 .propertyhive ul.properties li.first.last { width:100%; }
24 24 .propertyhive ul.properties li .thumbnail { float:left; width:20%; }
25 +.propertyhive ul.properties li .thumbnail a { display:block; position:relative; height:100%; }
25 26 .propertyhive ul.properties li .thumbnail img { max-width:100%; }
26 27 .propertyhive ul.properties li .details { float:right; width:77%; }
27 28 .propertyhive ul.properties li .details h3 { padding:0; margin:0 0 0.3rem; }
28 29
30 +.propertyhive .tns-controls { text-align:center }
31 +.propertyhive .tns-controls button { margin:0 5px; }
32 +.propertyhive .tns-inner .property { float:none !important; margin:0 !important }
33 +
29 34 .propertyhive-pagination { }
30 35 .propertyhive-pagination ul { list-style-type:none; margin:0; padding:0; }
31 36 .propertyhive-pagination ul li { display:inline-block; }
32 37 .propertyhive-pagination ul li a { }
@@ -34,5 +39,18 @@
34 39 .propertyhive-my-account { }
35 40 .propertyhive-my-account::before { content:' '; display:table; }
36 41 .propertyhive-my-account::after { clear:both; content:' '; display:table; }
37 42 .propertyhive-my-account .my-account-navigation { float:left; width:30%; }
38 -.propertyhive-my-account .my-account-sections { float:right; width:68%; }
43 +.propertyhive-my-account .my-account-sections { float:right; width:68%; }
44 +
45 +form.account-requirements-form .ms-options-wrap,
46 +form.applicant-registration-form .ms-options-wrap { width:66%; display:inline-block; }
47 +form.account-requirements-form .ms-options-wrap label:first-child,
48 +form.applicant-registration-form .ms-options-wrap label:first-child { width:100%; }
49 +
50 +.property-enquiry-form { }
51 +.property-enquiry-form .control { margin-bottom:5px; }
52 +.property-enquiry-form .control label { display:block; }
53 +.property-enquiry-form .control input[type='text'],
54 +.property-enquiry-form .control input[type='email'],
55 +.property-enquiry-form .control select,
56 +.property-enquiry-form .control textarea { display:block; width:100%; }