# HG changeset patch # User Nicholas Jillings # Date 1458648548 0 # Node ID 46fe764580fbce0be229701afd284c1d23f3cbb6 # Parent 7fb0a3d87c8a7a5015c93909761efa52e6c72f52 Fixed Feature #1270. All interfaces (except ABX) support outside-reference. diff -r 7fb0a3d87c8a -r 46fe764580fb core.css --- a/core.css Tue Mar 22 11:52:12 2016 +0000 +++ b/core.css Tue Mar 22 12:09:08 2016 +0000 @@ -101,6 +101,13 @@ top: 0px; } +button.outside-reference { + width:120px; + height:20px; + margin-bottom:5px; + position: absolute; +} + textarea.trackComment { max-width: 594px; min-width: 350px; diff -r 7fb0a3d87c8a -r 46fe764580fb interfaces/AB.css --- 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; diff -r 7fb0a3d87c8a -r 46fe764580fb interfaces/AB.js --- a/interfaces/AB.js Tue Mar 22 11:52:12 2016 +0000 +++ b/interfaces/AB.js Tue Mar 22 12:09:08 2016 +0000 @@ -303,30 +303,32 @@ for (var index=0; index