From fa4e08aa9ce04b61e6ad687129e91831141be1eb Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 6 Dec 2011 12:35:54 -0800 Subject: [PATCH] Add white box around 'no networks' message in instance wizard --- ui/css/cloudstack3.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b6a36e0f249..96fe09f27ff 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -2563,17 +2563,24 @@ Dialogs*/ } .ui-dialog .ui-widget-content .nothing-to-select { - width: 468px; + width: 386px; line-height: 21px; text-align: left; font-size: 16px; color: #3D3D3D; - padding: 162px 0 0; + padding: 4px 25px 180px 28px; /*+text-shadow:0px 1px 1px #FFFFFF;*/ -moz-text-shadow: 0px 1px 1px #FFFFFF; -webkit-text-shadow: 0px 1px 1px #FFFFFF; -o-text-shadow: 0px 1px 1px #FFFFFF; text-shadow: 0px 1px 1px #FFFFFF; + background: #FFFFFF; + margin: 57px 0 0; + /*+border-radius:10px;*/ + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + -khtml-border-radius: 10px; + border-radius: 10px 10px 10px 10px; } .ui-dialog .ui-widget-content .nothing-to-select p {