Merge pull request #448 from nskins/th-width

Migrate width attribute to CSS (Fixes #436)
This commit is contained in:
Danny Coates 2017-08-07 10:59:52 -07:00 committed by GitHub
commit 4ac7ac2b24
2 changed files with 20 additions and 4 deletions

View file

@ -266,6 +266,22 @@ tbody {
table-layout: fixed;
}
#uploaded-file {
width: 35%;
}
#copy-file-list {
width: 25%;
}
#expiry-file-list {
width: 21%;
}
#delete-file-list {
width: 12%;
}
.icon-delete,
.icon-copy,
.icon-check {