This commit is contained in:
alban 2020-01-13 15:09:41 +01:00
parent 330e128ede
commit c87b533b07
2 changed files with 13 additions and 7 deletions

View file

@ -56,6 +56,11 @@ td.name {
min-width: 250px;
}
span.info {
float: right;
color: #655;
}
float: right;
color: #ccc;
background: rgba(255,255,255,0.1);
padding: 1% 3%;
border-radius: 40px;
font-size: 12pt;
cursor: pointer;
}