Ignore:
Timestamp:
2012-04-24T13:09:10+12:00 (12 years ago)
Author:
sjm84
Message:

Fixes to map_scripts and also changed the on-page editing that it reloads the page with the expanded view. Later we will probably make the page reload unnecessary. Also fixed the preferences page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/core.css

    r25458 r25462  
    667667/* -------- SEARCH ------- */
    668668.paramLabel {
     669    margin: 2px;
    669670    float: left;
    670671    min-width: 250px;
    671672}
    672673.paramValue {
     674    margin: 2px;
    673675    float: left;
    674676}
     
    755757}
    756758
    757 #map_canvas{
     759.map_canvas_full{
    758760    margin:0px auto;
    759761    width:900px;
     762    height:500px;
     763}
     764
     765.map_canvas_half{
     766    float: right;
     767    width:450px;
    760768    height:500px;
    761769}
Note: See TracChangeset for help on using the changeset viewer.