Updated Branches: refs/heads/trunk 8e1817415 -> d4387a0ef
AMBARI-4533 Hosts Table shift when filtering that results in "no hosts". (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d4330ad2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d4330ad2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d4330ad2 Branch: refs/heads/trunk Commit: d4330ad2fae3c02009cd6ad4dc49997a4e355a82 Parents: 8e18174 Author: aBabiichuk <[email protected]> Authored: Wed Feb 5 17:39:30 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Wed Feb 5 17:39:30 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d4330ad2/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 859b46c..1ffcfb9 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2872,6 +2872,7 @@ table.graphs { width:70%; } .table { + table-layout: fixed; th { border-top: none; } @@ -2884,21 +2885,19 @@ table.graphs { th:first-child, td:first-child + td, th:first-child + th{ - width: 1.5%; - min-width:13px!important; + width: 13px; } .col2, td:first-child + td + td, th:first-child + th + th{ - width: 18%; + width: 22%; } .col3, .col4, td:first-child + td + td + td, th:first-child + th + th + th, td:first-child + td + td + td + td, th:first-child + th + th + th + th{ - width:1.5%; - min-width:13px!important; + width: 13px; } .col5,.col6,.col7,.col8,.col9, td:first-child + td + td + td + td + td, @@ -2923,7 +2922,7 @@ table.graphs { } td.name { - overflow: auto; + overflow: inherit; overflow-wrap: break-word; white-space: nowrap; } @@ -3025,7 +3024,7 @@ background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU a.ui-icon-circle-close { float: right; opacity: 0.2; - padding: 1px; + padding: 1px 0; position: relative; right: 0px; margin-top: 3px;
