| @@ -26,8 +26,12 @@ | ||
| 26 | 26 | .propertyhive ul.properties li .thumbnail img { max-width:100%; } |
| 27 | 27 | .propertyhive ul.properties li .details { float:right; width:77%; } |
| 28 | 28 | .propertyhive ul.properties li .details h3 { padding:0; margin:0 0 0.3rem; } |
| 29 | 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 | + | |
| 30 | 34 | .propertyhive-pagination { } |
| 31 | 35 | .propertyhive-pagination ul { list-style-type:none; margin:0; padding:0; } |
| 32 | 36 | .propertyhive-pagination ul li { display:inline-block; } |
| 33 | 37 | .propertyhive-pagination ul li a { } |
| @@ -35,5 +39,18 @@ | ||
| 35 | 39 | .propertyhive-my-account { } |
| 36 | 40 | .propertyhive-my-account::before { content:' '; display:table; } |
| 37 | 41 | .propertyhive-my-account::after { clear:both; content:' '; display:table; } |
| 38 | 42 | .propertyhive-my-account .my-account-navigation { float:left; width:30%; } |
| 39 | -.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%; } | |