diff interfaces/ABX.css @ 2806:ee3059744a6e

Add fixed images to ABX with an example
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 25 Apr 2017 10:30:52 +0100
parents d6e496b0a5a9
children 7f2bb5997114
line wrap: on
line diff
--- a/interfaces/ABX.css	Tue Apr 25 09:52:44 2017 +0100
+++ b/interfaces/ABX.css	Tue Apr 25 10:30:52 2017 +0100
@@ -46,6 +46,17 @@
     display: block;
     margin: auto;
 }
+div.comparator-image {
+    background-color: rgba(255, 255, 255, 0);
+}
+img.comparator-image {
+    width: inherit;
+    height: inherit;
+    z-index: -1;
+    position: absolute;
+    display: inline;
+    right: 0px;
+}
 div.disabled {
     background-color: #AAA;
 }