소스 검색

Larger area to be able to add an extra icon/menu if needed.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4799 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 8 년 전
부모
커밋
eca3f6ed3e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      css/light-grey.css
  2. 1 1
      css/light-grey.scss

+ 1 - 1
css/light-grey.css

@@ -1699,7 +1699,7 @@ span.refresh-button {
   width: 35px !important;
 }
 #top-bar-table #top-bar-table-search {
-  width: 347px;
+  min-width: 370px;
 }
 #itop-breadcrumb {
   overflow: hidden;

+ 1 - 1
css/light-grey.scss

@@ -1807,7 +1807,7 @@ span.refresh-button {
 	width: $top-button-spacer !important;
   }
   #top-bar-table-search{
-    width: 347px;
+    min-width: 370px;
   }
 }