1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

make output link easier to see on archiveresult admin list

This commit is contained in:
Nick Sweeting 2021-02-18 02:35:33 -05:00
parent df47486d31
commit dcc812b9f5

View file

@ -264,3 +264,13 @@ body.model-snapshot.change-list #content .object-tools {
.inline-group .tabular td.original p {
margin-top: -33px;
}
tbody .output-link {
float: right;
margin-bottom: -25px;
margin-right: -3px;
margin-top: -4px;
opacity: 0.4;
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}
tbody .output-link:hover {opacity: 1;}