Repository: cloudstack Updated Branches: refs/heads/master 8c8853e0e -> 781010781
UI: Fixed truncated icon on confirmation dialogs Signed-off-by: Brian Federle <[email protected]> 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 <[email protected]> Authored: Thu Mar 27 13:54:41 2014 +0000 Committer: Brian Federle <[email protected]> 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 {
