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

Added web interface to audit library data

This commit is contained in:
Krateng
2018-12-20 17:23:16 +01:00
parent b361e25503
commit f5dced4f6e
6 changed files with 211 additions and 2 deletions

View File

@@ -55,3 +55,12 @@ table td.time {
table td.artists,td.artist,td.title,td.amount {
width:300px;
}
table td.button {
width:150px;
background-color:yellow;
color:#333337;
padding:1px;
border-radius:4px;
cursor:pointer;
}