瀏覽代碼

HUE-1891 [hbase] Cell edit icons are not aligned

Tweaked the CSS
Enrico Berti 11 年之前
父節點
當前提交
c814197
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      apps/hbase/static/css/hbase.css

+ 3 - 2
apps/hbase/static/css/hbase.css

@@ -191,13 +191,14 @@ ul#hbase-breadcrumbs li a {
 
 .smartview ul.smartview-cells > li .corner-btn {
   position: absolute;
-  top: 5px;
-  right: 5px;
+  top: 1px;
+  right: 3px;
   font-size: 12px;
   color: #333;
   text-decoration: none;
   display: none;
   padding: 0 6px;
+  min-height: 27px;
 }
 
 .smartview ul.smartview-cells > li pre {