Fix alignment of blurs count while in-game

This commit is contained in:
clarkerubber 2014-12-05 06:03:30 +11:00
parent 528b194168
commit 40e5fd4f2b
2 changed files with 5 additions and 1 deletions

View file

@ -1469,12 +1469,16 @@ div.underboard .center {
text-align: center;
padding-top: 15px;
}
div.underboard .blurs,
div.underboard .right {
display: table-cell;
vertical-align: top;
padding-left: 15px;
width: 242px;
}
div.underboard .blurs {
padding-top: 25px;
}
div.underboard a {
display: inline-block;
}

View file

@ -89,7 +89,7 @@ module.exports = function(ctrl) {
onclick: toggleDontTouch
}, ctrl.trans('youAreViewingThisGameAsASpectator')) : null
]),
m('div.right', [
m('div.blurs', [
[ctrl.data.opponent, ctrl.data.player].map(partial(mod.blursOf, ctrl)), [ctrl.data.opponent, ctrl.data.player].map(partial(mod.holdOf, ctrl))
])
])