From 6ea3b62b55222ff2ddaaff3942e5afe030dbff77 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 29 Sep 2011 09:32:17 +0000 Subject: [PATCH] Make sure that the organisation's drop-down list is not bigger than the left menu... SVN:trunk[1614] --- css/light-grey.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/light-grey.css b/css/light-grey.css index 0619ef0c6..94d34a377 100644 --- a/css/light-grey.css +++ b/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%; } \ No newline at end of file