Browse Source

HUE-6077 [frontend] Improved spacing in the app-specific navbar

Johan Ahlen 8 years ago
parent
commit
838c0e0c06

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


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

@@ -20,4 +20,15 @@
   border-right: none;
   margin-left: 0;
   margin-right: 0;
+}
+
+.navbar .navbar-inner {
+  padding-right: 24px;
+
+  li {
+    margin-right: 10px;
+  }
+  li a:hover {
+    background-color: transparent;
+  }
 }

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

@@ -84,7 +84,6 @@ body {
 
 .top-nav-right {
   .flex(0 0 300px);
-  padding-right: 10px;
 }
 
 .jobs-panel {

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

@@ -45,8 +45,7 @@
 }
 
 .hue3-navbar-fixed-top .navbar-inner {
-  padding-left: 0;
-  padding-right: 0;
+  padding-right: 24px;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;

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