Fix overall content

This commit is contained in:
vijikannan 2019-07-24 12:56:59 +05:30
parent eef62dfd02
commit 6777743f53
4 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@
"VIEWALL": "Alle Diagramme anzeigen", "VIEWALL": "Alle Diagramme anzeigen",
"BLOCKCHAIN_HEIGHT": "Blockchain Höhe", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe",
"LATEST_BLOCK": "Letzter Block", "LATEST_BLOCK": "Letzter Block",
"LATEST_BLOCK1": "Neueste Block-Schwierigkeit & Erweiterungen", "LATEST_BLOCK1": "Neueste Block-Schwierigkeit",
"COIN_IN": "Münzen in Existenz", "COIN_IN": "Münzen in Existenz",
"HEIGHT": "Höhe", "HEIGHT": "Höhe",
"HASH": "Hash", "HASH": "Hash",
@ -32,6 +32,7 @@
"EXPLORE" : "Erkunden", "EXPLORE" : "Erkunden",
"AGO" : "vor", "AGO" : "vor",
"MINUTE" : "minute", "MINUTE" : "minute",
"BLOCKS_PER_PAGE" : "Blöcke pro Seite",
"TOTAL_DIFFICULTY" : "Gesamtschwierigkeit", "TOTAL_DIFFICULTY" : "Gesamtschwierigkeit",
"TRANSACTIONS_BY_TIME" : "Transkationen nach Zeit", "TRANSACTIONS_BY_TIME" : "Transkationen nach Zeit",
"BLOCKS" : "Blöcke", "BLOCKS" : "Blöcke",

View File

@ -15,7 +15,7 @@
"VIEWALL": "View All Charts", "VIEWALL": "View All Charts",
"BLOCKCHAIN_HEIGHT": "Blockchain Height", "BLOCKCHAIN_HEIGHT": "Blockchain Height",
"LATEST_BLOCK": "Latest Block", "LATEST_BLOCK": "Latest Block",
"LATEST_BLOCK1": "Latest Block Difficulty & Extensions", "LATEST_BLOCK1": "Latest Block Difficulty",
"COIN_IN": "Coins in Existence", "COIN_IN": "Coins in Existence",
"HEIGHT": "Height", "HEIGHT": "Height",
"HASH": "Hash", "HASH": "Hash",
@ -31,6 +31,7 @@
"EPIC" : "Epic", "EPIC" : "Epic",
"EXPLORE" : "Explore", "EXPLORE" : "Explore",
"AGO" : "ago", "AGO" : "ago",
"BLOCKS_PER_PAGE" : "Blocks per page",
"MINUTE" : "minute", "MINUTE" : "minute",
"TOTAL_DIFFICULTY" : "Total Difficulty", "TOTAL_DIFFICULTY" : "Total Difficulty",
"TRANSACTIONS_BY_TIME" : "Transcations By Time", "TRANSACTIONS_BY_TIME" : "Transcations By Time",

View File

@ -77,7 +77,7 @@
<div class="explore_all text-right"> <div class="explore_all text-right">
<form [formGroup]="paginationForm"> <form [formGroup]="paginationForm">
<div class="d-inline-block float-left mt-2"> <div class="d-inline-block float-left mt-2">
<span>Items Per Page:</span>&nbsp;&nbsp; <span>{{'home.BLOCKS_PER_PAGE' | translate}}:</span>&nbsp;&nbsp;
<div class="item_select d-inline-block position-relative"> <div class="item_select d-inline-block position-relative">
<select <select
class="" class=""

View File

@ -285,8 +285,8 @@ a:focus {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
padding: 20px; padding: 20px;
transition: 0.3s linear all; transition: 0.3s linear all;
min-height: 169px;
} }
.minhgt{ min-height: 169px; }
.detail_div .count { .detail_div .count {
font-size: 25px; font-size: 25px;
color: #0091ff; color: #0091ff;