Преглед изворни кода

HUE-6077 [frontend] Harmonize panel headers

Enrico Berti пре 8 година
родитељ
комит
ef847d2

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 4 - 4
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -39,7 +39,7 @@
 }
 
 .right-panel-tabs {
-  margin-top: 8px;
+  margin-top: 16px;
   border-bottom: 1px solid @cui-default-border-color;
   padding-left: 14px;
 }
@@ -223,10 +223,10 @@
 
 .assist-panel-switches {
   position: relative;
-  .flex(0 0 40px);
-  line-height: 40px;
+  .flex(0 0 52px);
+  line-height: 52px;
   padding-left: 12px;
-  height: 40px;
+  height: 52px;
   border-bottom: 1px solid @cui-default-border-color;
   padding-right: 15px;
 }

+ 4 - 5
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -49,7 +49,6 @@ body {
   margin: 0;
   padding: 0;
   overflow: hidden;
-  border-top: 3px solid @hue-primary-color-dark;
 }
 
 .content-wrapper {
@@ -59,6 +58,7 @@ body {
   position: relative;
   width: 100%;
   background-color: @cui-white;
+  border-top: 2px solid @hue-primary-color-dark;
 }
 
 .svg-hue-logo-main {
@@ -315,14 +315,14 @@ body {
 .hue-title-bar {
   border-bottom: 1px solid #DCDCDC;
   background-color:#F8F8F8;
-  -webkit-box-shadow:inset 0 -1px #DCDCDC;
-  box-shadow:inset 0 -1px #DCDCDC;
 
   .navbar-inner {
     background-color: transparent !important;
     margin: 0 !important;
-    padding-top: 8px;
+    padding-top: 0;
+    padding-bottom: 0;
     background: none;
+    min-height: 51px;
   }
 }
 
@@ -742,7 +742,6 @@ a:visited {
   background-color: transparent;
   border: none;
   border-bottom: 1px solid @cui-gray-050;
-  padding-bottom: 6px;
 }
 
 .page-content .navbar.navbar-inverse.navbar-fixed-top {

Неке датотеке нису приказане због велике количине промена