From e3027d0c3ee0fe6561a520f9eb971cb9e65f5d59 Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Tue, 12 Jun 2012 17:10:46 +0100 Subject: [PATCH] [2375] Update CSS to include new masthead logo --- ckan/public/base/css/ckan.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/ckan/public/base/css/ckan.css b/ckan/public/base/css/ckan.css index ad75f942678..2108a160211 100644 --- a/ckan/public/base/css/ckan.css +++ b/ckan/public/base/css/ckan.css @@ -5759,12 +5759,6 @@ textarea { margin-left: 0.3em; font-style: italic; } -.masthead .ir { - text-indent: -900em; - min-height: 50px; - background-position: top left; - background-repeat: no-repeat; -} .masthead .logo { margin-right: 10px; float: left; @@ -5909,6 +5903,19 @@ textarea { font-size: 12px; padding: 4px; } +.masthead .header-image { + font: inherit; + text-indent: -900em; + min-height: 50px; +} +.masthead .header-image .logo { + display: block; + width: 240px; + height: 50px; + background-image: url("../images/ckan-logo.png"); + background-position: top left; + background-repeat: no-repeat; +} .masthead .debug { position: absolute; top: 10px;