diff interfaces/AB.css @ 2177:43e1cb74cafb

Fixed Feature #1270. All interfaces (except ABX) support outside-reference.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 22 Mar 2016 12:09:08 +0000
parents 749adcb68e99
children b0b4d264d9a8
line wrap: on
line diff
--- a/interfaces/AB.css	Tue Mar 22 11:52:12 2016 +0000
+++ b/interfaces/AB.css	Tue Mar 22 12:09:08 2016 +0000
@@ -6,7 +6,7 @@
 div.pageTitle {
 	width: auto;
 	height: 20px;
-	margin-top: 20px;
+	margin: 10px 0px;
 }
 
 div.pageTitle span{
@@ -37,6 +37,17 @@
 	font-size: 1.2em;
 }
 
+div.interface-buttons {
+    height: 40px;
+}
+
+button.outside-reference {
+	width:120px;
+	height:40px;
+	margin-bottom:5px;
+	position: absolute;
+}
+
 div.comparator-holder {
 	width: 260px;
 	height: 300px;