Commit f3c3b01d6e1267ceeb97afd377d48f122f2252d2
1 parent
4db7590e
Exists in
master
and in
1 other branch
UI improvements and fix for disappearing *viewing occurrence* message
*viewing occurrence* message is lost on pjax requests without this change. activateTabbedPanels js function?
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/errbit.css
| ... | ... | @@ -713,7 +713,9 @@ table.deploys td.when { |
| 713 | 713 | .notice-pagination-loader { |
| 714 | 714 | visibility: hidden; |
| 715 | 715 | float: left; |
| 716 | - margin-right: 2em; | |
| 716 | + width: 16px; | |
| 717 | + height: 16px; | |
| 718 | + margin-right: 1em; | |
| 717 | 719 | } |
| 718 | 720 | .notice-pagination-loader img { |
| 719 | 721 | vertical-align: middle | ... | ... |
app/views/kaminari/notices/_paginator.html.haml
| ... | ... | @@ -11,4 +11,4 @@ |
| 11 | 11 | | |
| 12 | 12 | = prev_page_tag |
| 13 | 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} | ... | ... |