diff --git a/app/views/box_organizer/_link_list_block.rhtml b/app/views/box_organizer/_link_list_block.rhtml index a48b00b..f7102a7 100644 --- a/app/views/box_organizer/_link_list_block.rhtml +++ b/app/views/box_organizer/_link_list_block.rhtml @@ -1,7 +1,7 @@ <%= _('Links') %>
<%= _('Name') %> | <%= _('Address') %> | |
---|---|---|
<%= _('Icon') %> | <%= _('Name') %> | <%= _('Address') %> |
diff --git a/public/javascripts/lightbox.js b/public/javascripts/lightbox.js index effc3b4..9e5f07b 100644 --- a/public/javascripts/lightbox.js +++ b/public/javascripts/lightbox.js @@ -80,6 +80,7 @@ lightbox.prototype = { } this.hideObjectsAndEmbeds('hidden'); this.displayLightbox("block"); + window.location.href= "#"; }, // Ie requires height to 100% and overflow hidden or else you can scroll down past the lightbox diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 19a441f..ee297c2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1514,12 +1514,6 @@ input.disabled { } /* ==> blocks/link-list-block.css <<= */ - -#edit-link-list-block { - overflow: auto; - overflow-x: hidden; - height: 120px; -} #edit-link-list-block table { width: 100%; -- libgit2 0.21.2 |