Skip to content

Commit d50d5c5

Browse files
committed
Clean some CSS
1 parent 348be09 commit d50d5c5

File tree

1 file changed

+19
-66
lines changed

1 file changed

+19
-66
lines changed

search.html

Lines changed: 19 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -28,46 +28,19 @@
2828

2929
}
3030

31-
#map{
32-
border-width: 10px;
33-
border-color: #0000FF;
34-
}
35-
36-
button {
37-
border-top: 1px solid #FFCB05;
38-
background: #F7941E;
39-
padding: 10px 20px;
40-
-webkit-border-radius: 0px;
41-
-moz-border-radius: 0px;
42-
border-radius: 0px;
43-
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
44-
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
45-
box-shadow: rgba(0,0,0,1) 0 1px 0;
46-
text-shadow: rgba(0,0,0,.4) 0 1px 0;
47-
color: #fffcff;
48-
font-size: 18px;
49-
font-family: Georgia, Serif;
50-
text-decoration: none;
51-
vertical-align: middle;
52-
}
53-
54-
button:hover {
55-
border-top-color: #00A651;
56-
background: #00A651;
57-
color: #ffffff;
58-
}
59-
button:active {
60-
border-top-color: #F7941E;
61-
background: #F7941E;
62-
}
6331
header {
6432
height: 12px;
6533
width: 100%;
6634
background-color: #F7941E;
6735

6836
}
69-
70-
#geolocate-button{
37+
38+
#map{
39+
border-width: 10px;
40+
border-color: #0000FF;
41+
}
42+
43+
#geolocate-button {
7144
display: inline-block;
7245
background-image: url("images/Geolocation-icon.png");
7346
height: 35px;
@@ -82,24 +55,18 @@
8255
box-shadow: 0 0 0 0;
8356
}
8457

85-
.start, .end, .time
86-
{
58+
.start, .end, .time {
8759
font-size: 25px;
8860
width: 65%;
61+
width: 90%;
8962
}
90-
.searchLabel{
63+
64+
.searchLabel {
9165
display: inline-block;
9266
width: 100px;
9367
font-size: 20px;
9468
font-weight: bold;
9569
}
96-
.printLabel{
97-
position:relative;
98-
bottom:30px;
99-
left:0px;
100-
visibility:hidden;
101-
color: red;
102-
}
10370

10471
img {
10572
border: 0px;
@@ -110,7 +77,8 @@
11077
#email{
11178

11279
}
113-
.logo{
80+
81+
.logo {
11482
border: 0;
11583
margin-top: 6px;
11684
box-shadow: 0 0 0 0;
@@ -124,12 +92,11 @@
12492
}
12593

12694
.icon-group {
127-
width: 140px;
95+
/* width: 140px;
12896
padding-left: 65%;
129-
}
130-
131-
.container .row {
132-
display: none;
97+
*/
98+
padding-right: 20px;
99+
float: right;
133100
}
134101

135102
#searchResults {
@@ -150,9 +117,6 @@
150117
line-height: 2.3em;
151118
}
152119

153-
input<option value=type="text"</option> {
154-
margin-bottom: 6px;
155-
}
156120

157121
input {
158122
border: 4px solid #00A651;
@@ -172,17 +136,6 @@
172136
border: 5px solid #FFCB05;
173137
}
174138

175-
@media screen and (min-width: 200px) and (max-width: 1024px) {
176-
.start, .end, .time
177-
{
178-
width: 90%;
179-
}
180-
181-
.icon-group {
182-
padding-left: 0;
183-
}
184-
}
185-
186139

187140
</style>
188141
<title>foodCompass</title>
@@ -216,8 +169,8 @@
216169
<input type="text" name="end" class="end" />
217170
<div class="icon-group-container">
218171
<div class="icon-group">
219-
<img class="switchandprint switch" src="images/icon-swap.gif" width="44" height="44" id="switchInputsButton"/>
220-
<img class="switchandprint"src="images/icon-printer.gif" width = "44" height = "44" id="print" />
172+
<img src="images/icon-swap.gif" width="44" height="44" id="switchInputsButton"/>
173+
<img src="images/icon-printer.gif" width = "44" height = "44" id="print" />
221174
</div>
222175
</div>
223176
<select>

0 commit comments

Comments
 (0)