impossible to set a cell padding in a table
- Status
- Open
- Subject
- impossible to set a cell padding in a table
- Version
- 15.x
- Category
- Error
- Feature
- Inline wysiwyg editor
- Resolution status
- New
- Submitted by
- Jean-Marc Libs
- Lastmod by
- Jean-Marc Libs
- Rating
- Description
In wysiwyg edition, I can right-click on a table → Table properties → and set a value for cell padding, for instance 5.
This correctly sets cellpadding="5" at the table level.
But in the CSS file from the theme, for instance in line 182 of fivealive.css there is:
td, th {
padding: 0;
}
this seems to override the cellpadding="5" with padding="0" at the cell level, which takes precedence over the table level.So it is not possible to set cell paddin to any value except 0.
This happens with all themes, it is not a fivealive issue.
I could not find from which less file this comes from 😑
- Importance
- 6
- Priority
- 30
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 6067
- Created
- Tuesday 02 August, 2016 16:19:36 UTC
by Jean-Marc Libs - LastModif
- Tuesday 02 August, 2016 16:19:36 UTC