Changeset 1052
- Timestamp:
- 05/21/06 02:43:55 (7 years ago)
- Location:
- trunk/wifidog-auth/wifidog
- Files:
-
- 2 modified
-
media/base_theme/stylesheet.css (modified) (4 diffs)
-
templates/sites/hotspots_map.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/media/base_theme/stylesheet.css
r1051 r1052 148 148 149 149 #main_area_middle { 150 position: relative; 151 width: 95%; 150 152 margin: 1em; 151 153 padding: 1em; … … 728 730 /********** Google map section **********/ 729 731 730 /* crappy IE VML hack */731 v\:* {732 behavior:url(#default#VML);733 }734 735 732 #map_title { 736 733 background-color: #E9F6FF; … … 765 762 } 766 763 #map_outer_hotspots_list { 764 position: static; 765 width: 33%; 766 height: 500px; 767 767 background-color: #FFFFFF; 768 width: 33%;769 height: 500px;770 768 overflow: auto; 771 769 float: right; … … 775 773 } 776 774 #map_frame { 775 position: static; 776 width: 66%; 777 height: 500px; 777 778 font-size: 10pt; 778 width: 66%;779 height: 500px;780 779 } 781 780 /********** End Google map section **********/ -
trunk/wifidog-auth/wifidog/templates/sites/hotspots_map.tpl
r1051 r1052 90 90 </div> 91 91 92 <div id="map_frame" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">92 <div id="map_frame"> 93 93 <br /><br /> 94 94 <center><h2>{"Loading, please wait..."|_}</h2></center>
