From e8c966373f25bc769fae4512bccc44903bf7309b Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 18 Aug 2017 10:09:01 -0400 Subject: Rename to OOM (no more ecd) - Change to OOM Dashboard (no more ECOMP Controller) - Rework some exception handling Issue: CCSDK-61 Change-Id: Id5379e8b272b651373c79f46b20da1d32de013ed Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/app/oom/home/oom-style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css (limited to 'oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css') diff --git a/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css b/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css new file mode 100644 index 0000000..e08fc31 --- /dev/null +++ b/oom-app-overlay/src/main/webapp/app/oom/home/oom-style.css @@ -0,0 +1,20 @@ +/* Styles for ECOMP Controller Dashboard */ + +.ecd-error-message { + font-size: 14px; + font-weight: bold; + color: red; +} + +.ecd-icon-display { + font-size: 18px; +} + +.ecd-icon-action { + font-size: 18px; +} + +.ecd-icon-action:hover { + color: red; + text-decoration: none; +} \ No newline at end of file -- cgit 1.2.3-korg