Repository: stratos Updated Branches: refs/heads/master f3e322545 -> f6630b258
remove root element from schema Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/01dd2cab Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/01dd2cab Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/01dd2cab Branch: refs/heads/master Commit: 01dd2cabc81ee541f9838d34fc76a8a713a8970b Parents: 9d8077b Author: Dakshika Jayathilaka <[email protected]> Authored: Wed Mar 25 06:31:10 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Apr 17 13:59:55 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/01dd2cab/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css index e03e39b..bb2673a 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom.css @@ -196,3 +196,7 @@ button.hover-unsubscribe, button.hover-details, button.hover-delete,button.hover button.hover-undeploy{ margin-top: .7em; } + +div#textform>div>h3 { + display: none; +} \ No newline at end of file
