[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / ONAP-SDK-APP / src / main / webapp / static / fusion / sample / css / spacegallery.css
1 .spacegallery {
2         position: relative;
3         overflow: hidden;
4 }
5 .spacegallery img {
6         position: absolute;
7         left: 50%;
8 }
9 .spacegallery a {
10         position: absolute;
11         z-index: 1000;
12         display: block;
13         top: 0;
14         left: 0;
15         width: 100%;
16         height: 100%;
17         background: url(images/blank.gif);
18 }