X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fstatic%2Ffusion%2Fsample%2Fcss%2Fspacegallery.css;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fstatic%2Ffusion%2Fsample%2Fcss%2Fspacegallery.css;h=842322106008fab5ead64e01d54b7da916db2a3f;hp=0000000000000000000000000000000000000000;hb=2879b2ee5e1e2815e5f43cb802352bf2878397af;hpb=ce4ad29dc48317cc7cb60fe433072ac46dea2ebb diff --git a/ui/src/main/webapp/static/fusion/sample/css/spacegallery.css b/ui/src/main/webapp/static/fusion/sample/css/spacegallery.css new file mode 100644 index 0000000..8423221 --- /dev/null +++ b/ui/src/main/webapp/static/fusion/sample/css/spacegallery.css @@ -0,0 +1,20 @@ +.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); +} \ No newline at end of file