comparison gnv/src/main/webapp/styles/ol_style.css @ 1000:905cc67da916

Customize Look and Feel to styleguide of the bsh. gnv/trunk@1201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 11 Jun 2010 12:06:03 +0000
parents 95004318d1ce
children 5b118b59dc14
comparison
equal deleted inserted replaced
999:961c2c89a37c 1000:905cc67da916
32 height: 22px; 32 height: 22px;
33 background-image: url("../images/ol/feature_info_off.png"); 33 background-image: url("../images/ol/feature_info_off.png");
34 } 34 }
35 35
36 36
37 .olControlPanel .olControlHistoryBackItemActive { 37 .olControlNavigationHistory {
38 width: 22px; 38 background-image: url("../images/ol/navigation_history.png");
39 height: 22px; 39 background-repeat: no-repeat;
40 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_on.png"); 40 width: 22px;
41 } 41 height: 22px;
42 .olControlPanel .olControlHistoryBackItemInactive { 42
43 width: 22px;
44 height: 22px;
45 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_off.png");
46 } 43 }
47 44
48 .olControlPanel .olControlPanItemActive { 45 .olControlPanel .olControlPanItemActive {
49 width: 22px; 46 width: 22px;
50 height: 22px; 47 height: 22px;
51 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_on.png"); 48 background-image: url("../images/ol/pan_on.png");
52 } 49 }
53 .olControlPanel .olControlPanItemInactive { 50 .olControlPanel .olControlPanItemInactive {
54 width: 22px; 51 width: 22px;
55 height: 22px; 52 height: 22px;
56 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_off.png"); 53 background-image: url("../images/ol/pan_off.png");
57 } 54 }
58 55
59 .olControlPanel .olControlZoomBoxItemActive { 56 .olControlPanel .olControlZoomBoxItemActive {
60 width: 22px; 57 width: 22px;
61 height: 22px; 58 height: 22px;
63 } 60 }
64 .olControlPanel .olControlZoomBoxItemInactive { 61 .olControlPanel .olControlZoomBoxItemInactive {
65 width: 22px; 62 width: 22px;
66 height: 22px; 63 height: 22px;
67 background-image: url("../images/ol/zoom_box_off.png"); 64 background-image: url("../images/ol/zoom_box_off.png");
68 }
69
70 .olControlPanel .olControlDrawPointItemActive {
71 width: 22px;
72 height: 22px;
73 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_on.png");
74 }
75 .olControlPanel .olControlDrawPointItemInactive {
76 width: 22px;
77 height: 22px;
78 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_off.png");
79 }
80
81 .olControlPanel .olControlDrawLineItemActive {
82 width: 22px;
83 height: 22px;
84 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_on.png");
85 }
86 .olControlPanel .olControlDrawLineItemInactive {
87 width: 22px;
88 height: 22px;
89 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_off.png");
90 }
91
92 .olControlPanel .olControlDrawPolygonItemActive {
93 width: 22px;
94 height: 22px;
95 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_on.png");
96 }
97 .olControlPanel .olControlDrawPolygonItemInactive {
98 width: 22px;
99 height: 22px;
100 background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_off.png");
101 }
102
103 .olControlPanel .olControlMeasureLineItemActive {
104 width: 22px;
105 height: 22px;
106 background-image: url("../images/ol/measure_line_on.png");
107 }
108 .olControlPanel .olControlMeasureLineItemInactive {
109 width: 22px;
110 height: 22px;
111 background-image: url("../images/ol/measure_line_off.png");
112 }
113
114 .olControlPanel .olControlMeasurePolygonItemActive {
115 width: 22px;
116 height: 22px;
117 background-image: url("../images/ol/measure_polygon_on.png");
118 }
119 .olControlPanel .olControlMeasurePolygonItemInactive {
120 width: 22px;
121 height: 22px;
122 background-image: url("../images/ol/measure_polygon_off.png");
123 } 65 }
124 66
125 div.olControlMousePosition { 67 div.olControlMousePosition {
126 color: #FFFFFF 68 color: #FFFFFF
127 } 69 }

http://dive4elements.wald.intevation.org