Fixed width of rows in upload modal

This commit is contained in:
Tobias Reich 2015-06-28 18:58:38 +02:00
parent 1dece87434
commit 4cff63d500
2 changed files with 2 additions and 2 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

@ -282,7 +282,7 @@
a.name {
float: left;
padding: 5px 10px;
width: calc(70% - 20px);
width: 70%;
color: #fff;
font-size: 14px;
white-space: nowrap;
@ -292,7 +292,7 @@
a.status {
float: left;
padding: 5px 10px;
width: calc(30% - 20px);
width: 30%;
color: white(.5);
font-size: 14px;
text-align: right;