diff --git a/cabrow.php b/cabrow.php index 34fe57f0c..9b707f3da 100644 --- a/cabrow.php +++ b/cabrow.php @@ -87,6 +87,8 @@ $("#datacenterid").combobox(); $("#zoneid").combobox(); + $('span.custom-combobox').width($('span.custom-combobox').width()+2); + // Input options that are disabled don't submit $('.caption > button').on('click',function(e){ $('#datacenterid').removeAttr('disabled'); diff --git a/container.php b/container.php index febad54ce..ff58d6620 100644 --- a/container.php +++ b/container.php @@ -99,6 +99,9 @@ $("#containerid").combobox(); $("#parentid").combobox(); + + $('span.custom-combobox').width($('span.custom-combobox').width()+2); + $('#datacenterform').validationEngine({}); $('#drawingfilename').click(function(){ $("#imageselection").dialog({ diff --git a/zone.php b/zone.php index 2a4cdbf7d..9b7dc0a82 100644 --- a/zone.php +++ b/zone.php @@ -256,6 +256,8 @@ function preview(img, selection) { $("#zoneid").combobox(); $("#datacenterid").combobox(); + + $('span.custom-combobox').width($('span.custom-combobox').width()+2); });