File tree Expand file tree Collapse file tree 1 file changed +34
-10
lines changed Expand file tree Collapse file tree 1 file changed +34
-10
lines changed Original file line number Diff line number Diff line change 126
126
.start , .end , .time
127
127
{
128
128
font-size : 25px ;
129
- width : 60 % ;
129
+ width : 65 % ;
130
130
}
131
131
.searchLabel {
132
132
display : inline-block;
157
157
width : 50% ;
158
158
}
159
159
160
+ .icon-group-container {
161
+ position : relative;
162
+ height : 60px ;
163
+ width : 100% ;
164
+ }
165
+
160
166
.icon-group {
161
- padding : ;
162
- padding-left : 70% ;
167
+ position : absolute;
168
+ top : 10px ;
169
+ right : 10px ;
163
170
}
164
171
165
172
.container .row {
166
173
display : none;
167
174
}
168
175
176
+ @media (max-width : 1024px ) {
177
+ .start , .end , .time
178
+ {
179
+ width : 90% ;
180
+ }
181
+
182
+ .icon-group {
183
+ position : absolute;
184
+ top : 10px ;
185
+ left : 10px ;
186
+ }
187
+ }
188
+
169
189
</ style >
170
190
< title > foodCompass</ title >
171
191
</ head >
180
200
< section class ="left-panel ">
181
201
< img class ="logo " src ="images/FC_logo.png " width ="120 ">
182
202
183
- < div class ="icon-group ">
184
- < img src ="images/icon-car.gif " width ="44 " height ="44 " id ="findroute "/>
185
- < img src ="images/icon-bike.gif " width ="44 " height ="44 " id ="findRouteBike "/>
203
+ < div class ="icon-group-container ">
204
+ < div class ="icon-group ">
205
+ < img src ="images/icon-car.gif " width ="44 " height ="44 " id ="findroute "/>
206
+ < img src ="images/icon-bike.gif " width ="44 " height ="44 " id ="findRouteBike "/>
207
+ </ div >
186
208
</ div >
187
209
188
210
< span class ="searchLabel ">
194
216
Destination:
195
217
</ span >
196
218
< input type ="text " name ="end " class ="end " />
197
- < div class ="icon-group ">
198
- < img class ="switchandprint switch " src ="images/icon-swap.gif " width ="44 " height ="44 " id ="switchInputsButton "/>
199
- < img class ="switchandprint "src ="images/icon-printer.gif " width = "44 " height = "44 " id ="print " />
200
- </ div >
219
+ < div class ="icon-group-container ">
220
+ < div class ="icon-group ">
221
+ < img class ="switchandprint switch " src ="images/icon-swap.gif " width ="44 " height ="44 " id ="switchInputsButton "/>
222
+ < img class ="switchandprint "src ="images/icon-printer.gif " width = "44 " height = "44 " id ="print " />
223
+ </ div >
224
+ </ div >
201
225
202
226
< div class ="container ">
203
227
< div class ="row ">
You can’t perform that action at this time.
0 commit comments