Ticket #3 (closed irritant: fixed)

Opened 1 year ago

Last modified 8 months ago

Layer picker text is wrapping too early

Reported by: aalam Assigned to: egouge
Priority: trivial Milestone: Sprint 2
Component: GUI Version: IE 7.0
Keywords: Cc:
Estimate:

Description

The text in the blue openlayers layer picker is wrapping too early on IE browsers (6 & 7) only.

Change History

10/18/07 08:32:58 changed by egouge

current fix is a hack; setting the style automatically after all pages have been loaded.

See fixstyles() function in HaBC.java

10/18/07 08:33:23 changed by egouge

  • owner changed from somebody to egouge.

11/28/07 00:43:21 changed by egouge

  • type changed from bug to irritant.

01/16/08 10:54:05 changed by egouge

  • status changed from new to assigned.

04/17/08 11:45:23 changed by egouge

  • status changed from assigned to closed.
  • resolution set to fixed.

This can be resolved to adding this to the css: div#layersDiv{

padding-right: 0px !important;

}