From 6b2bc932061caf553a09e459886f18ece737ed43 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 19b9b411e0c..6e706fd0107 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -8129,6 +8129,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 { @@ -8166,7 +8167,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; }