diff interfaces/AB.css @ 2794:b4e91500891a

#133 Added individual images to AB
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Sun, 23 Apr 2017 11:10:38 +0100
parents d6e496b0a5a9
children 7f2bb5997114
line wrap: on
line diff
--- a/interfaces/AB.css	Sun Apr 23 10:39:02 2017 +0100
+++ b/interfaces/AB.css	Sun Apr 23 11:10:38 2017 +0100
@@ -64,6 +64,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;
 }