Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

In Firefox the tables are way out of line #101

Closed
ghost opened this issue Aug 17, 2011 · 2 comments
Closed

In Firefox the tables are way out of line #101

ghost opened this issue Aug 17, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 17, 2011

In the admin panel of calipso I noticed the tables on admin pages like like 'users' or 'content' are off to the right of the page. Here's a screenshot: http://imm.io/88PO
It must be specific to Firefox because they look fine in Chrome. My fix (which works for both FF and Chrome) is to add this to admin.css:

.table-admin {
  float: left;
}

The issue is in Firefox 5 for Ubuntu and my screen width is 1280x1024 if that matters.

@dennishall
Copy link
Collaborator

Thank you for reporting this issue.
I don't have calipso running on my machine here at work at the moment, so I can only guess at this, but it looks like clear is what we want here. If you are able and willing, please try

.table-admin {
  clear: both;
}

instead and let us know how it works. Also, if you are able to, test in ie8,9 as well. Thanks again.

@ghost
Copy link
Author

ghost commented Aug 17, 2011

Yep, that seemed to fix it. The issue was in Firefox 6 as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant