[ckan-changes] commit/ckanext-pdeu: pudo: re-style header a bit
Bitbucket
commits-noreply at bitbucket.org
Mon Jun 13 09:56:50 UTC 2011
1 new changeset in ckanext-pdeu:
http://bitbucket.org/okfn/ckanext-pdeu/changeset/1a807203f2d3/
changeset: 1a807203f2d3
user: pudo
date: 2011-06-13 11:56:42
summary: re-style header a bit
affected #: 2 files (62 bytes)
--- a/ckanext/pdeu/theme/public/css/style.css Mon Jun 13 11:47:42 2011 +0200
+++ b/ckanext/pdeu/theme/public/css/style.css Mon Jun 13 11:56:42 2011 +0200
@@ -29,10 +29,10 @@
font-family: Ubuntu, sans-serif;
padding: 5px;
padding-left: 82px;
- padding-bottom: 2px;
+ padding-bottom: 5px;
font-weight: bold;
color: #333;
- text-shadow: 1px 1px 3px #eee;
+ text-shadow: 1px 1px 3px #ccc;
}
header .menu form {
@@ -51,7 +51,11 @@
text-decoration: none;
font-weight: bold;
margin-left: 1.5em;
- text-shadow: 1px 1px 3px #eee;
+ text-shadow: 1px 1px 3px #ccc;
+}
+
+header .menu #menusearch {
+ float: right;
}
header .menu #mainmenu {
--- a/ckanext/pdeu/theme/templates/layout_base.html Mon Jun 13 11:47:42 2011 +0200
+++ b/ckanext/pdeu/theme/templates/layout_base.html Mon Jun 13 11:56:42 2011 +0200
@@ -64,12 +64,12 @@
<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
+ PublicData.eu — Europe's Public Data
</div><div class="menu"><span id="menusearch"><form action="${url(controller='package', action='search')}" method="GET">
- <input name="q" value="${c.q if hasattr(c, 'q') else ''}" class="search" placeholder="Find ${g.site_title} datasets" />
+ <input name="q" value="${c.q if hasattr(c, 'q') else ''}" class="search" placeholder="Find datasets" /></form></span><div id="mainmenu">
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