diff --git a/public/site_assets/test/css/custom.css b/public/site_assets/test/css/custom.css index f851b91d..c679c7dc 100644 --- a/public/site_assets/test/css/custom.css +++ b/public/site_assets/test/css/custom.css @@ -193,8 +193,8 @@ span.toggle { footer.footer { clear: both; text-align: center; - height: 80px; - margin-top: -80px; + height: 60px; + margin-top: -60px; position: relative; padding: 4px 0px 0px 0px; background:url("../images/header_bg.png") repeat-x scroll 0% 0% rgb(34, 34, 34); diff --git a/public/site_assets/test/css/layout.css b/public/site_assets/test/css/layout.css index 6132563f..16b76ad6 100644 --- a/public/site_assets/test/css/layout.css +++ b/public/site_assets/test/css/layout.css @@ -317,11 +317,11 @@ margin-top: 20%; section#main { -width: 87%; -min-height: 88%; -background: url(../images/sidebar_shadow.png) repeat-y left top; +background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent; float: left; margin-top: -2px; +min-height: 80%; +width: 88%; } #main h3 { @@ -378,23 +378,25 @@ color: #666;} .width_full { width: 95%; +margin: 20px 0px 10px 30px; +float: left; } .width_half { width: 46%; -margin-right: 0; +margin: 20px 0px 10px 30px; float: left; } .width_quarter { width: 26%; -margin-right: 0; +margin: 20px 0px 10px 30px; float: left; } .width_3_quarter { width: 66%; -margin-right: 0; +margin: 20px 0px 10px 30px; float: left; }