dimsemenov/Touchfolio

Progress bar for album image upload

Opened this issue · 1 comments

Progress bar when uploading album images appear too long as compared to its container.

screenshot

Add this somewhere in admin.css or any other css thats loaded while in backend

.slidetoggle {
display:none !important;
}

.percent, .progress{
width:110px !important;
}