From d6696fedd6d22b63007a171f8515aeae46dce01b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 18 Jun 2018 01:24:54 +0200 Subject: [PATCH] =?UTF-8?q?Correcci=C3=B3n=20para=20m=C3=B3viles=20de=20co?= =?UTF-8?q?mentarios=20y=20enlaces=20sociales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enfold-cille/style.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/enfold-cille/style.css b/enfold-cille/style.css index a251dca..0732bcb 100644 --- a/enfold-cille/style.css +++ b/enfold-cille/style.css @@ -300,6 +300,13 @@ footer.entry-footer { margin-bottom: 30px; } /* Comments */ +.comment_content, +#top .commentlist .children ul { + padding-right: 18px !important; +} +.children .comment_content { + padding-right: 35px !important; +} .comment_container h3 { color: #e9146c; font-size: 28px; @@ -330,6 +337,18 @@ footer.entry-footer { font-size: 15px; } + +/* + * EnlighterJS PLUGIN. + */ + span.classicEnlighterJS { + padding: 7px 3px 3px !important; + background-color: #fafafa !important; + border: 1px solid #e0e0e0 !important; + border-radius: 3px; +} + + /* * PAGES STYLES. */ @@ -721,6 +740,9 @@ a.dpe-flexible-photos-link:hover { width: 92%; max-width: 92%; } + .responsive #top #header .social_bookmarks { + display: block !important; + } div.container_wrap_first { background: #fff; } @@ -765,5 +787,9 @@ a.dpe-flexible-photos-link:hover { /* Hide link about use of cookies */ #legal span.legal-cookies { display: none; - } + } + /* Footer */ + #socket .social_bookmarks { + margin-left: 0; + } }