Merge pull request #229 from cubedro/develop

Added 2 boxes per line for sm screens
This commit is contained in:
Marian OANCΞA 2015-07-30 15:29:03 +03:00
commit 8577dec503
1 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ extends ./layout.jade
block content
div.container-fluid(ng-controller='StatsCtrl')
div.row(ng-cloak)
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.bestblock.text-info
div.pull-left.icon-full-width
i.icon-block
@ -12,7 +12,7 @@ block content
span.small-title best block
span.big-details {{'#'}}{{ bestBlock | number}}
div.clearfix
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.uncleCount.text-info
div.pull-left.icon-full-width
i.icon-uncle
@ -21,7 +21,7 @@ block content
span.small (current / last 50)
span.big-details {{ bestStats.block.uncles.length }}/{{ uncleCount }}
div.clearfix
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.blocktime(class="{{ lastBlock | timeClass : true }}")
div.pull-left.icon-full-width
i.icon-time
@ -29,7 +29,7 @@ block content
span.small-title last block
span.big-details {{ lastBlock | blockTimeFilter }}
div.clearfix
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.avgblocktime(class="{{ avgBlockTime | avgTimeClass }}")
div.pull-left.icon-full-width
i.icon-gas
@ -37,7 +37,7 @@ block content
span.small-title avg block time
span.big-details {{ avgBlockTime | avgTimeFilter }}
div.clearfix
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.difficulty.text-orange
div.pull-left.icon-full-width
i.icon-hashrate
@ -45,7 +45,7 @@ block content
span.small-title avg network hashrate
span.big-details(ng-bind-html="avgHashrate | networkHashrateFilter")
div.clearfix
div.col-lg-2.col-md-4.col-sm-12.stat-holder
div.col-lg-2.col-md-4.col-sm-6.stat-holder
div.big-info.difficulty.text-danger
div.pull-left.icon-full-width
i.icon-difficulty