| Project: | ProjectPier |
| Version: | 0.8.8-alpha |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Description
I think this issue was asked for somewhere already, but I did not find it. Any solution yet to get the display e.g. of the permission categories in order. See attached jpg
| Attachment | Size |
|---|---|
| display problem.jpg | 203.47 KB |
File public/assets/themes/marine/stylesheets/general/construction.cs
Change
#userPermissions tr {border-bottom: 1px solid #cccccc;
}
into
#userPermissions tr {border-bottom: 1px solid #cccccc;
}
#userPermissions table {
table-layout: auto;
}
thx works... have you got an overview which themes are already working in 8.8.?
thanks that seem to help a little.
at least i can read it..
im attaching a view of how it looks after applying your fixed.
please let me know if there is a way to fixed it better ok
thanks