[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / ONAP-SDK-APP / src / main / webapp / static / fusion / sample / css / spacegallery.css
diff --git a/ONAP-SDK-APP/src/main/webapp/static/fusion/sample/css/spacegallery.css b/ONAP-SDK-APP/src/main/webapp/static/fusion/sample/css/spacegallery.css
new file mode 100644 (file)
index 0000000..ce4fd57
--- /dev/null
@@ -0,0 +1,18 @@
+.spacegallery {
+       position: relative;
+       overflow: hidden;
+}
+.spacegallery img {
+       position: absolute;
+       left: 50%;
+}
+.spacegallery a {
+       position: absolute;
+       z-index: 1000;
+       display: block;
+       top: 0;
+       left: 0;
+       width: 100%;
+       height: 100%;
+       background: url(images/blank.gif);
+}