Changeset 1052

Show
Ignore:
Timestamp:
05/21/06 02:43:55 (7 years ago)
Author:
fproulx
Message:
 
Location:
trunk/wifidog-auth/wifidog
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/media/base_theme/stylesheet.css

    r1051 r1052  
    148148 
    149149#main_area_middle { 
     150        position: relative; 
     151        width: 95%; 
    150152        margin: 1em; 
    151153        padding: 1em; 
     
    728730/********** Google map section **********/ 
    729731 
    730 /* crappy IE VML hack */ 
    731 v\:* { 
    732         behavior:url(#default#VML); 
    733 } 
    734  
    735732#map_title { 
    736733    background-color: #E9F6FF; 
     
    765762} 
    766763#map_outer_hotspots_list { 
     764        position: static; 
     765        width: 33%; 
     766    height: 500px; 
    767767    background-color: #FFFFFF; 
    768     width: 33%; 
    769     height: 500px; 
    770768    overflow: auto; 
    771769    float: right; 
     
    775773} 
    776774#map_frame { 
     775        position: static; 
     776        width: 66%; 
     777    height: 500px; 
    777778    font-size: 10pt; 
    778     width: 66%; 
    779     height: 500px; 
    780779} 
    781780/********** End Google map section **********/ 
  • trunk/wifidog-auth/wifidog/templates/sites/hotspots_map.tpl

    r1051 r1052  
    9090    </div> 
    9191 
    92     <div id="map_frame" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"> 
     92    <div id="map_frame"> 
    9393        <br /><br /> 
    9494        <center><h2>{"Loading, please wait..."|_}</h2></center>