1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Expanded compare feature slightly

This commit is contained in:
Krateng
2019-06-18 13:24:20 +02:00
parent 8a80c265cd
commit a59381d0bf
2 changed files with 25 additions and 8 deletions

View File

@@ -22,16 +22,18 @@
table tr td:first-child {
text-align: left;
padding:20px;
padding:10px;
width:33%;
}
table tr td {
text-align: center;
padding:20px;
padding:10px;
}
table tr td:last-child {
text-align: right;
padding:20px;
padding:10px;
width:33%;
}
</style>
</head>
@@ -41,8 +43,10 @@
<tr>
<td><h1>KEY_NAME_SELF</h1></td>
<td>
<div class="comparecircle">
KEY_MATCH%
</div>
</td>
<td><h1>KEY_NAME_OTHER</h1></td>
@@ -50,12 +54,21 @@
</tr>
<tr>
<td></td>
<td style="font-size:70%">
<td style="font-size:70%;color:grey;">
The size of the circle shows matching music taste.
The fuzziness of its border indicates differences in quantity.
</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<span>Common Favorite</span>
<h2 style="margin:7px;">KEY_BESTARTIST_LINK</h2>
<img src="KEY_BESTARTIST_IMAGE" style="width:80px;" />
</td>
<td></td>
</tr>
</table>