Skip to content

Commit

Permalink
[refs #99788] Copernicus Land: improve spacing and styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Mar 27, 2019
1 parent a1564c5 commit ab897c4
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion copernicus/public/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,26 @@ div.tileItem.ribbon-parent {
height: 60px;
}

#content h1, div.content h1 {
font-size: 24px;
border-bottom: 3px solid #BDCE49;
color: #1E1E1E;
font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
}

#portal-columns {
margin-top: 20px !important;
}

#content .eea-accordion-panels .eea-accordion-panel > h2,
.facetview_display_type .eea-icon,
.facetview_top select,
#content .facetview_top option,
.eea-tile:hover a,
.eea-tile a,
#content a:visited, dl.portlet a:visited,
#content a:link, dl.portlet a:link,
#content h2 {
color: #A0B228;
}
Expand Down Expand Up @@ -163,7 +177,17 @@ div.tileItem.ribbon-parent {

.fullwidth.copernicus-search #content.content {
margin: 0 !important;
padding-bottom: 0;
padding-bottom: 20px;
border-radius: 6px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 1500px) {
.fullwidth.copernicus-search #content.content {
margin-left: 10% !important;
margin-right: 10% !important;
}
}

.fullwidth.copernicus-search .header .main-nav {
Expand Down

0 comments on commit ab897c4

Please sign in to comment.