From 7a0db5083edc8b3c89755ecd2b98c019e0c3808a Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Sat, 26 May 2012 02:50:54 +0530 Subject: [PATCH] CS-15099:Account deletion - buttons overlap the text on the Account deletion confirmation page. --- ui/css/cloudstack3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 32bfb96ff30..c365684a4bb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -2905,7 +2905,7 @@ Dialogs*/ } .ui-dialog.confirm .ui-button { - margin-top: -24px; + margin-top: 0px; margin-left: 11px; } @@ -2917,7 +2917,7 @@ Dialogs*/ display: block; text-align: center; color: #445361; - font-size: 15px; + font-size: 14px; /*+text-shadow:0px 1px 1px #FFFFFF;*/ -moz-text-shadow: 0px 1px 1px #FFFFFF; -webkit-text-shadow: 0px 1px 1px #FFFFFF;