From 5c3365b92ef0e44309fede3e93e4152772522794 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Tue, 13 Feb 2018 20:52:06 +0100 Subject: [PATCH] =?UTF-8?q?M=C3=A1s=20espacio=20para=20las=20opciones=20co?= =?UTF-8?q?ntextuales=20y=20mejor=20disposici=C3=B3n=20del=20"breadcrumb"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circlepro/stylesheets/application.css | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) 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; }