Opened 12 years ago

Closed 12 years ago

#856 closed defect (fixed)

Tag Cloud floats over advanced options in Widgets Search

Reported by: ByronCinNZ Owned by: geonetwork-devel@…
Priority: major Milestone: v2.7.0
Component: General Version:
Keywords: Cc:

Description

Scenario - Preform a search in the widgets interface in simple search mode. Tag Cloud appears at bottom of search form. Click on advanced search option. Tag Cloud now appears over the top of the advanced search options.

Fix - change the gndefault.css for #searchForm as follows

#search-form, #searchForm {

  • height: 100%;

+ /*height: 100%; -REMOVED to keep tag cloud from floating over advanced options*/

position:relative; /* Required for IE */

}

Change History (1)

comment:1 by fxp, 12 years ago

Resolution: fixed
Status: newclosed

Committed revision 8978.

Note: See TracTickets for help on using tickets.