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 {