...in case the text gets to big, don't wrap to new line. Instead just cut it.

This commit is contained in:
luckydonald 2014-08-11 02:47:57 +02:00
parent 7fc574cc53
commit 45aa28c139
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,8 @@
font-weight: bold;
top: 6px;
opacity: 1;
overflow: hidden;
white-space: nowrap;
}
#uploadprogressbar .label.inner {
color:white;
@ -92,6 +94,8 @@
text-align: center;
position: relative;
top: 7px;
overflow: hidden;
white-space: nowrap;
}
#uploadprogressbar .desktop {
display: block;