From d18a8b52cccb985a6a4fd322879a08eac35467d5 Mon Sep 17 00:00:00 2001 From: Jeff Veit Date: Tue, 5 Sep 2017 16:49:29 +0100 Subject: [PATCH] Further changes for the Use cases on the live site. --- web/themes/custom/yaffs/css/style.css | 38 +++++++++++++++---------- web/themes/custom/yaffs/scss/style.scss | 9 ++++++ 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/web/themes/custom/yaffs/css/style.css b/web/themes/custom/yaffs/css/style.css index 147044e47..80ff52874 100644 --- a/web/themes/custom/yaffs/css/style.css +++ b/web/themes/custom/yaffs/css/style.css @@ -13659,14 +13659,22 @@ header .smaller { margin-top: 0.6em; margin-bottom: 0.6em; } +/* line 279, ../scss/style.scss */ +.view-id-use_cases .view-footer h3, .view-id-use .view-footer h3 { + margin-top: 2.2em; + padding-top: 0; + border-top-width: 1px; + border-top-style: solid; + border-top-color: #cbe4e8; +} /* For admin, stop the silliness with search rollover stopping clicks on nav links */ -/* line 282, ../scss/style.scss */ +/* line 291, ../scss/style.scss */ .region-navigation-collapsible #block-searchform.search-block-form.contextual-region.block.block-search.block-search-form-block { position: inherit !important; } -/* line 292, ../scss/style.scss */ +/* line 301, ../scss/style.scss */ .view-id-use-case .view-header .views-field-title, .view-id-use .view-header .views-field-title { margin-top: inherit; padding-top: inherit; @@ -13674,12 +13682,12 @@ header .smaller { border-top-style: inherit; border-top-color: inherit; } -/* line 299, ../scss/style.scss */ +/* line 308, ../scss/style.scss */ .view-id-use-case .view-header .views-field-field-image, .view-id-use .view-header .views-field-field-image { margin-top: inherit; margin-bottom: inherit; } -/* line 305, ../scss/style.scss */ +/* line 314, ../scss/style.scss */ .view-id-use-case .view-content .views-field-title, .view-id-use .view-content .views-field-title { margin-top: 2.2em; padding-top: 0; @@ -13687,19 +13695,19 @@ header .smaller { border-top-style: solid; border-top-color: #cbe4e8; } -/* line 312, ../scss/style.scss */ +/* line 321, ../scss/style.scss */ .view-id-use-case .view-content .views-field-field-image, .view-id-use .view-content .views-field-field-image { margin-top: 0.6em; margin-bottom: 0.6em; } -/* line 320, ../scss/style.scss */ +/* line 329, ../scss/style.scss */ .search-block-form.contextual-region { position: static; } /* Styling for Yaffs papers */ -/* line 325, ../scss/style.scss */ +/* line 334, ../scss/style.scss */ .paper, .page { /*p.western { font-family: "Liberation Sans", sans-serif; font-size: 11pt } p.cjk { font-size: 10pt }*/ @@ -13724,22 +13732,22 @@ header .smaller { a:link { so-language: zxx } */ } -/* line 327, ../scss/style.scss */ +/* line 336, ../scss/style.scss */ .paper p, .page p { orphans: 2; widows: 2; page-break-before: auto; } -/* line 334, ../scss/style.scss */ +/* line 343, ../scss/style.scss */ .paper #Frame1 img, .page #Frame1 img { clear: left; margin-top: 1em; } -/* line 342, ../scss/style.scss */ +/* line 351, ../scss/style.scss */ .paper #Frame2 p.frame-contents-western, .page #Frame2 p.frame-contents-western { font-size: 20px; } -/* line 345, ../scss/style.scss */ +/* line 354, ../scss/style.scss */ .paper #Frame2 p.frame-contents-western:first-child, .page #Frame2 p.frame-contents-western:first-child { font: 0/0 a; color: transparent; @@ -13747,15 +13755,15 @@ header .smaller { background-color: transparent; border: 0; } -/* line 348, ../scss/style.scss */ +/* line 357, ../scss/style.scss */ .paper #Frame2 p.frame-contents-western:last-child, .page #Frame2 p.frame-contents-western:last-child { font-size: 18px; } -/* line 353, ../scss/style.scss */ +/* line 362, ../scss/style.scss */ .paper table, .page table { border: 1px solid #ddd; } -/* line 359, ../scss/style.scss */ +/* line 368, ../scss/style.scss */ .paper table > thead > tr > th, .paper table > thead > tr > td, .paper table > tbody > tr > th, @@ -13770,7 +13778,7 @@ header .smaller { border: 1px solid #ddd; padding: 1ex; } -/* line 367, ../scss/style.scss */ +/* line 376, ../scss/style.scss */ .paper table > thead > tr > th, .paper table > thead > tr > td, .page table > thead > tr > th, .page table > thead > tr > td { diff --git a/web/themes/custom/yaffs/scss/style.scss b/web/themes/custom/yaffs/scss/style.scss index 58bd513f9..7b0ad0928 100644 --- a/web/themes/custom/yaffs/scss/style.scss +++ b/web/themes/custom/yaffs/scss/style.scss @@ -275,6 +275,15 @@ header { margin-bottom: 0.6em; } } + .view-footer { + h3 { + margin-top: 2.2em; + padding-top: 0; + border-top-width: 1px; + border-top-style: solid; + border-top-color: $yaffs-fade-1; + } + } } /* For admin, stop the silliness with search rollover stopping clicks on nav links */ -- 2.30.2