Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload and Download module - very small size field's width upon uploading #320

Closed
sz00gun opened this issue Jan 4, 2016 · 4 comments
Closed

Comments

@sz00gun
Copy link

sz00gun commented Jan 4, 2016

Not sure if this is related to either Webmin or Filemin or Authentic theme...

but this is not right, the window should be widther

ofwhat

@iliajie
Copy link
Collaborator

iliajie commented Jan 4, 2016

Yes, understood. This can be fixed using theme. It will be fixed in the next release (17.31+).

Meanwhile, if you manually open theme's package.min.css and add at the very end the following, it'll work right now. Don't forget to clear cache afterwards.

#popup > form center input[name="size"] {
    min-width: 178px;
}

@iliajie iliajie closed this as completed Jan 4, 2016
@iliajie iliajie changed the title Little bug with file uploading Upload and Download module - very small size field's width upon uploading Jan 4, 2016
@sz00gun
Copy link
Author

sz00gun commented Apr 2, 2016

That fix working fine, however (just noticed) the length of the progress box is wrong,

eg. 57.51 MB of 58.09 MB is around 99%, so the progress indicators should be almost on the end, but there are around the middle.
suwak

@iliajie
Copy link
Collaborator

iliajie commented Apr 2, 2016

I see.. :)

@iliajie
Copy link
Collaborator

iliajie commented Jun 2, 2016

Will be fixed in 18.01.

@iliajie iliajie closed this as completed Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants