remove duplicate css property

This commit is contained in:
Pierre Bondoerffer
2017-08-09 10:55:36 +02:00
parent 34ba673cd3
commit ec011b15d5

View File

@@ -638,11 +638,10 @@ noscript {
position: absolute; position: absolute;
left: 10vw; right: 10vw; left: 10vw; right: 10vw;
bottom: 10vh; bottom: 10vh;
opacity: 1; opacity: 0.9;
box-sizing: border-box; box-sizing: border-box;
z-index: 10000; z-index: 10000;
display: none; display: none;
opacity: 0.9;
#uploadStatus { #uploadStatus {
width: 80vw; width: 80vw;
tr:nth-child(1) { tr:nth-child(1) {