fix css issue on group editor
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9e66e6e3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9e66e6e3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9e66e6e3 Branch: refs/heads/master Commit: 9e66e6e3ab82c16455a0c96e5565c9c48547c224 Parents: 0fd4465 Author: Dakshika Jayathilaka <[email protected]> Authored: Sat Mar 7 19:50:05 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun Mar 8 12:02:55 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/css/custom/application_group_editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9e66e6e3/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css index 3dd7528..a8f0fba 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/application_group_editor.css @@ -124,8 +124,9 @@ } .stepnode i { - margin-top: 2px; + margin-top: 0px; color: #e67e22; + margin-left: -7px; } .notification {
