| 172 | | float:left;font-size:1.2em; |
|---|
| | 174 | float: left;font-size: 1.2em; |
|---|
| | 175 | } |
|---|
| | 176 | .olPopupContent { |
|---|
| | 177 | padding: 5px; |
|---|
| | 178 | } |
|---|
| | 179 | .olControlNavToolbar { |
|---|
| | 180 | width: 0px; |
|---|
| | 181 | height: 0px; |
|---|
| | 182 | } |
|---|
| | 183 | .olControlNavToolbar div { |
|---|
| | 184 | display: block; |
|---|
| | 185 | width: 22px; |
|---|
| | 186 | height: 22px; |
|---|
| | 187 | top: 0px; |
|---|
| | 188 | left: 300px; |
|---|
| | 189 | position: relative; |
|---|
| | 190 | } |
|---|
| | 191 | /* we use NavToolbar as the panel for all our tools*/ |
|---|
| | 192 | .olControlNavToolbar .olControlNavigationItemActive { |
|---|
| | 193 | background-image: url("img/panning-hand-on.png"); |
|---|
| | 194 | background-repeat: no-repeat;/*much easier to use position instead of float for IE*/ |
|---|
| | 195 | position: absolute; |
|---|
| | 196 | left: 0px; |
|---|
| | 197 | top: 0px; |
|---|
| | 198 | margin-right: 0px; |
|---|
| | 199 | } |
|---|
| | 200 | .olControlNavToolbar .olControlNavigationItemInactive { |
|---|
| | 201 | background-image: url("img/panning-hand-off.png"); |
|---|
| | 202 | background-repeat: no-repeat; |
|---|
| | 203 | position: absolute; |
|---|
| | 204 | left: 0px; |
|---|
| | 205 | top: 0px; |
|---|
| | 206 | margin-right: 0px; |
|---|
| | 207 | } |
|---|
| | 208 | .olControlNavToolbar .olControlZoomBoxItemActive { |
|---|
| | 209 | background-image: url("img/drag-rectangle-on.png"); |
|---|
| | 210 | background-repeat: no-repeat; |
|---|
| | 211 | position: absolute; |
|---|
| | 212 | left: 22px; |
|---|
| | 213 | top: 0px; |
|---|
| | 214 | } |
|---|
| | 215 | .olControlNavToolbar .olControlZoomBoxItemInactive { |
|---|
| | 216 | background-image: url("img/drag-rectangle-off.png"); |
|---|
| | 217 | background-repeat: no-repeat; |
|---|
| | 218 | float: right; |
|---|
| | 219 | position: absolute; |
|---|
| | 220 | left: 22px; |
|---|
| | 221 | top: 0px; |
|---|
| | 222 | } |
|---|
| | 223 | .olControlNavToolbar .olControlZoomOutItemActive { |
|---|
| | 224 | background-image: url("img/zoom-out-on.png"); |
|---|
| | 225 | background-repeat: no-repeat; |
|---|
| | 226 | position: absolute; |
|---|
| | 227 | left: 44px; |
|---|
| | 228 | top: 0px; |
|---|
| | 229 | } |
|---|
| | 230 | .olControlNavToolbar .olControlZoomOutItemInactive { |
|---|
| | 231 | background-image: url("img/zoom-out-off.png"); |
|---|
| | 232 | background-repeat: no-repeat; |
|---|
| | 233 | position: absolute; |
|---|
| | 234 | left: 44px; |
|---|
| | 235 | top: 0px; |
|---|
| | 236 | } |
|---|
| | 237 | .olControlNavToolbar .olControlZoomToMaxExtentItemActive { |
|---|
| | 238 | background-image: url("img/zoom-orig-on.png"); |
|---|
| | 239 | background-repeat: no-repeat; |
|---|
| | 240 | position: absolute; |
|---|
| | 241 | left: 66px; |
|---|
| | 242 | top: 0px; |
|---|
| | 243 | } |
|---|
| | 244 | .olControlNavToolbar .olControlZoomToMaxExtentItemInactive { |
|---|
| | 245 | background-image: url("img/zoom-orig-off.png"); |
|---|
| | 246 | background-repeat: no-repeat; |
|---|
| | 247 | position: absolute; |
|---|
| | 248 | left: 66px; |
|---|
| | 249 | top: 0px; |
|---|
| | 250 | } |
|---|
| | 251 | .olControlNavToolbar .olControlZoomToLastExtentItemActive { |
|---|
| | 252 | background-image: url("img/zoom-last-on.png"); |
|---|
| | 253 | background-repeat: no-repeat; |
|---|
| | 254 | position: absolute; |
|---|
| | 255 | left: 88px; |
|---|
| | 256 | top: 0px; |
|---|
| | 257 | } |
|---|
| | 258 | .olControlNavToolbar .olControlZoomToLastExtentItemInactive { |
|---|
| | 259 | background-image: url("img/zoom-last-off.png"); |
|---|
| | 260 | background-repeat: no-repeat; |
|---|
| | 261 | position: absolute; |
|---|
| | 262 | left: 88px; |
|---|
| | 263 | top: 0px; |
|---|
| | 264 | } |
|---|
| | 265 | .olControlNavToolbar .olControlIdentifyItemActive { |
|---|
| | 266 | background-image: url("img/identify-on.png"); |
|---|
| | 267 | background-repeat: no-repeat; |
|---|
| | 268 | position: absolute; |
|---|
| | 269 | left: 110px; |
|---|
| | 270 | top: 0px; |
|---|
| | 271 | } |
|---|
| | 272 | .olControlNavToolbar .olControlIdentifyItemInactive { |
|---|
| | 273 | background-image: url("img/identify-off.png"); |
|---|
| | 274 | background-repeat: no-repeat; |
|---|
| | 275 | position: absolute; |
|---|
| | 276 | left: 110px; |
|---|
| | 277 | top: 0px; |
|---|
| | 278 | } |
|---|
| | 279 | .olControlNavToolbar .olControlEmailItemActive { |
|---|
| | 280 | background-image: url("img/email_on.png"); |
|---|
| | 281 | background-repeat: no-repeat; |
|---|
| | 282 | position: absolute; |
|---|
| | 283 | left: 132px; |
|---|
| | 284 | top: 0px; |
|---|
| | 285 | } |
|---|
| | 286 | .olControlNavToolbar .olControlEmailItemInactive { |
|---|
| | 287 | background-image: url("img/email_off.png"); |
|---|
| | 288 | background-repeat: no-repeat; |
|---|
| | 289 | position: absolute; |
|---|
| | 290 | left: 132px; |
|---|
| | 291 | top: 0px; |
|---|
| | 292 | } |
|---|
| | 293 | .olControlEditingToolbar { |
|---|
| | 294 | float: right; |
|---|
| | 295 | right: 0px; |
|---|
| | 296 | height: 30px; |
|---|
| | 297 | width: 200px; |
|---|
| | 298 | } |
|---|
| | 299 | .olControlEditingToolbar div { |
|---|
| | 300 | float: right; |
|---|
| | 301 | width: 24px; |
|---|
| | 302 | height: 24px; |
|---|
| | 303 | margin: 5px; |
|---|
| | 304 | } |
|---|
| | 305 | .olControlEditingToolbar .olControlNavigationItemActive { |
|---|
| | 306 | background-image: url("img/pan_on.png"); |
|---|
| | 307 | background-repeat: no-repeat; |
|---|
| | 308 | } |
|---|
| | 309 | .olControlEditingToolbar .olControlNavigationItemInactive { |
|---|
| | 310 | background-image: url("img/pan_off.png"); |
|---|
| | 311 | background-repeat: no-repeat; |
|---|
| | 312 | } |
|---|
| | 313 | .olControlEditingToolbar .olControlDrawFeaturePointItemActive { |
|---|
| | 314 | background-image: url("img/draw_point_on.png"); |
|---|
| | 315 | background-repeat: no-repeat; |
|---|
| | 316 | } |
|---|
| | 317 | .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { |
|---|
| | 318 | background-image: url("img/draw_point_off.png"); |
|---|
| | 319 | background-repeat: no-repeat; |
|---|
| | 320 | } |
|---|
| | 321 | .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { |
|---|
| | 322 | background-image: url("img/draw_line_off.png"); |
|---|
| | 323 | background-repeat: no-repeat; |
|---|
| | 324 | } |
|---|
| | 325 | .olControlEditingToolbar .olControlDrawFeaturePathItemActive { |
|---|
| | 326 | background-image: url("img/draw_line_on.png"); |
|---|
| | 327 | background-repeat: no-repeat; |
|---|
| | 328 | } |
|---|
| | 329 | .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { |
|---|
| | 330 | background-image: url("img/draw_polygon_off.png"); |
|---|
| | 331 | background-repeat: no-repeat; |
|---|
| | 332 | } |
|---|
| | 333 | .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { |
|---|
| | 334 | background-image: url("img/draw_polygon_on.png"); |
|---|
| | 335 | background-repeat: no-repeat; |
|---|
| 191 | | /* we use NavToolbar as the panel for all our tools*/ |
|---|
| 192 | | .olControlNavToolbar .olControlNavigationItemActive { |
|---|
| 193 | | background-image: url("img/panning-hand-on.png"); |
|---|
| 194 | | background-repeat: no-repeat;/*much easier to use position instead of float for IE*/ |
|---|
| 195 | | position:absolute; |
|---|
| 196 | | left:0px; |
|---|
| 197 | | top:0px |
|---|
| 198 | | margin-right:0px; |
|---|
| 199 | | } |
|---|
| 200 | | .olControlNavToolbar .olControlNavigationItemInactive { |
|---|
| 201 | | background-image: url("img/panning-hand-off.png"); |
|---|
| 202 | | background-repeat: no-repeat; |
|---|
| 203 | | position:absolute; |
|---|
| 204 | | left:0px; |
|---|
| 205 | | top:0px; |
|---|
| 206 | | margin-right:0px; |
|---|
| 207 | | } |
|---|
| 208 | | |
|---|
| 209 | | .olControlNavToolbar .olControlZoomBoxItemActive { |
|---|
| 210 | | background-image: url("img/drag-rectangle-on.png"); |
|---|
| 211 | | background-repeat: no-repeat; |
|---|
| 212 | | position:absolute; |
|---|
| 213 | | left:22px; |
|---|
| 214 | | top:0px; |
|---|
| 215 | | } |
|---|
| 216 | | .olControlNavToolbar .olControlZoomBoxItemInactive { |
|---|
| 217 | | background-image: url("img/drag-rectangle-off.png"); |
|---|
| 218 | | background-repeat: no-repeat;float:right; |
|---|
| 219 | | position:absolute; |
|---|
| 220 | | left:22px; |
|---|
| 221 | | top:0px; |
|---|
| 222 | | } |
|---|
| 223 | | |
|---|
| 224 | | .olControlNavToolbar .olControlZoomOutItemActive { |
|---|
| 225 | | background-image: url("img/zoom-out-on.png"); |
|---|
| 226 | | background-repeat: no-repeat; |
|---|
| 227 | | position:absolute; |
|---|
| 228 | | left:44px; |
|---|
| 229 | | top:0px; |
|---|
| 230 | | } |
|---|
| 231 | | .olControlNavToolbar .olControlZoomOutItemInactive { |
|---|
| 232 | | background-image: url("img/zoom-out-off.png"); |
|---|
| 233 | | background-repeat: no-repeat; |
|---|
| 234 | | position:absolute; |
|---|
| 235 | | left:44px; |
|---|
| 236 | | top:0px; |
|---|
| 237 | | } |
|---|
| 238 | | |
|---|
| 239 | | .olControlNavToolbar .olControlZoomToMaxExtentItemActive { s |
|---|
| 240 | | background-image: url("img/zoom-orig-on.png"); |
|---|
| 241 | | background-repeat: no-repeat; |
|---|
| 242 | | position:absolute; |
|---|
| 243 | | left:66px; |
|---|
| 244 | | top:0px; |
|---|
| 245 | | } |
|---|
| 246 | | .olControlNavToolbar .olControlZoomToMaxExtentItemInactive { |
|---|
| 247 | | background-image: url("img/zoom-orig-off.png"); |
|---|
| 248 | | background-repeat: no-repeat; |
|---|
| 249 | | position:absolute; |
|---|
| 250 | | left:66px; |
|---|
| 251 | | top:0px; |
|---|
| 252 | | } |
|---|
| 253 | | |
|---|
| 254 | | .olControlNavToolbar .olControlZoomToLastExtentItemActive { |
|---|
| 255 | | background-image: url("img/zoom-last-on.png"); |
|---|
| 256 | | background-repeat: no-repeat; |
|---|
| 257 | | position:absolute; |
|---|
| 258 | | left:88px; |
|---|
| 259 | | top:0px; |
|---|
| 260 | | } |
|---|
| 261 | | .olControlNavToolbar .olControlZoomToLastExtentItemInactive { |
|---|
| 262 | | background-image: url("img/zoom-last-off.png"); |
|---|
| 263 | | background-repeat: no-repeat; |
|---|
| 264 | | position:absolute; |
|---|
| 265 | | left:88px; |
|---|
| 266 | | top:0px; |
|---|
| 267 | | } |
|---|
| 268 | | |
|---|
| 269 | | |
|---|
| 270 | | .olControlNavToolbar .olControlIdentifyItemActive { |
|---|
| 271 | | background-image: url("img/identify-on.png"); |
|---|
| 272 | | background-repeat: no-repeat; |
|---|
| 273 | | position:absolute; |
|---|
| 274 | | left:110px; |
|---|
| 275 | | top:0px; |
|---|
| 276 | | } |
|---|
| 277 | | .olControlNavToolbar .olControlIdentifyItemInactive { |
|---|
| 278 | | background-image: url("img/identify-off.png"); |
|---|
| 279 | | background-repeat: no-repeat; |
|---|
| 280 | | position:absolute; |
|---|
| 281 | | left:110px; |
|---|
| 282 | | top:0px; |
|---|
| 283 | | } |
|---|
| 284 | | |
|---|
| 285 | | |
|---|
| 286 | | .olControlNavToolbar .olControlEmailItemActive { |
|---|
| 287 | | background-image: url("img/email_on.png"); |
|---|
| 288 | | background-repeat: no-repeat; |
|---|
| 289 | | position:absolute; |
|---|
| 290 | | left:132px; |
|---|
| 291 | | top:0px; |
|---|
| 292 | | } |
|---|
| 293 | | .olControlNavToolbar .olControlEmailItemInactive { |
|---|
| 294 | | background-image: url("img/email_off.png"); |
|---|
| 295 | | background-repeat: no-repeat; |
|---|
| 296 | | position:absolute; |
|---|
| 297 | | left:132px; |
|---|
| 298 | | top:0px; |
|---|
| 299 | | } |
|---|
| 300 | | |
|---|
| 301 | | .olControlEditingToolbar { |
|---|
| 302 | | float:right; |
|---|
| 303 | | right: 0px; |
|---|
| 304 | | height: 30px; |
|---|
| 305 | | width: 200px; |
|---|
| 306 | | } |
|---|
| 307 | | .olControlEditingToolbar div { |
|---|
| 308 | | float:right; |
|---|
| 309 | | width: 24px; |
|---|
| 310 | | height: 24px; |
|---|
| 311 | | margin: 5px; |
|---|
| 312 | | } |
|---|
| 313 | | .olControlEditingToolbar .olControlNavigationItemActive { |
|---|
| 314 | | background-image: url("img/pan_on.png"); |
|---|
| 315 | | background-repeat: no-repeat; |
|---|
| 316 | | } |
|---|
| 317 | | .olControlEditingToolbar .olControlNavigationItemInactive { |
|---|
| 318 | | background-image: url("img/pan_off.png"); |
|---|
| 319 | | background-repeat: no-repeat; |
|---|
| 320 | | } |
|---|
| 321 | | .olControlEditingToolbar .olControlDrawFeaturePointItemActive { |
|---|
| 322 | | background-image: url("img/draw_point_on.png"); |
|---|
| 323 | | background-repeat: no-repeat; |
|---|
| 324 | | } |
|---|
| 325 | | .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { |
|---|
| 326 | | background-image: url("img/draw_point_off.png"); |
|---|
| 327 | | background-repeat: no-repeat; |
|---|
| 328 | | } |
|---|
| 329 | | .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { |
|---|
| 330 | | background-image: url("img/draw_line_off.png"); |
|---|
| 331 | | background-repeat: no-repeat; |
|---|
| 332 | | } |
|---|
| 333 | | .olControlEditingToolbar .olControlDrawFeaturePathItemActive { |
|---|
| 334 | | background-image: url("img/draw_line_on.png"); |
|---|
| 335 | | background-repeat: no-repeat; |
|---|
| 336 | | } |
|---|
| 337 | | .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { |
|---|
| 338 | | background-image: url("img/draw_polygon_off.png"); |
|---|
| 339 | | background-repeat: no-repeat; |
|---|
| 340 | | } |
|---|
| 341 | | .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { |
|---|
| 342 | | background-image: url("img/draw_polygon_on.png"); |
|---|
| 343 | | background-repeat: no-repeat; |
|---|
| 344 | | } |
|---|
| 345 | | |
|---|
| 346 | | |
|---|