Repository: cloudstack Updated Branches: refs/heads/4.4 6d15f6c27 -> 0d897f65a
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/c09bb900 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c09bb900 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c09bb900 Branch: refs/heads/4.4 Commit: c09bb900c70d39d1de8b01cbaa34cc5111454ca3 Parents: 6d15f6c Author: Mihaela Stoica <[email protected]> Authored: Thu Mar 27 13:54:41 2014 +0000 Committer: Brian Federle <[email protected]> Committed: Fri Mar 28 10:10:47 2014 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c09bb900/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 {
