application deployment view css added
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/baa36a55 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/baa36a55 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/baa36a55 Branch: refs/heads/master Commit: baa36a556ad503c7ead1ba93875f245426298596 Parents: 5eae140 Author: Dakshika Jayathilaka <[email protected]> Authored: Thu Dec 18 16:49:03 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Thu Dec 18 17:43:21 2014 +0530 ---------------------------------------------------------------------- .../theme0/css/custom/applications_deploy.css | 51 ++++++++++++++++++++ 1 file changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/baa36a55/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css new file mode 100644 index 0000000..38d9a09 --- /dev/null +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/css/custom/applications_deploy.css @@ -0,0 +1,51 @@ +.right-side{ + float: left; + width: 100%; + margin-top:20px; +} + +.app-creator { + height: 600px; + background-color: rgb(244, 244, 244); + border: 1px solid #ddd; + border-radius: 4px; + margin-left: 10px; + position: relative; +} + +#whiteboard{ + width: 100%; + height: 585px; + position: absolute; + overflow: auto; +} +.stepnode { + border: 1px solid silver; + position: absolute !important; + width: 5em; + height: 5em; + padding: 0.5em; + z-index: 1; + border-radius: 0.5em; + box-shadow: 2px 2px 19px #aaa; + background: white; + word-wrap: break-word; + padding-top: 24px; + text-align: center; + cursor: pointer; +} +.stepnode i { + margin-top: 2px; + color: #e67e22; +} + +.notification { + position: absolute; + background-color: #fff; + width: 30px; + height: 30px; + border-radius: 15px; + top: 52px; + left: 52px; +} +
