diff --git a/js/license.js b/js/license.js index 75d611c8..bb9ff828 100644 --- a/js/license.js +++ b/js/license.js @@ -1,7 +1,7 @@ var exports = { COPYRIGHT:"Copyright (C) 2014-2017 Stewart Allen - All Rights Reserved", LICENSE:"Unauthorized copying, modification and re-distribution are strictly prohibited without prior written consent.", - VERSION:"1.1.00" + VERSION:"1.1.01" }; if (!module) var module = {}; module.exports = exports; diff --git a/web/kiri/style.css b/web/kiri/style.css index 3184771f..2d593383 100644 --- a/web/kiri/style.css +++ b/web/kiri/style.css @@ -13,8 +13,7 @@ input[type=range]::-moz-focus-outer { border-top-left-radius: 5px; border-bottom-right-radius: 5px; position: fixed; - top: 25px; - xleft: 25px; + top: 5px; } .dialog span { padding: 2px 5px 2px 5px; @@ -194,7 +193,7 @@ input[type=range]::-moz-focus-outer { #sender { position: absolute; text-align: center; - top: 25px; + top: 5px; right: 0px; color: white; border: 1px solid white;