소스 검색

ux: css fix to search position when sidemenu is pinned

Torkel Ödegaard 8 년 전
부모
커밋
61bdc91272
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/app/features/dashboard/history/history.html
  2. 1 1
      public/sass/components/_sidemenu.scss

+ 1 - 1
public/app/features/dashboard/history/history.html

@@ -38,7 +38,7 @@
               <th class="width-4">Version</th>
               <th class="width-4">Version</th>
               <th class="width-14">Date</th>
               <th class="width-14">Date</th>
               <th class="width-10">Updated By</th>
               <th class="width-10">Updated By</th>
-              <th class="width-30">Notes</th>
+              <th>Notes</th>
               <th></th>
               <th></th>
             </tr>
             </tr>
           </thead>
           </thead>

+ 1 - 1
public/sass/components/_sidemenu.scss

@@ -37,7 +37,7 @@
     margin-left: $side-menu-width;
     margin-left: $side-menu-width;
   }
   }
   .search-container {
   .search-container {
-    left: auto;
+    left: $side-menu-width;
   }
   }
 }
 }