[GeoNetwork-devel] [GeoNetwork opensource Developer website] #856: Tag Cloud floats over advanced options in Widgets Search

#856: Tag Cloud floats over advanced options in Widgets Search
------------------------+---------------------------------------------------
Reporter: ByronCinNZ | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.7.0
Component: General | Version:
Keywords: |
------------------------+---------------------------------------------------
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 */
  }

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/856&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#856: Tag Cloud floats over advanced options in Widgets Search
-------------------------+--------------------------------------------------
  Reporter: ByronCinNZ | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: major | Milestone: v2.7.0
Component: General | Version:
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by fxp):

  * status: new => closed
  * resolution: => fixed

Comment:

Committed revision 8978.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/856#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.