diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index eb1ae15..5a9b720 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -108,6 +108,10 @@ div.gravatar-with-child > img.gravatar:nth-child(2) { left: 35px; } +p.breadcrumb { + text-align: left; +} + div.subject h3 { font-size: 20px; } @@ -115,6 +119,12 @@ p.author { font-size: 13px; } +.hljs { + padding: 0 !important; + background: transparent !important; + font-size: 15px; +} + /**********************************************************/ /* 2. FONT ICONS */ /**********************************************************/ @@ -562,6 +572,22 @@ div#content .contacts-tags-edit ul.tagit { /* 12. CONTEXT-MENU */ /**********************************************************/ +.contextual { + float: none; + text-align: right; + background-color: #f2f2f2; + margin-top: 0; + padding-right: 8px; +} +.contextual a { + display: inline-block; + height: 33px; + line-height: 33px; +} +.contextual .icon { + padding: 0 0 0 20px; +} + div#content .context-menu-selection { background-color: #2996cc !important; }