You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2014/03/27 22:35:22 UTC

git commit: updated refs/heads/master to 7810107

Repository: cloudstack
Updated Branches:
  refs/heads/master 8c8853e0e -> 781010781


UI: Fixed truncated icon on confirmation dialogs

Signed-off-by: Brian Federle <br...@citrix.com>


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

Branch: refs/heads/master
Commit: 7810107818a80341fd1dae5e8546eb30e97386e2
Parents: 8c8853e
Author: Mihaela Stoica <mi...@citrix.com>
Authored: Thu Mar 27 13:54:41 2014 +0000
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Mar 27 14:35:18 2014 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78101078/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index f5582b6..9789eda 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -3893,7 +3893,7 @@ Dialogs*/
 }
 
 .ui-dialog.confirm .ui-dialog-title {
-  background: url(../images/icons.png) no-repeat 0px -225px;
+  background: url(../images/icons.png) no-repeat 0px -224px;
 }
 
 .ui-dialog.create-form .ui-dialog-title {