Display problem

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

AttachmentSize
display problem.jpg203.47 KB
#1
Assigned to:Visitor» phpfreak
Status:new» closed - fixed

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;
}

#2

thx works... have you got an overview which themes are already working in 8.8.?

#3

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

AttachmentSize
format-wrong1.jpg 169.37 KB