From 66b2809de8d21f1d5ede1247ce837cc8dfd8590d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 11 Sep 2013 11:10:23 -0700 Subject: [PATCH] CLOUDSTACK-4642: Fix width of drop-down Fix width of timezone select drop-down to support longer time zone text --- ui/css/cloudstack3.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 0371899b631..04f71ae60e9 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -8133,6 +8133,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t .recurring-snapshots .schedule .forms form select { float: left; margin: 3px 10px 3px 3px; + max-width: 100%; } .recurring-snapshots .schedule .forms form input { @@ -8170,7 +8171,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t } .recurring-snapshots .schedule .forms form .value { - width: 370px; + width: 470px; float: left; text-align: left; }