浏览代码

HUE-6077 [frontend] Remove the left and right margin and border from container-fluid

Johan Ahlen 8 年之前
父节点
当前提交
a787966a0e

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 6 - 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -0,0 +1,6 @@
+.container-fluid {
+  border-left: none;
+  border-right: none;
+  margin-left: 0;
+  margin-right: 0;
+}

+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -20,6 +20,7 @@
 
 @import "hue-assist.less";
 @import "hue-autocomplete.less";
+@import "hue-cui-overrides.less";
 
 html {
   height: 100%;

+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue3-extra.less

@@ -21,6 +21,7 @@
 
 @import "hue-assist";
 @import "hue-autocomplete";
+@import "hue-cui-overrides.less";
 
 .selectize-error {
   color: @hue-error-color;

部分文件因为文件数量过多而无法显示