ソースを参照

AMBARI-4608 medkit-icons are shifted out of their places, in hosts table in Safari. (ababiichuk)

aBabiichuk 11 年 前
コミット
bad3ad2bb4
1 ファイル変更4 行追加3 行削除
  1. 4 3
      ambari-web/app/styles/application.less

+ 4 - 3
ambari-web/app/styles/application.less

@@ -2888,7 +2888,8 @@ table.graphs {
     th:first-child,
     td:first-child + td,
     th:first-child + th{
-      width: 13px;
+      width: 3%;
+      width: 13px\9!important;
     }
     .col2,
     td:first-child + td + td,
@@ -2900,7 +2901,8 @@ table.graphs {
     th:first-child + th + th + th,
     td:first-child + td + td + td + td,
     th:first-child + th + th + th + th{
-      width: 13px;
+      width: 3%;
+      width: 13px\9!important;
     }
     .col5,.col6,.col7,.col8,.col9,
     td:first-child + td + td + td + td + td,
@@ -2944,7 +2946,6 @@ table.graphs {
     }
     td.health span {
       display: block;
-      float: right;
       height: 13px;
       margin: 5px 0 0 0;
       width: 13px;