Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
2.0 Final
-
None
-
any, especially using internet explorer
Description
I have the problem that the current style sheets imported by <cms:mainbar> cause disruption on regular tables.
The following definition
td
{
font-family:Verdana, sans-serif;
font-size:11px;
vertical-align:top;
color:#000000;
}
(from dialogs.css)
does define a font family, font size, etc. if these attributes are not defined in a style sheet included later.
While the workaround is trivial (simply define these attributes in your own style sheet), you have been working carefully with ids in your style sheets so as not to disrupt any customer designs. Therefore I consider this a bug, albeit a trivial one. ![]()
It would be nice if you could use ids for all your <td>s or come up with a similar solution.
Checklists
Acceptance criteria