2022-03-16 12:11:30 +01:00
|
|
|
.history {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 40%;
|
|
|
|
min-width: 30rem;
|
|
|
|
}
|
|
|
|
.history td {
|
|
|
|
padding-top: .4rem !important;
|
|
|
|
padding-bottom: .4rem !important;
|
|
|
|
font-size: .95rem;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.history .historydate {
|
2022-03-16 12:11:30 +01:00
|
|
|
margin-left: auto;
|
|
|
|
text-align: right;
|
|
|
|
font-size: .8rem !important;
|
|
|
|
}
|
|
|
|
/* mobile devices */
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
|
|
.history {
|
|
|
|
width: 90%;
|
|
|
|
min-width: 90%;
|
|
|
|
}
|
|
|
|
}
|