Browse Source

HUE-6280 [frontend] Sample data view is not aligned properly

Enrico Berti 8 years ago
parent
commit
6f270b3

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 3 - 2
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -834,8 +834,10 @@
   }
 
   .fixed-first-column {
-    margin-top: 3px;
     margin-left: 0 !important;
+    table>tbody>tr>td:first-child {
+      background-color: @cui-gray-050;
+    }
   }
 
   .fixed-header-row {
@@ -844,7 +846,6 @@
 
   .fixed-first-cell {
     border-right: 1px solid @cui-gray-200;
-    margin-left: -1px;
 
     thead th {
       height: 23px;

Some files were not shown because too many files changed in this diff