Updated Branches: refs/heads/trunk 3ab690f04 -> 52d1873a3
AMBARI-3740. Host filters UI cleanup. (xiwang) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/52d1873a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/52d1873a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/52d1873a Branch: refs/heads/trunk Commit: 52d1873a32f6c005e5061f991fd9052df48b6cb7 Parents: dfde1a2 Author: Xi Wang <xiw...@apache.org> Authored: Mon Nov 11 10:42:38 2013 -0800 Committer: Xi Wang <xiw...@apache.org> Committed: Mon Nov 11 13:57:24 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 4 ++-- ambari-web/app/styles/application.less | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/52d1873a/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 9c689cc..b8de0ae 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1595,8 +1595,8 @@ Em.I18n.translations = { 'apps.filters.filtered': 'Filtered', 'apps.filters.clearFilters': 'Clear filters', 'apps.filters.paginationInfo': '{0} - {1} of {2}', - 'apps.filters.clearAllFilters': 'Clear all filters', - 'apps.filters.filteredHostsInfo': '{0} of {1} hosts filtered', + 'apps.filters.clearAllFilters': 'Clear filters', + 'apps.filters.filteredHostsInfo': '{0} of {1} hosts showing', 'apps.filters.customRunDate':'Run Date custom filter', 'apps.filters.nothingToShow': 'No jobs to display', 'apps.dagCharts.popup':'Job Charts', http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/52d1873a/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 3566da1..be613de 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2610,7 +2610,7 @@ table.graphs { margin-top: -5px; } .health-status-bar { - font-size: 14px; + font-size: 0.9em; margin-left: 0; min-width: 790px; a { @@ -2618,12 +2618,15 @@ table.graphs { text-decoration: none; } .category-item { - padding: 6px 1px 6px 1px; + padding: 3px 0px; margin-right: 3px; border:1px solid transparent; -webkit-border-radius: 4px; border-radius: 4px; } + .category-item .label-important { + padding: 0px 2px; + } .category-item:hover { cursor: pointer; a { @@ -2635,13 +2638,12 @@ table.graphs { a { color: #ffffff; } - background-color: #666666; - border-color: #666666; + background-color: #888888; + border-color: #888888; border:1px solid transparent; -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25); -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25); - } .category-item.active:hover { border:1px solid transparent;