Actions
Bug #904
closedsetStyleClass() css style is overwriten by style .Wt-ltr td
Start date:
07/15/2011
Due date:
% Done:
0%
Estimated time:
Description
By upgrade from Wt3.1.3 to Wt3.1.9 the setStyleClass() styles (defined in home.css file) are overwriten by style ".Wt-ltr td"
The WTable element styleClass .MessHead text-align: center;
is overwriten by style
.Wt-ltr td {
text-align: left;
}
Element style:
.Wt-ltr td {
text-align: left;
}
ziehlt...4.local
.MessHead {
color: #FFFFFF;
font-weight: 700;
text-align: center;
}
home.css (Line 53)
td {
font-size: 12px;
}
home.css (Line 5)
Files
Updated by Koen Deforche over 13 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.1.11
Hey,
Ooops. We could have avoided that by not modifying the stylesheets for left-to-right, and overriding them only for right-to-left layouts.
To be fixed in 3.1.11 !
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 13 years ago
- Status changed from Resolved to Closed
Resolved in Wt 3.1.11
Actions