From 55e224f56d8ee363eee2bf19bc51d1b4dae214a6 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 e9f5a54049e..da41b76c4ea 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9668,6 +9668,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;