[ckan-changes] commit/ckanext-pdeu: pudo: larger header and okf banner
Bitbucket
commits-noreply at bitbucket.org
Mon Jun 13 09:47:49 UTC 2011
1 new changeset in ckanext-pdeu:
http://bitbucket.org/okfn/ckanext-pdeu/changeset/7257cddbaa4b/
changeset: 7257cddbaa4b
user: pudo
date: 2011-06-13 11:47:42
summary: larger header and okf banner
affected #: 3 files (3.9 KB)
--- a/ckanext/pdeu/theme/public/css/style.css Mon Jun 13 10:55:44 2011 +0200
+++ b/ckanext/pdeu/theme/public/css/style.css Mon Jun 13 11:47:42 2011 +0200
@@ -24,6 +24,17 @@
float: left;
}
+header #site-name {
+ font-size: 1.2em;
+ font-family: Ubuntu, sans-serif;
+ padding: 5px;
+ padding-left: 82px;
+ padding-bottom: 2px;
+ font-weight: bold;
+ color: #333;
+ text-shadow: 1px 1px 3px #eee;
+}
+
header .menu form {
display: inline;
}
Binary file ckanext/pdeu/theme/public/img/logo.png has changed
--- a/ckanext/pdeu/theme/templates/layout_base.html Mon Jun 13 10:55:44 2011 +0200
+++ b/ckanext/pdeu/theme/templates/layout_base.html Mon Jun 13 11:47:42 2011 +0200
@@ -61,8 +61,11 @@
</span></div><a href="${url('home')}">
- <img width="32" height="32" src="${g.site_logo}" alt="${g.site_title} Logo" title="${g.site_title} Logo" id="logo" />
+ <img width="64" height="64" src="${g.site_logo}" alt="${g.site_title} Logo" title="${g.site_title} Logo" id="logo" /></a>
+ <div id="site-name">
+ publicdata.eu — europe's public data
+ </div><div class="menu"><span id="menusearch"><form action="${url(controller='package', action='search')}" method="GET">
@@ -217,6 +220,7 @@
});
</script>
+ <script src="http://assets.okfn.org/banner/banner.js"></script><script>
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]]; // Change UA-XXXXX-X to be your site's ID
Repository URL: https://bitbucket.org/okfn/ckanext-pdeu/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list