diff --git a/RomPatcher.css b/RomPatcher.css index 721c964..59e53ff 100644 --- a/RomPatcher.css +++ b/RomPatcher.css @@ -27,7 +27,7 @@ html, body{height:100%} height: 100%; flex-direction: column; } -header{padding: 5% 0 8%} +header{padding: 1% 0 4%} header h1{display:none} footer{padding: 50px 0 20px} #wrapper{flex-basis:100%} @@ -195,10 +195,16 @@ button.no-text.with-icon:before{margin-right:0px} -#rom-info{font-family:'Roboto Mono',monospace;color:#888;font-size:12px} +#rom-info{font-family:'Roboto Mono',monospace;color:#888;font-size:12px; + -moz-user-select:text; + -webkit-user-select: text; + -ms-user-select:text; + -o-user-select:text; + user-select:text; + cursor:text; +} #rom-info .rightcol{white-space:nowrap;overflow:hidden;text-overflow:ellipsis} #crc32.valid{color:green} -/*#crc32.valid:after{content:" \002713"}*/ #crc32.invalid{color: red} @@ -210,6 +216,7 @@ button.no-text.with-icon:before{margin-right:0px} background-position:-32px 0px; content:""; margin-left:4px; + /*content:" \002713"}*/ } diff --git a/RomPatcher.js b/RomPatcher.js index ee9cb6b..2c00313 100644 --- a/RomPatcher.js +++ b/RomPatcher.js @@ -1,4 +1,4 @@ -/* RomPatcher.js v20180428 - Marc Robledo 2016-2018 - http://www.marcrobledo.com/license */ +/* RomPatcher.js v20180511 - Marc Robledo 2016-2018 - http://www.marcrobledo.com/license */ var MAX_ROM_SIZE=33554432; var romFile, headeredRomFile, unheaderedRomFile, patch, romFile1, romFile2, tempFile; /* Shortcuts */ diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 983edc4..f89dedb 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -12,7 +12,7 @@ limitations under the License. mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js */ -const PRECACHE_ID='v20180429'; +const PRECACHE_ID='v20180511'; const PRECACHE_FILES=[ 'index.html','./', 'RomPatcher.css', diff --git a/index.html b/index.html index 9ccda72..6f2e0d7 100644 --- a/index.html +++ b/index.html @@ -16,9 +16,10 @@ + -