add css for last 10

This commit is contained in:
Andrew Pamment
2016-08-21 15:06:59 +10:00
parent 87d68d2981
commit a8bdc44516
2 changed files with 26 additions and 1 deletions

View File

@@ -195,3 +195,28 @@
.button a:hover {
background-color: #111111;
}
.last10-row {
display: table-row;
width: auto;
clear: both;
background-color: #eee;
}
.last10-name {
float: left;
display: table-column;
width: 200px;
}
.last10-location {
float: left;
display: table-column;
width: 200px;
}
.last10-date {
float: left;
display: table-column;
width: 200px;
}