Browse Source

fix jumpy separator when changing web/dns/mail/etc tabs

Robert Zollner 6 years ago
parent
commit
8f245d0a2d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/css/styles.min.css
  2. 1 1
      web/js/app.js

+ 1 - 1
web/css/styles.min.css

@@ -1203,7 +1203,7 @@ a {
 }
 }
 
 
 div.l-content > div.l-separator:nth-of-type(2) {
 div.l-content > div.l-separator:nth-of-type(2) {
-  margin-top: 178px;
+  margin-top: 180px;
   width: 100%;
   width: 100%;
   position: fixed;
   position: fixed;
   z-index: 120;
   z-index: 120;

+ 1 - 1
web/js/app.js

@@ -1023,7 +1023,7 @@ hover_menu = function() {
         nav_context.css({'margin-top': '101px'});
         nav_context.css({'margin-top': '101px'});
         nav_a.find('ul').css({'visibility': 'hidden'});
         nav_a.find('ul').css({'visibility': 'hidden'});
         nav_main.css({'padding-top': '27px'});
         nav_main.css({'padding-top': '27px'});
-        sep_2.css({'box-shadow':'0 2px 6px 0 rgba(200, 200, 200, 0.35)'});
+        sep_2.css({'box-shadow':'0 5px 6px 0 rgba(200, 200, 200, 0.35)'});
     }
     }
 
 
     if(st == 0){
     if(st == 0){