Changeset 5385
- Timestamp:
- 12/12/07 14:06:27 (1 year ago)
- Files:
-
- sandbox/enjahova/openlayers/theme/FREAC/style.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/enjahova/openlayers/theme/FREAC/style.css
r5379 r5385 21 21 margin-top:2px; 22 22 margin-right:2px; 23 float:left; 23 position:absolute; 24 top:-2px; 25 left:2px; 24 26 } 25 27 26 28 .check { 27 29 float:left; 30 top:-2px; 28 31 } 29 32 … … 33 36 .f_open { 34 37 font-size:14px; 38 cursor:pointer; 35 39 } 36 40 .f_closed { 37 41 font-size:14px; 38 42 font-weight:200; 39 43 cursor:pointer; 40 44 } 41 45 .img_f_open { … … 62 66 63 67 .l_vis {cursor:pointer; 64 padding-left:20px;} 68 padding-left:20px; 69 position:relative;} 65 70 .l_vis input {position:relative; 66 71 margin-bottom:0px; … … 85 90 86 91 div.olMapViewport { 87 -moz-user-select: none 92 -moz-user-select: none; 88 93 } 89 94 … … 187 192 .olControlNavToolbar .olControlNavigationItemActive { 188 193 background-image: url("img/panning-hand-on.png"); 189 background-repeat: no-repeat;float:right;/* Float to display horizontally*/ 194 background-repeat: no-repeat;/*much easier to use position instead of float for IE*/ 195 position:absolute; 196 left:0px; 197 top:0px 190 198 margin-right:0px; 191 199 } 192 200 .olControlNavToolbar .olControlNavigationItemInactive { 193 201 background-image: url("img/panning-hand-off.png"); 194 background-repeat: no-repeat;float:right; 202 background-repeat: no-repeat; 203 position:absolute; 204 left:0px; 205 top:0px; 195 206 margin-right:0px; 196 207 } … … 198 209 .olControlNavToolbar .olControlZoomBoxItemActive { 199 210 background-image: url("img/drag-rectangle-on.png"); 200 background-repeat: no-repeat;float:right; 201 margin-right:-22px; 211 background-repeat: no-repeat; 212 position:absolute; 213 left:22px; 214 top:0px; 202 215 } 203 216 .olControlNavToolbar .olControlZoomBoxItemInactive { 204 217 background-image: url("img/drag-rectangle-off.png"); 205 218 background-repeat: no-repeat;float:right; 206 margin-right:-22px; 219 position:absolute; 220 left:22px; 221 top:0px; 207 222 } 208 223 209 224 .olControlNavToolbar .olControlZoomOutItemActive { 210 225 background-image: url("img/zoom-out-on.png"); 211 background-repeat: no-repeat;float:right; 212 margin-right:-44px;s 226 background-repeat: no-repeat; 227 position:absolute; 228 left:44px; 229 top:0px; 213 230 } 214 231 .olControlNavToolbar .olControlZoomOutItemInactive { 215 232 background-image: url("img/zoom-out-off.png"); 216 background-repeat: no-repeat;float:right; 217 margin-right:-44px; 233 background-repeat: no-repeat; 234 position:absolute; 235 left:44px; 236 top:0px; 218 237 } 219 238 220 239 .olControlNavToolbar .olControlZoomToMaxExtentItemActive { s 221 240 background-image: url("img/zoom-orig-on.png"); 222 background-repeat: no-repeat;float:right; 223 margin-right:-66px; 241 background-repeat: no-repeat; 242 position:absolute; 243 left:66px; 244 top:0px; 224 245 } 225 246 .olControlNavToolbar .olControlZoomToMaxExtentItemInactive { 226 247 background-image: url("img/zoom-orig-off.png"); 227 background-repeat: no-repeat;float:right; 228 margin-right:-66px; 248 background-repeat: no-repeat; 249 position:absolute; 250 left:66px; 251 top:0px; 229 252 } 230 253 231 254 .olControlNavToolbar .olControlZoomToLastExtentItemActive { 232 255 background-image: url("img/zoom-last-on.png"); 233 background-repeat: no-repeat;float:right; 234 margin-right:-88px; 256 background-repeat: no-repeat; 257 position:absolute; 258 left:88px; 259 top:0px; 235 260 } 236 261 .olControlNavToolbar .olControlZoomToLastExtentItemInactive { 237 262 background-image: url("img/zoom-last-off.png"); 238 background-repeat: no-repeat;float:right; 239 margin-right:-88px; 263 background-repeat: no-repeat; 264 position:absolute; 265 left:88px; 266 top:0px; 240 267 } 241 268 … … 243 270 .olControlNavToolbar .olControlIdentifyItemActive { 244 271 background-image: url("img/identify-on.png"); 245 background-repeat: no-repeat;float:right; 246 margin-right:-110px; 272 background-repeat: no-repeat; 273 position:absolute; 274 left:110px; 275 top:0px; 247 276 } 248 277 .olControlNavToolbar .olControlIdentifyItemInactive { 249 278 background-image: url("img/identify-off.png"); 250 background-repeat: no-repeat;float:right; 251 margin-right:-110px; 279 background-repeat: no-repeat; 280 position:absolute; 281 left:110px; 282 top:0px; 252 283 } 253 284
