Skip to content
Snippets Groups Projects
Commit 87596466 authored by Angie Byron's avatar Angie Byron
Browse files

#862854 by theresaanna, yoroy, rjgoldsborough, tim.plunkett, Jeff Burnz,...

#862854 by theresaanna, yoroy, rjgoldsborough, tim.plunkett, Jeff Burnz, Bojhan: Style sticky nodes in Bartik.
parent e682c02e
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -12,3 +12,11 @@
#block-search-form .form-item-search-block-form input {
width: 67%;
}
.node-sticky {
background: transparent;
border: none;
padding: 0 0 15px;
}
.node-teaser {
border-bottom: 1px solid #d3d7d9;
}
......@@ -481,7 +481,7 @@ h1#site-name,
/* ----------------- Content ------------------ */
.content {
margin-top: 1em;
margin-top: 10px;
}
#preview #preview-block-system-main {
line-height: 1.5;
......@@ -511,6 +511,12 @@ h1#page-title,
margin-bottom: 30px;
padding-bottom: 15px;
}
.node-teaser.node-sticky {
background: #f9f9f9;
background: rgba(0, 0, 0, 0.024);
border: 1px solid #d3d7d9;
padding: 0 15px 15px;
}
.node-teaser .content {
color: #3b3b3b;
clear: none;
......@@ -620,11 +626,13 @@ ul.links {
}
/* ------------------ Sidebar ----------------- */
.sidebar .section {
padding-top: 10px;
}
.sidebar .block {
border: 1px solid;
padding: 15px 20px;
margin: 20px 0;
margin: 0 0 20px;
}
.sidebar h2,
#preview .sidebar h2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment