소스 검색

Make sure that the organisation's drop-down list is not bigger than the left menu...

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

+ 3 - 0
css/light-grey.css

@@ -1104,4 +1104,7 @@ div.actions_button a, .actions_button a:hover, .actions_button a:visited {
 	height:17px;
 	line-height: 17px;
 	display: block;
+}
+select#org_id {
+	max-width: 90%;
 }