Skip to content

Commit b151a6d

Browse files
committed
point radar gif
1 parent 1d5e278 commit b151a6d

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

css/style.css

+8-12
Original file line numberDiff line numberDiff line change
@@ -119,24 +119,20 @@ table{border-collapse: collapse;border-spacing: 0;}
119119
#bottom #radar #map_radar{
120120
width:66px;
121121
height:66px;
122-
background-color:red;
122+
/* background-color:red;*/
123123
position:absolute;
124124
top:22px;
125125
left:24px;
126126
overflow:hidden;
127127
}
128128
#bottom #radar #point_radar{
129-
/*width:3px;
130-
height:3px;
131-
background-color:#4ccfff;
132-
position:absolute;
133-
top:25px;
134-
left:25px;
135-
border:1px solid rgb(88,146,242);*/
136-
/*width:7px;
137-
height:7px;
138-
z-index:100;
139-
background: url('../img/dashboard/pointeur_radar.gif');*/
129+
width:6px;
130+
height:6px;
131+
z-index:100;
132+
background: url('../img/dashboard/point_radar.gif');
133+
position:absolute;
134+
top:30px;
135+
left:30px;
140136
}
141137
#bottom #compteur_hauteur{
142138
width:28px;

img/mouton_map.png

3.29 KB
Loading

index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
<div id="bottom">
3232
<div id="radar">
3333
<div id="map_radar">
34-
<div id="point_radar">
35-
<img src="img/dashboard/point_radar.gif" width="6" height="6" alt="Point Radar">
36-
</div>
34+
<div id="point_radar"></div>
3735
</div>
3836
</div>
3937
<div id="compteur_hauteur">

0 commit comments

Comments
 (0)