PluginProbe
Property Hive / 1.4.53
Property Hive v1.4.53
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 1.4.61 All 261 releases
propertyhive / assets / css / propertyhive.css

propertyhive.css in Property Hive 1.4.53, at assets/css/propertyhive.css

39 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .clear:after {
2 visibility: hidden;
3 display: block;
4 font-size: 0;
5 content: " ";
6 clear: both;
7 height: 0;
8 }
9 * html .clear { zoom: 1; } /* IE6 */
10 *:first-child+html .clear { zoom: 1; } /* IE7 */
11
12 #container { max-width:1140px; width:100%; margin:0 auto; }
13
14 .propertyhive { }
15
16 .property-search-form { display:table; width:100%; }
17 .property-search-form .control { display:table-cell; vertical-align:middle; padding:0 10px; position:relative; }
18 .property-search-form .control label { }
19
20 .propertyhive ul.properties { list-style-type:none; margin:0 0 1em; padding:0; clear:both }
21 .propertyhive ul.properties li { float:left; margin:0; padding-top:1em; padding-bottom:1em; border-bottom:1px solid #CCC; /*clear:both*/ }
22 .propertyhive ul.properties li.first { clear:left; }
23 .propertyhive ul.properties li.first.last { width:100%; }
24 .propertyhive ul.properties li .thumbnail { float:left; width:20%; }
25 .propertyhive ul.properties li .thumbnail a { display:block; position:relative; height:100%; }
26 .propertyhive ul.properties li .thumbnail img { max-width:100%; }
27 .propertyhive ul.properties li .details { float:right; width:77%; }
28 .propertyhive ul.properties li .details h3 { padding:0; margin:0 0 0.3rem; }
29
30 .propertyhive-pagination { }
31 .propertyhive-pagination ul { list-style-type:none; margin:0; padding:0; }
32 .propertyhive-pagination ul li { display:inline-block; }
33 .propertyhive-pagination ul li a { }
34
35 .propertyhive-my-account { }
36 .propertyhive-my-account::before { content:' '; display:table; }
37 .propertyhive-my-account::after { clear:both; content:' '; display:table; }
38 .propertyhive-my-account .my-account-navigation { float:left; width:30%; }
39 .propertyhive-my-account .my-account-sections { float:right; width:68%; }