Loading...
 
Skip to main content

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
(0)
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+
Demonstrate Bug (older Tiki versions)
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


Show PHP error messages