diff --git a/unl_theme/views/default/css.php b/unl_theme/views/default/css.php index 74eca67d7f4dcc6f839033508fa026663479e682..5a6363bc080d214bbaeb4e166be060e679cecc09 100644 --- a/unl_theme/views/default/css.php +++ b/unl_theme/views/default/css.php @@ -83,7 +83,7 @@ /* canvas layout: 1 column, no sidebar */ #one_column { -/* width:928px; */ + width:940px; margin:0; min-height: 360px; background: #dedede; @@ -93,42 +93,35 @@ } /* canvas layout: 2 column left sidebar */ -#two_column_left_sidebar { - width:210px; - margin:0 20px 0 0; +#two_column_left_sidebar, #two_column_left_sidebar_boxes { + width:220px; + /*margin:0 20px 0 0;*/ min-height:360px; float:left; - background: #dedede; - padding:0px; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; - border-bottom:1px solid #cccccc; - border-right:1px solid #cccccc; + position:relative; + padding:0 10px; + padding-left:0px; +} +#two_column_left_sidebar { + } - #two_column_left_sidebar_maincontent { - width:708px; - margin:0; + width:700px; + /*margin:0;*/ min-height: 360px; - float:left; - background: #dedede; - padding:0 0 5px 0; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; + float:right; + position:relative; + padding:0 10px; + padding-right:0px; } #two_column_left_sidebar_maincontent_boxes { - margin:0 0px 20px 20px; - padding:0 0 5px 0; - width:708px; + /*margin:0 0px 20px 20px;*/ + padding:0 10px; + width:700px; background: none; float:left; -} -#two_column_left_sidebar_boxes { - width:210px; - margin:0px 0 20px 0px; - min-height:360px; - float:left; - padding:0; + position:relative; + padding-right:0px; } #two_column_left_sidebar_boxes .sidebarBox { /* Using ZEN Box Styles */ border:1px solid #ededed;