File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ html, body {
1313header {
1414 padding : 0 ;
1515 margin : 0 ;
16- padding-top : 20px ;
1716 height : 50px ;
17+ padding-top : 20px ;
1818 min-height : 50px ;
1919 max-height : 50px ;
2020 border-bottom : 5px solid # 33b5e5 ;
@@ -77,8 +77,27 @@ header > div,
7777.header i : after { content : "▼" ; }
7878
7979# main .row { margin : 0 ; padding : 0 ; position : relative; }
80+ # main .row .header {
81+ position : relative;
82+ z-index : 4 ;
83+ cursor : pointer;
84+ background-color : # fff ;
85+ }
86+ # main .row : hover .header { color : # 33b5e5 ; font-weight : bold; }
8087# main .row .data { display : none; }
8188# main .row .active .data { display : inline-block; }
89+ # main .row .data .left ,
90+ # main .row .data .right {
91+ position : relative;
92+ z-index : 4 ;
93+ }
94+ # main .row .data img {
95+ position : absolute;
96+ z-index : 3 ;
97+ bottom : 40% ;
98+ right : 25% ;
99+ opacity : 0.6 ;
100+ }
82101
83102
84103@media only screen and (max-height : 480px ) {
@@ -182,4 +201,8 @@ header > div,
182201 # main .data dl > dd .recievers {
183202 font-size : 10px ;
184203 }
204+ # main .row .data img {
205+ right : 5% ;
206+ top : 30% ;
207+ }
185208}
Original file line number Diff line number Diff line change 5757 < div class ="row active ">
5858 < div class ="header "> Apex Lumia< i class ="icon-arrow "> </ i > </ div >
5959 < div class ="data ">
60+ < img src ="http://spacenear.us/tracker/images/markers/balloon-blue.png " />
6061 < div class ="left ">
6162 < dl >
6263 < dt > 2012-12-30 20:38:34</ dt >
8283 < div class ="row ">
8384 < div class ="header "> Apex Lumia< i class ="icon-arrow "> </ i > </ div >
8485 < div class ="data ">
86+ < img src ="http://spacenear.us/tracker/images/markers/car-green.png " />
8587 < div class ="left ">
8688 < dl >
8789 < dt > 2012-12-30 20:38:34</ dt >
109111 < div class ="row active ">
110112 < div class ="header "> Apex Lumia< i class ="icon-arrow "> </ i > </ div >
111113 < div class ="data ">
114+ < img src ="http://spacenear.us/tracker/images/markers/car-green.png " />
112115 < div class ="left ">
113116 < dl >
114117 < dt > 2012-12-30 20:38:34</ dt >
124127 < div class ="row ">
125128 < div class ="header "> PAVA< i class ="icon-arrow "> </ i > </ div >
126129 < div class ="data ">
130+ < img src ="http://spacenear.us/tracker/images/markers/antenna-green.png " />
127131 < div class ="left ">
128132 < dl >
129133 < dt > 2012-12-30 20:38:34</ dt >
139143 < div class ="row ">
140144 < div class ="header "> TINYv1< i class ="icon-arrow "> </ i > </ div >
141145 < div class ="data ">
146+ < img src ="http://spacenear.us/tracker/images/markers/balloon-green.png " />
142147 < div class ="left ">
143148 < dl >
144149 < dt > 2012-12-30 20:38:34</ dt >
You can’t perform that action at this time.
0 commit comments