Project

General

Profile

Actions

Bug #904

closed

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

Added by Anonymous almost 13 years ago. Updated over 12 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
Actions #1

Updated by Koen Deforche almost 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

Actions #2

Updated by Koen Deforche over 12 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche over 12 years ago

  • Status changed from Resolved to Closed

Resolved in Wt 3.1.11

Actions

Also available in: Atom PDF