From 132c178bc2f595113b18f816108235fa5eaebd46 Mon Sep 17 00:00:00 2001 From: will Date: Tue, 5 Oct 2010 15:46:57 -0700 Subject: [PATCH] bug 6400: fixed css styling of the dialog that appears after the password has been reported after a successful vm deployment. It will no longer truncate the text. --- ui/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 6cf443c0e31..c263687d747 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -3445,7 +3445,7 @@ a:hover.add_publicipbutton { .loadingmessage_container { width:30%; - height:56px; + height:66px; margin:0 auto; padding:0; z-index:1000; @@ -3461,7 +3461,7 @@ a:hover.add_publicipbutton { .loadingmessage_top { width:99%; - height:29px; + height:45px; float:left; margin:0; padding:2px 5px 0 5px; @@ -3470,7 +3470,7 @@ a:hover.add_publicipbutton { .loadingmessage_top p { width:auto; - height:25px; + height:45px; margin:0; padding:0; color:#333; @@ -3482,7 +3482,7 @@ a:hover.add_publicipbutton { .loadingmessage_bottom { width:100%; - height:20px; + height:25px; float:left; margin:0; padding:0;