From 96c36f10dbfb3f0d6acdb796f20cd7c2eb9d6b4d Mon Sep 17 00:00:00 2001 From: jensp Date: Tue, 24 Feb 2015 08:39:44 +0000 Subject: [PATCH] More space for the breadcrumbs in the content center. git-svn-id: https://svn.libreccm.org/ccm/trunk@3265 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/web/themes/foundry/foundry/styles/admin.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ccm-core/web/themes/foundry/foundry/styles/admin.css b/ccm-core/web/themes/foundry/foundry/styles/admin.css index 9fa4be1aa..b10da51b7 100644 --- a/ccm-core/web/themes/foundry/foundry/styles/admin.css +++ b/ccm-core/web/themes/foundry/foundry/styles/admin.css @@ -191,7 +191,7 @@ table.htmlarea td.toolbarElement { #cms-page .header-height { height: 70px; - top: 62px; + top: 87px; } /*-----CMS Header-----*/ @@ -428,9 +428,10 @@ div#bebop-tabbed-pane span.taskssections.current:before { /*------Bebop ContextBar----- */ div#cms-breadcrumbs { - height: 25px; + height: 50px; line-height: 25px; font-size: 0.6em; + vertical-align: middle; } div.bebop-contextbar {