File tree 3 files changed +9
-15
lines changed
3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -119,24 +119,20 @@ table{border-collapse: collapse;border-spacing: 0;}
119
119
# bottom # radar # map_radar {
120
120
width : 66px ;
121
121
height : 66px ;
122
- background-color : red;
122
+ /* background-color:red;*/
123
123
position : absolute;
124
124
top : 22px ;
125
125
left : 24px ;
126
126
overflow : hidden;
127
127
}
128
128
# 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 ;
140
136
}
141
137
# bottom # compteur_hauteur {
142
138
width : 28px ;
Original file line number Diff line number Diff line change 31
31
< div id ="bottom ">
32
32
< div id ="radar ">
33
33
< 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 >
37
35
</ div >
38
36
</ div >
39
37
< div id ="compteur_hauteur ">
You can’t perform that action at this time.
0 commit comments