tweak analysis view

pull/625/head
Thibault Duplessis 2014-11-11 14:30:20 +01:00
parent d7702fc04f
commit 63093e08a0
2 changed files with 4 additions and 11 deletions

View File

@ -55,9 +55,8 @@ openGraph = povOpenGraph(pov)) {
@for((color, pairs) <- a.summary) {
<thead>
<tr>
<th colspan="2">
@playerLink(pov.game.player(color), withOnline = false, cssClass = Some("player color " + color.name))
</th>
<td><img src="@{staticUrl("piece/cburnett/" + color.letter + "K-full.svg")}" width=16 height=16 /></td>
<th>@playerLink(pov.game.player(color), withOnline = false)</th>
</tr>
</thead>
<tbody>

View File

@ -217,15 +217,9 @@ div.underboard .center {
div.advice_summary table {
margin-top: 10px;
}
div.advice_summary tr {
width: 100%;
}
div.advice_summary th,
div.advice_summary td {
padding: 3px 5px;
}
div.advice_summary td {
text-align: right;
padding: 2px 8px;
text-align: center;
}
#adv_chart,
#movetimes_chart {