Project

General

Profile

Actions

Bug #904

closed
KD

setStyleClass() css style is overwriten by style .Wt-ltr td

Bug #904: setStyleClass() css style is overwriten by style .Wt-ltr td

Added by Anonymous about 15 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

css.png (13.7 KB) css.png Anonymous, 07/15/2011 11:31 AM

KD Updated by Koen Deforche about 15 years ago Actions #1

  • 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

KD Updated by Koen Deforche about 15 years ago Actions #2

  • Status changed from InProgress to Resolved

KD Updated by Koen Deforche almost 15 years ago Actions #3

  • Status changed from Resolved to Closed

Resolved in Wt 3.1.11

Actions

Also available in: PDF Atom