| 206 | | .olControlNavToolbar .olControlNavigationItemActive { |
|---|
| 207 | | background-image: url("img/panning-hand-on.png"); |
|---|
| 208 | | background-repeat: no-repeat;/*much easier to use position instead of float for IE*/ |
|---|
| 209 | | position: absolute; |
|---|
| 210 | | left: 0px; |
|---|
| 211 | | top: 0px; |
|---|
| 212 | | margin-right: 0px; |
|---|
| 213 | | } |
|---|
| 214 | | .olControlNavToolbar .olControlNavigationItemInactive { |
|---|
| 215 | | background-image: url("img/panning-hand-off.png"); |
|---|
| 216 | | background-repeat: no-repeat; |
|---|
| 217 | | position: absolute; |
|---|
| 218 | | left: 0px; |
|---|
| 219 | | top: 0px; |
|---|
| 220 | | margin-right: 0px; |
|---|
| 221 | | } |
|---|
| 222 | | .olControlNavToolbar .olControlZoomBoxItemActive { |
|---|
| 223 | | background-image: url("img/drag-rectangle-on.png"); |
|---|
| 224 | | background-repeat: no-repeat; |
|---|
| 225 | | position: absolute; |
|---|
| 226 | | left: 22px; |
|---|
| 227 | | top: 0px; |
|---|
| 228 | | } |
|---|
| 229 | | .olControlNavToolbar .olControlZoomBoxItemInactive { |
|---|
| 230 | | background-image: url("img/drag-rectangle-off.png"); |
|---|
| 231 | | background-repeat: no-repeat; |
|---|
| 232 | | float: right; |
|---|
| 233 | | position: absolute; |
|---|
| 234 | | left: 22px; |
|---|
| 235 | | top: 0px; |
|---|
| 236 | | } |
|---|
| 237 | | .olControlNavToolbar .olControlZoomOutItemActive { |
|---|
| 238 | | background-image: url("img/zoom-out-on.png"); |
|---|
| 239 | | background-repeat: no-repeat; |
|---|
| 240 | | position: absolute; |
|---|
| 241 | | left: 44px; |
|---|
| 242 | | top: 0px; |
|---|
| 243 | | } |
|---|
| 244 | | .olControlNavToolbar .olControlZoomOutItemInactive { |
|---|
| 245 | | background-image: url("img/zoom-out-off.png"); |
|---|
| 246 | | background-repeat: no-repeat; |
|---|
| 247 | | position: absolute; |
|---|
| 248 | | left: 44px; |
|---|
| 249 | | top: 0px; |
|---|
| 250 | | } |
|---|
| 251 | | .olControlNavToolbar .olControlZoomToMaxExtentItemActive { |
|---|
| 252 | | background-image: url("img/zoom-orig-on.png"); |
|---|
| 253 | | background-repeat: no-repeat; |
|---|
| 254 | | position: absolute; |
|---|
| 255 | | left: 66px; |
|---|
| 256 | | top: 0px; |
|---|
| 257 | | } |
|---|
| 258 | | .olControlNavToolbar .olControlZoomToMaxExtentItemInactive { |
|---|
| 259 | | background-image: url("img/zoom-orig-off.png"); |
|---|
| 260 | | background-repeat: no-repeat; |
|---|
| 261 | | position: absolute; |
|---|
| 262 | | left: 66px; |
|---|
| 263 | | top: 0px; |
|---|
| 264 | | } |
|---|
| 265 | | .olControlNavToolbar .olControlZoomToLastExtentItemActive { |
|---|
| 266 | | background-image: url("img/zoom-last-on.png"); |
|---|
| 267 | | background-repeat: no-repeat; |
|---|
| 268 | | position: absolute; |
|---|
| 269 | | left: 88px; |
|---|
| 270 | | top: 0px; |
|---|
| 271 | | } |
|---|
| 272 | | .olControlNavToolbar .olControlZoomToLastExtentItemInactive { |
|---|
| 273 | | background-image: url("img/zoom-last-off.png"); |
|---|
| 274 | | background-repeat: no-repeat; |
|---|
| 275 | | position: absolute; |
|---|
| 276 | | left: 88px; |
|---|
| 277 | | top: 0px; |
|---|
| 278 | | } |
|---|
| 279 | | .olControlNavToolbar .olControlIdentifyItemActive { |
|---|
| 280 | | background-image: url("img/identify-on.png"); |
|---|
| 281 | | background-repeat: no-repeat; |
|---|
| 282 | | position: absolute; |
|---|
| 283 | | left: 110px; |
|---|
| 284 | | top: 0px; |
|---|
| 285 | | } |
|---|
| 286 | | .olControlNavToolbar .olControlIdentifyItemInactive { |
|---|
| 287 | | background-image: url("img/identify-off.png"); |
|---|
| 288 | | background-repeat: no-repeat; |
|---|
| 289 | | position: absolute; |
|---|
| 290 | | left: 110px; |
|---|
| 291 | | top: 0px; |
|---|
| 292 | | } |
|---|
| 293 | | .olControlNavToolbar .olControlEmailItemActive { |
|---|
| 294 | | background-image: url("img/email_on.png"); |
|---|
| 295 | | background-repeat: no-repeat; |
|---|
| 296 | | position: absolute; |
|---|
| 297 | | left: 132px; |
|---|
| 298 | | top: 0px; |
|---|
| 299 | | } |
|---|
| 300 | | .olControlNavToolbar .olControlEmailItemInactive { |
|---|
| 301 | | background-image: url("img/email_off.png"); |
|---|
| 302 | | background-repeat: no-repeat; |
|---|
| 303 | | position: absolute; |
|---|
| 304 | | left: 132px; |
|---|
| 305 | | top: 0px; |
|---|
| 306 | | } |
|---|
| 307 | | .olControlNavToolbar .olControlSwitchItemActive { |
|---|
| 308 | | background-image: url("img/switch-on.png"); |
|---|
| 309 | | background-repeat: no-repeat; |
|---|
| 310 | | position: absolute; |
|---|
| 311 | | left: 154px; |
|---|
| 312 | | top: 0px; |
|---|
| 313 | | } |
|---|
| 314 | | .olControlNavToolbar .olControlSwitchItemInactive { |
|---|
| 315 | | background-image: url("img/switch-off.png"); |
|---|
| 316 | | background-repeat: no-repeat; |
|---|
| 317 | | position: absolute; |
|---|
| 318 | | left: 154px; |
|---|
| 319 | | top: 0px; |
|---|
| 320 | | } |
|---|
| | 187 | .olControlNavToolbar .olControlNavigationItemActive { |
|---|
| | 188 | background-image: url("img/panning-hand-on.png"); |
|---|
| | 189 | background-repeat: no-repeat; |
|---|
| | 190 | } |
|---|
| | 191 | .olControlNavToolbar .olControlNavigationItemInactive { |
|---|
| | 192 | background-image: url("img/panning-hand-off.png"); |
|---|
| | 193 | background-repeat: no-repeat; |
|---|
| | 194 | } |
|---|
| | 195 | |
|---|
| | 196 | .olControlNavToolbar .olControlZoomBoxItemActive { |
|---|
| | 197 | background-image: url("img/drag-rectangle-on.png"); |
|---|
| | 198 | background-repeat: no-repeat; |
|---|
| | 199 | } |
|---|
| | 200 | .olControlNavToolbar .olControlZoomBoxItemInactive { |
|---|
| | 201 | background-image: url("img/drag-rectangle-off.png"); |
|---|
| | 202 | background-repeat: no-repeat; |
|---|
| | 203 | } |
|---|
| | 204 | |
|---|
| | 205 | .olControlNavToolbar .olControlZoomOutItemActive { |
|---|
| | 206 | background-image: url("img/zoom-out-on.png"); |
|---|
| | 207 | background-repeat: no-repeat; |
|---|
| | 208 | } |
|---|
| | 209 | .olControlNavToolbar .olControlZoomOutItemInactive { |
|---|
| | 210 | background-image: url("img/zoom-out-off.png"); |
|---|
| | 211 | background-repeat: no-repeat; |
|---|
| | 212 | } |
|---|
| | 213 | |
|---|
| | 214 | .olControlNavToolbar .olControlZoomToMaxExtentItemActive { |
|---|
| | 215 | background-image: url("img/zoom-orig-on.png"); |
|---|
| | 216 | background-repeat: no-repeat; |
|---|
| | 217 | |
|---|
| | 218 | |
|---|
| | 219 | } |
|---|
| | 220 | .olControlNavToolbar .olControlZoomToMaxExtentItemInactive { |
|---|
| | 221 | background-image: url("img/zoom-orig-off.png"); |
|---|
| | 222 | background-repeat: no-repeat; |
|---|
| | 223 | } |
|---|
| | 224 | |
|---|
| | 225 | .olControlNavToolbar .olControlZoomToLastExtentItemActive { |
|---|
| | 226 | background-image: url("img/zoom-last-on.png"); |
|---|
| | 227 | background-repeat: no-repeat; |
|---|
| | 228 | } |
|---|
| | 229 | .olControlNavToolbar .olControlZoomToLastExtentItemInactive { |
|---|
| | 230 | background-image: url("img/zoom-last-off.png"); |
|---|
| | 231 | background-repeat: no-repeat; |
|---|
| | 232 | } |
|---|
| | 233 | |
|---|
| | 234 | |
|---|
| | 235 | .olControlNavToolbar .olControlIdentifyItemActive { |
|---|
| | 236 | background-image: url("img/identify-on.png"); |
|---|
| | 237 | background-repeat: no-repeat; |
|---|
| | 238 | } |
|---|
| | 239 | .olControlNavToolbar .olControlIdentifyItemInactive { |
|---|
| | 240 | background-image: url("img/identify-off.png"); |
|---|
| | 241 | background-repeat: no-repeat; |
|---|
| | 242 | } |
|---|
| | 243 | |
|---|
| | 244 | |
|---|
| 322 | | float: right; |
|---|
| 323 | | right: 0px; |
|---|
| 324 | | height: 30px; |
|---|
| 325 | | width: 200px; |
|---|
| 326 | | } |
|---|
| 327 | | .olControlEditingToolbar div { |
|---|
| 328 | | float: right; |
|---|
| 329 | | width: 24px; |
|---|
| 330 | | height: 24px; |
|---|
| 331 | | margin: 5px; |
|---|
| 332 | | } |
|---|
| 333 | | .olControlEditingToolbar .olControlNavigationItemActive { |
|---|
| 334 | | background-image: url("img/pan_on.png"); |
|---|
| 335 | | background-repeat: no-repeat; |
|---|
| 336 | | } |
|---|
| 337 | | .olControlEditingToolbar .olControlNavigationItemInactive { |
|---|
| 338 | | background-image: url("img/pan_off.png"); |
|---|
| 339 | | background-repeat: no-repeat; |
|---|
| 340 | | } |
|---|
| 341 | | .olControlEditingToolbar .olControlDrawFeaturePointItemActive { |
|---|
| 342 | | background-image: url("img/draw_point_on.png"); |
|---|
| 343 | | background-repeat: no-repeat; |
|---|
| 344 | | } |
|---|
| 345 | | .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { |
|---|
| 346 | | background-image: url("img/draw_point_off.png"); |
|---|
| 347 | | background-repeat: no-repeat; |
|---|
| 348 | | } |
|---|
| 349 | | .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { |
|---|
| 350 | | background-image: url("img/draw_line_off.png"); |
|---|
| 351 | | background-repeat: no-repeat; |
|---|
| 352 | | } |
|---|
| 353 | | .olControlEditingToolbar .olControlDrawFeaturePathItemActive { |
|---|
| 354 | | background-image: url("img/draw_line_on.png"); |
|---|
| 355 | | background-repeat: no-repeat; |
|---|
| 356 | | } |
|---|
| 357 | | .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { |
|---|
| 358 | | background-image: url("img/draw_polygon_off.png"); |
|---|
| 359 | | background-repeat: no-repeat; |
|---|
| 360 | | } |
|---|
| 361 | | .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { |
|---|
| 362 | | background-image: url("img/draw_polygon_on.png"); |
|---|
| 363 | | background-repeat: no-repeat; |
|---|
| 364 | | } |
|---|
| 365 | | |
|---|
| 366 | | .olHandlerBoxZoomBox { |
|---|
| 367 | | border: 2px solid red; |
|---|
| 368 | | position: absolute; |
|---|
| 369 | | background-color: white; |
|---|
| 370 | | opacity: 0.50; |
|---|
| 371 | | font-size: 1px; |
|---|
| 372 | | filter: alpha(opacity=50); |
|---|
| 373 | | } |
|---|
| 374 | | |
|---|
| | 246 | right: 0px; |
|---|
| | 247 | height: 30px; |
|---|
| | 248 | width: 200px; |
|---|
| | 249 | } |
|---|
| | 250 | .olControlEditingToolbar div { |
|---|
| | 251 | width: 24px; |
|---|
| | 252 | height: 24px; |
|---|
| | 253 | margin: 5px; |
|---|
| | 254 | } |
|---|
| | 255 | .olControlEditingToolbar .olControlNavigationItemActive { |
|---|
| | 256 | background-image: url("img/pan_on.png"); |
|---|
| | 257 | background-repeat: no-repeat; |
|---|
| | 258 | } |
|---|
| | 259 | .olControlEditingToolbar .olControlNavigationItemInactive { |
|---|
| | 260 | background-image: url("img/pan_off.png"); |
|---|
| | 261 | background-repeat: no-repeat; |
|---|
| | 262 | } |
|---|
| | 263 | .olControlEditingToolbar .olControlDrawFeaturePointItemActive { |
|---|
| | 264 | background-image: url("img/draw_point_on.png"); |
|---|
| | 265 | background-repeat: no-repeat; |
|---|
| | 266 | } |
|---|
| | 267 | .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { |
|---|
| | 268 | background-image: url("img/draw_point_off.png"); |
|---|
| | 269 | background-repeat: no-repeat; |
|---|
| | 270 | } |
|---|
| | 271 | .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { |
|---|
| | 272 | background-image: url("img/draw_line_off.png"); |
|---|
| | 273 | background-repeat: no-repeat; |
|---|
| | 274 | } |
|---|
| | 275 | .olControlEditingToolbar .olControlDrawFeaturePathItemActive { |
|---|
| | 276 | background-image: url("img/draw_line_on.png"); |
|---|
| | 277 | background-repeat: no-repeat; |
|---|
| | 278 | } |
|---|
| | 279 | .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { |
|---|
| | 280 | background-image: url("img/draw_polygon_off.png"); |
|---|
| | 281 | background-repeat: no-repeat; |
|---|
| | 282 | } |
|---|
| | 283 | .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { |
|---|
| | 284 | background-image: url("img/draw_polygon_on.png"); |
|---|
| | 285 | background-repeat: no-repeat; |
|---|
| | 286 | } |
|---|
| | 287 | |
|---|
| | 288 | |
|---|