Changeset 7228 for trunk/openlayers
- Timestamp:
- 05/20/08 10:07:01 (7 months ago)
- Files:
-
- trunk/openlayers/theme/default/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/theme/default/style.css
r7164 r7228 178 178 } 179 179 .olControlEditingToolbar div { 180 background-image: url("img/editing_tool_bar.png"); 181 background-repeat: no-repeat; 180 182 float:right; 181 183 width: 24px; … … 184 186 } 185 187 .olControlEditingToolbar .olControlNavigationItemActive { 186 background-image: url("img/editing_tool_bar.png");187 background-repeat: no-repeat;188 188 background-position: -103px -23px; 189 189 } 190 190 .olControlEditingToolbar .olControlNavigationItemInactive { 191 background-image: url("img/editing_tool_bar.png");192 background-repeat: no-repeat;193 191 background-position: -103px -0px; 194 192 } 195 193 .olControlEditingToolbar .olControlDrawFeaturePointItemActive { 196 background-image: url("img/editing_tool_bar.png");197 background-repeat: no-repeat;198 194 background-position: -77px -23px; 199 195 } 200 196 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 201 background-image: url("img/editing_tool_bar.png");202 background-repeat: no-repeat;203 197 background-position: -77px -0px; 204 198 } 205 199 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 206 background-image: url("img/editing_tool_bar.png");207 background-repeat: no-repeat;208 200 background-position: -51px 0px; 209 201 } 210 202 .olControlEditingToolbar .olControlDrawFeaturePathItemActive { 211 background-image: url("img/editing_tool_bar.png");212 background-repeat: no-repeat;213 203 background-position: -51px -23px; 214 204 } 215 205 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 216 background-image: url("img/editing_tool_bar.png");217 background-repeat: no-repeat;218 206 background-position: -26px 0px; 219 207 } 220 208 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 221 background-image: url("img/editing_tool_bar.png");222 background-repeat: no-repeat;223 209 background-position: -26px -23px ; 224 210 }
