Project

General

Profile

« Previous | Next » 

Revision 3435

savepoint - sanparks skin looks good with new map, consistent L+F etc..
only thing remaining is a tweak to get bounding box for map zooming adjusted to follow mouse click and drag (starts far to the right of pointer).

View differences:

sanparks.css
77 77
}
78 78

  
79 79
.iframeleftcolclass  { 
80
    height:	712px;
80
    /*height:	712px;*/
81
    height:	100%;
82
    min-height:	712px;
83
  	/*height:	expression(document.body.clientWidth < 712? "712px": "auto" );*/
81 84
	width:	175px;
82 85
}
83 86

  
......
99 102

  
100 103
.mapFrame { 
101 104
    /*height: 59em;*/
102
    height: 712px;
103
    width: 290px;
105
    height: 300px;
106
    width: 600px;
104 107
	vertical-align: top;
105 108
	background: #FFFFFF;
106 109
}
107 110

  
108 111
body > table td #mapFrame {
109 112
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
110
    width: 290px;
113
    /*width: 290px;*/
111 114
}
112 115

  
113 116
/**

Also available in: Unified diff