Skip to content

Commit

Permalink
slightly widen padding between columns region, remove unneeded inner …
Browse files Browse the repository at this point in the history
…region padding from college, add to list of widgets not to apply a top border to in classic theme. #3846
  • Loading branch information
dan-cabral committed Feb 9, 2014
1 parent c423e59 commit 1d8e2e2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 39 deletions.
2 changes: 1 addition & 1 deletion openscholar/themes/hwpi_classic/css/hwpi_classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ margin-left:6em;
margin-top:12px;
}

.front #content-column .block.block-boxes-os_boxes_columns,
#content-column .block.block-boxes-os_boxes_columns,
.block-boxes-os_sv_list_box .block-inner,
.block-boxes-os_boxes_manual_list,
.sidebar .block.section-nav,
Expand Down
68 changes: 31 additions & 37 deletions openscholar/themes/hwpi_college/css/hwpi_college.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ h1#page-title {
margin-bottom: 20px;
}

.not-front #content-column .block.block-boxes-os_boxes_columns,
.front #content-column .block.block-boxes-os_boxes_columns,
.block-boxes-os_boxes_tabs .block,
.block.block.os-custom-menu,
.sidebar #block-views-os-events-block-1.block,
Expand All @@ -397,6 +399,10 @@ h1#page-title {
padding-top:12px;
}



.region-inner

#content-panels .block-inner {
margin-top: 0;
}
Expand Down Expand Up @@ -620,9 +626,10 @@ table td.mini {
border-color: -moz-use-text-color -moz-use-text-color #CCC;
border-style: none none solid;
border-width: 0 0 1px;
color: #6C6C6C;
color: #6C6C6C !important;
font-family: arial,sans-serif;
font-weight: bold;
font-size: .95em;
}

#boxes-box-os_pages_section_nav {
Expand Down Expand Up @@ -662,59 +669,46 @@ padding: 20px 0;
width: 950px;
}

.section-nav .menu-depth-1 > a {
background-color: #fff !important;
color: #1F1F1F !important;
text-transform: capitalize;
}
.section-nav .expanded.menu-depth-2 .leaf.menu-depth-3 > a, .section-nav .expanded.menu-depth-2 .leaf.menu-depth-4 > a, .section-nav .expanded.menu-depth-2 .leaf.menu-depth-5 > a, .section-nav .expanded.menu-depth-2 .leaf.menu-depth-6 > a {
font-weight: normal;
}

.section-nav a.active {
font-weight: bold !important;
}

.ui-tabs-panel h2.block-title{
border-top:0;}



.section-nav .menu-depth-1 > a {
text-transform:none;
background-color: #FFF !important;

}

.section-nav .expanded.menu-depth-2 > a {
background-color: #E6E6E3;
color: #000000;
background-color: #FFF;
color:#6c6c6c;

}

.section-nav .expanded.menu-depth-2 > a:hover {
background-color: #E6E5E3 !important;
background-color: #E6E5E3 !important;


}

.node-type-page .breadcrumb, .breadcrumb, .breadcrumb a {
color: #6C6C6C;
font-family: arial,sans-serif;
text-transform: capitalize;
}


.section-nav .expanded.menu-depth-2 .menu-depth-3 > a,
.section-nav .expanded.menu-depth-2 .menu-depth-4 > a,
.section-nav .expanded.menu-depth-2 .menu-depth-5 > a,
.section-nav .expanded.menu-depth-2 .menu-depth-6 > a,
.section-nav .leaf.menu-depth-3 > a,
.section-nav .leaf.menu-depth-4 > a,
.section-nav .leaf.menu-depth-5 > a,
.section-nav .leaf.menu-depth-6 > a {
background-color: #f3f3f1 !important;
}

.section-nav .expanded.menu-depth-2 .menu-depth-3 > a:hover,
.section-nav .expanded.menu-depth-2 .menu-depth-4 > a:hover,
.section-nav .expanded.menu-depth-2 .menu-depth-5 > a:hover,
.section-nav .expanded.menu-depth-2 .menu-depth-6 > a:hover,
.section-nav .leaf.menu-depth-3 > a:hover,
.section-nav .leaf.menu-depth-4 > a:hover,
.section-nav .leaf.menu-depth-5 > a:hover,
.section-nav .leaf.menu-depth-6 > a:hover {
background-color: none !important;
.section-nav a:hover,
/*.section-nav li.leaf.active-trail.leaf.active-trail a.active-trail.active.active*/ {
background-color: #E6E5E3 !important;
}




.block-boxes-os_taxonomy_fbt.navigation a {
color: #6C6C6C;
font-weight: bold;
Expand Down Expand Up @@ -869,10 +863,10 @@ a.rslides_nav {
.contextual-controls-wrapper {
top:0;
}

/**
.region-content-first .region-inner,
.region-content-second .region-inner,
.region-content-bottom .region-inner{
padding:0 20px;
}
}**/
2 changes: 1 addition & 1 deletion openscholar/themes/os_basetheme/css/global.pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ div.messages {
}

/*** SOME BASE STLYES FOR THE COLUMNS WIDGET ***/
.block-boxes-os_boxes_columns .region .region-inner {padding-right:18px;}
.block-boxes-os_boxes_columns .region .region-inner {padding-right:25px;}

.block-boxes-os_boxes_columns .region:last-child .region-inner {padding-right:0;}

Expand Down

0 comments on commit 1d8e2e2

Please sign in to comment.