Commit f3c3b01d6e1267ceeb97afd377d48f122f2252d2

Authored by Nikita Fedyashev
1 parent 4db7590e
Exists in master and in 1 other branch production

UI improvements and fix for disappearing *viewing occurrence* message

*viewing occurrence* message is lost on pjax requests without this change. activateTabbedPanels js function?
app/assets/stylesheets/errbit.css
@@ -713,7 +713,9 @@ table.deploys td.when { @@ -713,7 +713,9 @@ table.deploys td.when {
713 .notice-pagination-loader { 713 .notice-pagination-loader {
714 visibility: hidden; 714 visibility: hidden;
715 float: left; 715 float: left;
716 - margin-right: 2em; 716 + width: 16px;
  717 + height: 16px;
  718 + margin-right: 1em;
717 } 719 }
718 .notice-pagination-loader img { 720 .notice-pagination-loader img {
719 vertical-align: middle 721 vertical-align: middle
app/views/kaminari/notices/_paginator.html.haml
@@ -11,4 +11,4 @@ @@ -11,4 +11,4 @@
11 | 11 |
12 = prev_page_tag 12 = prev_page_tag
13 .notice-pagination-loader= image_tag 'loader.gif' 13 .notice-pagination-loader= image_tag 'loader.gif'
14 -viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages} 14 +%div viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages}