Skip to content

Commit

Permalink
touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Williams committed Feb 27, 2015
1 parent e241cd3 commit 48c353c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
3 changes: 2 additions & 1 deletion locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"ex_search_message": "You may enter a block height, block hash, tx hash or address.",
"ex_error": "Error!",
"ex_search_error": "Search found no results for: ",
"ex_latest_transactions": "Block Transactions",
"ex_latest_transactions": "Lastest Transactions",
"ex_summary": "Block Summary",
"ex_supply": "Coin Supply",
"ex_block": "Block",

// transaction view
"tx_title": "Transaction Details",
Expand Down
11 changes: 6 additions & 5 deletions locale/en.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"ex_search_message": "You may enter a block height, block hash, tx hash or address.",
"ex_error": "Error!",
"ex_search_error": "Search found no results for: ",
"ex_latest_transactions": "Block Transactions",
"ex_latest_transactions": "Lastest Transactions",
"ex_summary": "Block Summary",
"ex_supply": "Coin Supply",

"ex_block": "Block",

// transaction view
"tx_title": "Transaction Details",
Expand Down Expand Up @@ -51,11 +51,12 @@
"total": "Total",
"bits": "Bits",
"nonce": "Nonce",
"new_coins": "BLOCK REWARD",
"new_coins": "New Coins",
"proof_of_stake": "PoS",
"initial_index_alert": "Indexing is currently incomplete, functionality is limited until index is up-to-date.",

//address menu
"a_menu_showing": "Showing",
"a_menu_showing": "Showing last",
"a_menu_txs": "transactions",
"a_menu_all": "All",

Expand All @@ -70,7 +71,7 @@
"rl_top75": "Top 51-75",
"rl_top100": "Top 76-100",
"rl_hundredplus": "101+",

// api view
"api_title": "API Documentation",
"api_message": "The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.",
Expand Down
6 changes: 5 additions & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
padding: 60px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
background-image: url('/images/background2.png');
/* background-image: url('/images/background2.png');*/
}

#index-search {
Expand Down Expand Up @@ -54,6 +54,10 @@ table {
padding-left: 10px;
}

.dataTables_info {
display: hidden !important;
}

.dataTables_length {
padding-top: 10px;
}
Expand Down
4 changes: 4 additions & 0 deletions settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
// favicon
"favicon": "public/favicon.ico",

// Uses bootswatch themes (http://bootswatch.com/)
// Valid options:
// Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Lumen, Paper,
// Readable, Sandstone, Simplex, Slate, Spacelab, Superhero, United, Yeti
// theme (see /public/themes for available themes)
"theme": "Cyborg",

Expand Down

0 comments on commit 48c353c

Please sign in to comment.