Quellcode durchsuchen

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 vor 13 Jahren
Ursprung
Commit
8408387a52
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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%;
 }