diff --git a/www/css/custom_style.css b/www/css/custom_style.css index e58d601..3cee560 100644 --- a/www/css/custom_style.css +++ b/www/css/custom_style.css @@ -2,6 +2,15 @@ md-input-container { padding-bottom: 10px; } +.half-image { + width: 50%; +} + +.itemfontsize{ + font-size: 14px; +} + + .image-list-thumb { padding: 2px 2px 2px 2px; height: 64px; @@ -11,7 +20,7 @@ md-input-container { text-align: center; } - +/* Attacken Bewertung */ .typnormal{ border-color: #0a9dc7; background-color: #11c1f3; @@ -19,6 +28,7 @@ md-input-container { text-align: center; } +/* Attacken Bewertung */ .typnmittel{ border-color: #e6b500; background-color: #ffc900; @@ -26,6 +36,7 @@ md-input-container { text-align: center; } +/* Attacken Bewertung */ .typschwach{ border-color: #28a54c; background-color: #33cd5f; @@ -33,6 +44,7 @@ md-input-container { text-align: center; } +/* Attacken Bewertung */ .typstark{ border-color: #e42112; background-color: #ef473a; @@ -117,11 +129,14 @@ md-input-container { .pokemontypsx { display: inline-block; padding: 0 10px; - height: 16px; + height: 18px; font-size: 8px; line-height: 16px; border-radius: 5px; color: white; + border-style: solid; + border-color: white; + border-width: 1px; } .pokemontypsx img { float: left; @@ -134,11 +149,14 @@ md-input-container { .pokemontypsm { display: inline-block; padding: 0 25px; - height: 16px; + height: 18px; font-size: 10px; line-height: 16px; border-radius: 5px; color: white; + border-style: solid; + border-color:white; + border-width: 1px; } .pokemontypsm img { @@ -152,11 +170,14 @@ md-input-container { .pokemontypnor { display: inline-block; padding: 0 25px; - height: 22px; + height: 24px; font-size: 16px; line-height: 22px; border-radius: 6px; color: white; + border-style: solid; + border-color:white; + border-width: 1px; } .pokemontypnor img { diff --git a/www/pokedex.db b/www/pokedex.db index 0889450..d895d74 100644 Binary files a/www/pokedex.db and b/www/pokedex.db differ diff --git a/www/templates/imagedownload/js/controllers.js b/www/templates/imagedownload/js/controllers.js index 01f7611..47819d5 100644 --- a/www/templates/imagedownload/js/controllers.js +++ b/www/templates/imagedownload/js/controllers.js @@ -87,13 +87,13 @@ appControllers.controller('imageDownloadCtrl', function ($scope, $stateParams, $ console.log('Error. ' + error.code + ' ' + error.constant); }, function (progress) { //downloadprogress=(progress.loaded / progress.total) * 100; - $scope.progressprozent = Math.round(pokedexid / 721 * 100); + $scope.progressprozent = Math.round(pokedexid / 152 * 100); $scope.progressval = pokedexid; $scope.currentfile=filename; //+ downloadprogress; }); console.log(pokedexid); - if (pokedexid<721){ + if (pokedexid<152){ downloadtimer(); } else{ diff --git a/www/templates/pokemonliste/html/pokemon-detail.html b/www/templates/pokemonliste/html/pokemon-detail.html index 0f2b58d..0954e20 100644 --- a/www/templates/pokemonliste/html/pokemon-detail.html +++ b/www/templates/pokemonliste/html/pokemon-detail.html @@ -24,47 +24,82 @@
- {{pokemon.pokemontext}} -
-Trainer Infos:
+Beschreibung:
+{{pokemon.pokemontext}}
+Fundorte:
+{{pokemon.pokemonfundort}}
+{{ pokemonentwicklung.pokemonpokedexid }} Bonbons
+Pokedex-ID: {{ pokemonentwicklung.pokemonpokedexid }}
+