From cc8e6d465caf732267c0aeb9557ebe3564a49f93 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 7 Nov 2022 18:04:40 +0100 Subject: [PATCH] modified arrow in gallery, image size in news-thumb pfc pft --- css/styleHangar.css | 6 +++--- style.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/styleHangar.css b/css/styleHangar.css index a638b4b..7e3474c 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -155,11 +155,11 @@ /* layout one css starts */ .hangar-extra-content .pfc-posts-main .pfc-post.layout-one .news-thumb, .hangar-extra-content .pft-posts-main .pft-post.layout-one .news-thumb { - float: none; + /*float: none;*/ width: auto; max-height: 8.3rem; - overflow: hidden; - position: absolute; + /*overflow: hidden;*/ + /*position: absolute;*/ padding-right: 15px; } .hangar-extra-content .pfc-posts-main .news-thumb a img, diff --git a/style.css b/style.css index d75d1b9..c5907ed 100644 --- a/style.css +++ b/style.css @@ -1193,6 +1193,7 @@ form#commentform p.form-submit input#submit { width: 2rem; background: url('data:image/svg+xml;utf8,') center center no-repeat; background-color: rgba(150,150,150,0.5); + background-size: 50%; border-radius: 2rem; }