You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/05/28 00:35:41 UTC

[4/50] [abbrv] git commit: CS-15099:Account deletion - buttons overlap the text on the Account deletion confirmation page.

CS-15099:Account deletion - buttons overlap the text on the Account deletion confirmation page.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7a0db508
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7a0db508
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7a0db508

Branch: refs/heads/3.0.x
Commit: 7a0db5083edc8b3c89755ecd2b98c019e0c3808a
Parents: 2ef18bc
Author: Pranav Saxena <pr...@citrix.com>
Authored: Sat May 26 02:50:54 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Sat May 26 02:50:54 2012 +0530

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7a0db508/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 32bfb96..c365684 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;