Fix overall content
This commit is contained in:
parent
eef62dfd02
commit
6777743f53
@ -15,7 +15,7 @@
|
||||
"VIEWALL": "Alle Diagramme anzeigen",
|
||||
"BLOCKCHAIN_HEIGHT": "Blockchain Höhe",
|
||||
"LATEST_BLOCK": "Letzter Block",
|
||||
"LATEST_BLOCK1": "Neueste Block-Schwierigkeit & Erweiterungen",
|
||||
"LATEST_BLOCK1": "Neueste Block-Schwierigkeit",
|
||||
"COIN_IN": "Münzen in Existenz",
|
||||
"HEIGHT": "Höhe",
|
||||
"HASH": "Hash",
|
||||
@ -32,6 +32,7 @@
|
||||
"EXPLORE" : "Erkunden",
|
||||
"AGO" : "vor",
|
||||
"MINUTE" : "minute",
|
||||
"BLOCKS_PER_PAGE" : "Blöcke pro Seite",
|
||||
"TOTAL_DIFFICULTY" : "Gesamtschwierigkeit",
|
||||
"TRANSACTIONS_BY_TIME" : "Transkationen nach Zeit",
|
||||
"BLOCKS" : "Blöcke",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"VIEWALL": "View All Charts",
|
||||
"BLOCKCHAIN_HEIGHT": "Blockchain Height",
|
||||
"LATEST_BLOCK": "Latest Block",
|
||||
"LATEST_BLOCK1": "Latest Block Difficulty & Extensions",
|
||||
"LATEST_BLOCK1": "Latest Block Difficulty",
|
||||
"COIN_IN": "Coins in Existence",
|
||||
"HEIGHT": "Height",
|
||||
"HASH": "Hash",
|
||||
@ -31,6 +31,7 @@
|
||||
"EPIC" : "Epic",
|
||||
"EXPLORE" : "Explore",
|
||||
"AGO" : "ago",
|
||||
"BLOCKS_PER_PAGE" : "Blocks per page",
|
||||
"MINUTE" : "minute",
|
||||
"TOTAL_DIFFICULTY" : "Total Difficulty",
|
||||
"TRANSACTIONS_BY_TIME" : "Transcations By Time",
|
||||
|
@ -77,7 +77,7 @@
|
||||
<div class="explore_all text-right">
|
||||
<form [formGroup]="paginationForm">
|
||||
<div class="d-inline-block float-left mt-2">
|
||||
<span>Items Per Page:</span>
|
||||
<span>{{'home.BLOCKS_PER_PAGE' | translate}}:</span>
|
||||
<div class="item_select d-inline-block position-relative">
|
||||
<select
|
||||
class=""
|
||||
|
@ -285,8 +285,8 @@ a:focus {
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||
padding: 20px;
|
||||
transition: 0.3s linear all;
|
||||
min-height: 169px;
|
||||
}
|
||||
.minhgt{ min-height: 169px; }
|
||||
.detail_div .count {
|
||||
font-size: 25px;
|
||||
color: #0091ff;
|
||||
|
Loading…
Reference in New Issue
Block a user