Просмотр исходного кода

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

Robert Zollner 6 лет назад
Родитель
Сommit
8f245d0a2d
2 измененных файлов с 2 добавлено и 2 удалено
  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) {
-  margin-top: 178px;
+  margin-top: 180px;
   width: 100%;
   position: fixed;
   z-index: 120;

+ 1 - 1
web/js/app.js

@@ -1023,7 +1023,7 @@ hover_menu = function() {
         nav_context.css({'margin-top': '101px'});
         nav_a.find('ul').css({'visibility': 'hidden'});
         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){