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

SVN:1.2[1616]
This commit is contained in:
Denis Flaven
2011-09-29 09:44:38 +00:00
parent 2bd4a61c00
commit d30e8c359f

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