diff --git a/README.md b/README.md index df65a31..7f65a79 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ ED-Board is a log book & more for commanders who want to keep informations about ## Languages available * English * French +* German * Russian * Spanish diff --git a/app/Files/edboard.js b/app/Files/edboard.js index dbe3d85..fb9bdc6 100644 --- a/app/Files/edboard.js +++ b/app/Files/edboard.js @@ -175,6 +175,10 @@ function getUrlLang() { return 'ru.ed-board.net'; break; + case 'de': + return 'de.ed-board.net'; + break; + case 'es': return 'es.ed-board.net'; break; diff --git a/app/Files/index.html b/app/Files/index.html index a083deb..268f58d 100644 --- a/app/Files/index.html +++ b/app/Files/index.html @@ -21,6 +21,7 @@ English français русский + Deutsch Español
diff --git a/app/Files/style.css b/app/Files/style.css index f97329b..3832974 100644 --- a/app/Files/style.css +++ b/app/Files/style.css @@ -90,7 +90,7 @@ iframe#datas { .color-chooser { background: rgba(0,0,0,0.5); padding: 7px; - margin: 40px 0 0; + margin: 20px 0 0; text-align: center; } @@ -259,12 +259,12 @@ a.button.mini { .lang { display: block; width: 80%; - margin: 10px auto; + margin: 7px auto; background: #111; color: #FD610F; border: solid 1px #FD610F; box-shadow: 1px 1px 3px #000; - padding: 10px; + padding: 5px; text-align: center; cursor: pointer; } @@ -276,7 +276,7 @@ a.button.mini { /* Logo */ #header { - padding: 40px; + padding: 15px; text-align: center; } @@ -284,9 +284,9 @@ a.button.mini { .logo:before, .logo:after { display : inline-block; - width : 60px; - height : 60px; - line-height : 60px; + width : 50px; + height : 50px; + line-height : 50px; text-align : center; border-radius: 50%; } @@ -295,7 +295,7 @@ a.button.mini { font-family: 'Orbitron', sans-serif; font-weight: 500; background: #888; - font-size: 1.5rem; + font-size: 1.2rem; border: solid 2px #A15F26; background: rgba(100, 100, 100, 0.5); vertical-align: middle; @@ -319,9 +319,9 @@ a.button.mini { color: #fff; font-family: 'Orbitron', sans-serif; font-weight: 500; - font-size: 1.7rem; + font-size: 1.2rem; vertical-align: middle; - line-height: 70px; + line-height: 30px; z-index: 2; text-shadow: 0 0 5px #000; } diff --git a/app/manifest.json b/app/manifest.json index d3ef202..5267fb0 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -3,7 +3,7 @@ "type":"WebApp", "meta":{ "name":"E:D-Board", - "version":"1.1.3", + "version":"1.1.4", "minimum-overwolf-version":"0.77.10", "author":"Cmdr Biobob", "icon":"IconMouseOver.png",