Fix truncation issue with refresh, add button icons
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1b778fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a1b778fc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a1b778fc Branch: refs/heads/resize-root Commit: a1b778fc2c7f0ec84014f9e7329944032fb3c2a7 Parents: d182a51 Author: Brian Federle <[email protected]> Authored: Mon Mar 10 07:43:28 2014 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Mar 10 07:43:28 2014 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a1b778fc/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 11c1c7e..2b88e03 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3080,7 +3080,7 @@ div.toolbar div.button.refresh span { div.toolbar div.button.add span, .detail-group .button.add span.icon { - padding: 0px 0 0px 18px; + padding: 0px 0 3px 18px; background: url(../images/icons.png) no-repeat -626px -209px; /*+placement:shift 0px 0px;*/ position: relative;
