浏览代码

HUE-7661 [frontend] Center the top search bar

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

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


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

@@ -84,16 +84,17 @@ body {
 }
 
 .top-nav-left {
-  .flex(0 0 350px);
+  .flex(0 0 340px);
 }
 
 .top-nav-middle {
   .flex(1);
+  padding: 0 10px;
   width: 100%;
 }
 
 .top-nav-right {
-  .flex(0 0 300px);
+  .flex(0 0 340px);
 }
 
 .top-nav-left .btn-group {

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