# HG changeset patch # User Nicholas Jillings # Date 1461316512 -3600 # Node ID e59327ebdb153366ed3ab3e913a5447a3d0ca43a # Parent 29e754aca00f0d2b1a1f72c3e5aceeb7515e3b4e Fix for #27. Further improvements for #22. APE no longer blocks if outside-reference defined and check all moved selected. diff -r 29e754aca00f -r e59327ebdb15 css/core.css --- a/css/core.css Fri Apr 22 09:52:28 2016 +0100 +++ b/css/core.css Fri Apr 22 10:15:12 2016 +0100 @@ -50,12 +50,13 @@ margin-bottom: 35px; } -div#popupTitle { +div#popupTitleHolder { width: inherit; min-height: 25px; max-height: 250px; overflow: auto; margin-bottom: 5px; + text-align: center; } div#popupResponse { diff -r 29e754aca00f -r e59327ebdb15 index.html --- a/index.html Fri Apr 22 09:52:28 2016 +0100 +++ b/index.html Fri Apr 22 10:15:12 2016 +0100 @@ -68,7 +68,7 @@