From 784ef6634adbb64ad7afcf767e1bfd19fe09f4a8 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 18 Feb 2018 09:33:21 +0100 Subject: [PATCH] =?UTF-8?q?Corregida=20la=20superposici=C3=B3n=20de=20la?= =?UTF-8?q?=20imagen=20gravatar=20sobre=20el=20men=C3=BA=20superior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/application.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 225a3b5..be92ecb 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -80,6 +80,7 @@ div#content h1 { div.journal div[id^="note-"] > h4:first-child { font-size: 13px; padding-right: 0; + line-height: 15px; } .journal-link { font-size: 18px; @@ -105,6 +106,10 @@ div.gravatar-with-child > img.gravatar:nth-child(2) { top: 35px; left: 35px; } +div.gravatar-with-child + div.subject, +div.gravatar-with-child + div.subject + p.author { + padding-left: 68px; +} input, textarea, select { font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif; @@ -1173,6 +1178,7 @@ div.details { padding: 20px !important; } display: block !important; position: fixed; width: 100%; + z-index: 8888; } #wrapper-top-menu div, #wrapper-top-menu ul:last-child {