Skip to content

Commit c2414fd

Browse files
committed
Hide multi-dropdown. Fix icon positions
1 parent dda7492 commit c2414fd

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

search.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
.start, .end, .time
127127
{
128128
font-size: 25px;
129-
width: 50%;
129+
width: 60%;
130130
}
131131
.searchLabel{
132132
display: inline-block;
@@ -158,7 +158,12 @@
158158
}
159159

160160
.icon-group {
161-
display: block;
161+
padding: ;
162+
padding-left: 70%;
163+
}
164+
165+
.container .row {
166+
display: none;
162167
}
163168

164169
</style>
@@ -176,26 +181,22 @@
176181
<img class="logo" src="images/FC_logo.png" width="120">
177182

178183
<div class="icon-group">
179-
<img class="bikeandcar" src="images/icon-car.gif" width="44" height="44" id="findroute"/>
180-
<img class="bikeandcar" src="images/icon-bike.gif" width="44" height="44" id="findRouteBike"/>
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"/>
181186
</div>
182187

183188
<span class="searchLabel">
184-
185-
Start Address:
189+
Depart: <div id="geolocate-button"></div>
186190
</span>
187-
188-
<input type="text" name="start" class="start" /> <div id="geolocate-button"></div>
191+
<input type="text" name="start" class="start" />
189192
<br/>
190193
<span class="searchLabel">
191194
Destination:
192195
</span>
193196
<input type="text" name="end" class="end" />
194197
<div class="icon-group">
195198
<img class="switchandprint switch" src="images/icon-swap.gif" width="44" height="44" id="switchInputsButton"/>
196-
<div id="printButtonContainer">
197-
<img class="switchandprint"src="images/icon-printer.gif" width = "44" height = "44" id="print" />
198-
</div>
199+
<img class="switchandprint"src="images/icon-printer.gif" width = "44" height = "44" id="print" />
199200
</div>
200201

201202
<div class="container">

0 commit comments

Comments
 (0)