Updated Branches: refs/heads/master 41a383f0f -> 55e224f56
CS-15958: Fix ACL select box Give fixed width to ACL tier select box, to prevent overflow with long network names Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/55e224f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/55e224f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/55e224f5 Branch: refs/heads/master Commit: 55e224f56d8ee363eee2bf19bc51d1b4dae214a6 Parents: 41a383f Author: Brian Federle <[email protected]> Authored: Mon Aug 13 11:03:40 2012 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Aug 13 11:04:38 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/55e224f5/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e9f5a54..da41b76 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;
