# HG changeset patch # User Nicholas Jillings # Date 1458648548 0 # Node ID 64ec9c5e973018256bcef08f45543a531349c808 # Parent a7ad6fc6a3b27d697d56aad5ce064860b1af26f3 Fixed Feature #1270. All interfaces (except ABX) support outside-reference. diff -r a7ad6fc6a3b2 -r 64ec9c5e9730 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 a7ad6fc6a3b2 -r 64ec9c5e9730 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 a7ad6fc6a3b2 -r 64ec9c5e9730 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