From cf669496e182646b6f866b74dc70127072331ccc Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 13 Aug 2012 11:03:40 -0700 Subject: [PATCH] CS-15958: Fix ACL select box Give fixed width to ACL tier select box, to prevent overflow with long network names --- ui/css/cloudstack3.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 9b41c3822c2..1e92aa20907 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9665,6 +9665,11 @@ div.panel.ui-dialog div.list-view div.fixed-header { max-width: none; } +.ui-dialog.configure-acl .multi-edit table select, +.detail-view .acl .multi-edit select { + width: 76px; +} + .ui-dialog.configure-acl .ui-dialog-buttonpane { /*+placement:shift 722px -2px;*/ position: relative;