소스 검색

HUE-1698 [fb] Toolbar is fixed too high

Corrected margin
Enrico Berti 12 년 전
부모
커밋
5ed6fce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -803,7 +803,7 @@ from django.utils.translation import ugettext as _
       $(window).scroll(function () {
         if ($(window).scrollTop() > 95) {
           $(".actionbar").width($(".actionbar").data("originalWidth"));
-          $(".actionbar").css("position", "fixed").css("top", "40px");
+          $(".actionbar").css("position", "fixed").css("top", "73px");
           $(".actionbarGhost").removeClass("hide");
         }
         else {