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

CSS issue delete button being obscured #859

Closed
codejoy opened this issue Jun 3, 2016 · 3 comments
Closed

CSS issue delete button being obscured #859

codejoy opened this issue Jun 3, 2016 · 3 comments
Labels

Comments

@codejoy
Copy link

codejoy commented Jun 3, 2016

I also noticed this CSS issue (under runserver or apache) with the delete button allowing for delition of multiple selected files is obscured by the search bar. Attached is an image of both chrome and firefox.

filercssissue

Would love to fix this, but not sure where or how.

@RadzionA
Copy link

Had same visual problem as on your picture in my Firefox 46.0.1.
My Solution:

  1. Open file of styles in installed path
    /usr/local/lib/python3.4/dist-packages/filer/static/filer/css/admin_filer.css
  2. search for .filter-search-wrapper style class
    Change part of string
    width: calc(100% - 43px);
    to
    width: calc(100% - 50px);
  3. Search for .filter-files-container (many matches, more easy to find 245px)
    Change part of string
    width: 245px;
    to
    width: 400px;
  4. Save file

@stale
Copy link

stale bot commented Jul 28, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 28, 2022
@stale
Copy link

stale bot commented Aug 30, 2022

This will now be closed due to inactivity, but feel free to reopen it.

@stale stale bot closed this as completed Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants