metacat/lib/style/common/spatial/map.css @ 9377
1 | 5934 | leinfelder | body { |
---|---|---|---|
2 | background-color: white; |
||
3 | }
|
||
4 | |||
5 | #map { |
||
6 | width: 760px; |
||
7 | height: 380px; |
||
8 | border: 1px solid #cccccc; |
||
9 | }
|
||
10 | |||
11 | .olControlNavToolbar .spatialQueryItemActive { |
||
12 | background-image: url("metacat-query-on.png"); |
||
13 | background-repeat: no-repeat; |
||
14 | }
|
||
15 | |||
16 | .olControlNavToolbar .spatialQueryItemInactive { |
||
17 | background-image: url("metacat-query-off.png"); |
||
18 | background-repeat: no-repeat; |
||
19 | }
|