[ckan-changes] commit/ckan: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Oct 25 18:10:44 UTC 2011


2 new commits in ckan:


https://bitbucket.org/okfn/ckan/changeset/ae08298906c8/
changeset:   ae08298906c8
branch:      feature-1380-fix-css
user:        zephod
date:        2011-10-25 20:07:46
summary:     [css][xs]: Some code got nuked by accident.
affected #:  1 file

diff -r 5b38c72dec8f8407439dd4330002f638f7549ef1 -r ae08298906c8e4fa002dea675f2a05941403c134 ckan/templates/layout_base.html
--- a/ckan/templates/layout_base.html
+++ b/ckan/templates/layout_base.html
@@ -46,9 +46,9 @@
 
 <body class="${request.environ.get('pylons.routes_dict', {}).get('action')} 
              ${request.environ.get('pylons.routes_dict', {}).get('controller').split(':')[-1]}">
-   <div class="top-bar" style="display: none;"><div class="welcome-banner js-welcome-banner" style="display: none;"><span>First time at ${g.site_title}? Visit our <a href="${h.url_for(controller='home', action='about')}">About page</a> to find out more.</span>
+     <button class="pretty-button danger js-kill-button">x</button></div><div id="wrap"><div class="header outer">



https://bitbucket.org/okfn/ckan/changeset/fd1a6d9833c5/
changeset:   fd1a6d9833c5
branch:      feature-1380-fix-css
user:        zephod
date:        2011-10-25 20:10:34
summary:     [css][xs]: Glitchfix dataset editor
affected #:  1 file

diff -r ae08298906c8e4fa002dea675f2a05941403c134 -r fd1a6d9833c522221694d843ee692078882a861d ckan/public/scripts/application.js
--- a/ckan/public/scripts/application.js
+++ b/ckan/public/scripts/application.js
@@ -410,8 +410,8 @@
   my.setupDatasetEditNavigation = function() {
 
     function showSection(sectionToShowId) {
-      $('.dataset fieldset').hide();
-      $('.dataset fieldset#'+sectionToShowId).show();
+      $('.dataset-edit-form fieldset').hide();
+      $('.dataset-edit-form fieldset#'+sectionToShowId).show();
       $('.dataset-edit-nav li a').removeClass('active');
       $('.dataset-edit-nav li a[href=#section-'+sectionToShowId+']').addClass('active');
       window.location.hash = 'section-'+sectionToShowId;

Repository URL: https://bitbucket.org/okfn/ckan/

--

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