aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-14 19:41:00 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-14 19:41:32 -0500
commit91d04c64771832a0b8815ffbe1f0f9920320d94d (patch)
treefb02d5e1c84a3d91def9a7ee95bc87f9c046cc96 /ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css
parentb9d4caa40ef8e3566ac475968bce17b9b64b6939 (diff)
Initial OpenECOMP policy/engine commit
Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css')
-rw-r--r--ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css b/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css
new file mode 100644
index 000000000..1fa71bef6
--- /dev/null
+++ b/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/Style.css
@@ -0,0 +1,77 @@
+th.header {
+ background: #DDEEFB repeat-x 0 0 !important;
+ text-align: center;
+ color: #144BA1 !important;
+ font-weight: bold !important;
+}
+td.last, th.last {
+ border-right-width: 3px !important;
+}
+td.years , td.season, td.month {
+ text-align: center;
+ color: #043554;
+}
+td.years {
+ background: #085d8a !important;
+ color: white;
+}
+.years .z-label {
+ font-size: 16px;
+}
+td.season {
+ background: #F2DFBA !important;
+}
+td.month {
+ background: #CADBA4 !important;
+ font-style: italic;
+}
+.tooltip {
+ padding: .8em;
+ width: 200px;
+ border-width: 2px !important;
+ position: absolute;
+ background:#FFE45C url(${c:encodeURL('/images/tooltip-bg.png')}) repeat-x scroll 50% top;
+ border:1px solid #FED22F;
+ color:#363636;
+ -moz-border-radius-bottomleft:4px;
+ -moz-border-radius-bottomright:4px;
+ -moz-border-radius-topleft:4px;
+ -moz-border-radius-topright:4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ top: 280px;
+ display: none;
+}
+
+.tooltip-anchor, .tooltip-anchor-inner {
+ position: absolute;
+ width:0;
+ height:0;
+ border-bottom-width: 0;
+ background: none;
+ border:1px solid #FED22F;
+ color:#363636;
+ border-bottom-width: 0;
+}
+.tooltip-anchor {
+ border-left:0 none;
+ border-right:17px dotted transparent;
+ border-top-width:14px;
+ bottom:-14px;
+ left:1em;
+ margin:0;
+ right:auto;
+}
+.tooltip-anchor-inner {
+ border-left:0 none;
+ border-right:12px dotted transparent;
+ border-top:10px solid #FFFFFF;
+ bottom:auto;
+ border-top-color:#FFE45C;
+ border-top-style:solid;
+ border-top-width:10px;
+ left:2px;
+ top:-14px;
+} \ No newline at end of file