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

SVN:trunk[1614]
This commit is contained in:
Denis Flaven
2011-09-29 09:32:17 +00:00
parent ba3080594c
commit 6ea3b62b55

View File

@@ -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%;
}