Skip to content

Commit 623652d

Browse files
committed
fixed maps.html, search button and create map.less
1 parent 09a62c7 commit 623652d

83 files changed

Lines changed: 3918 additions & 1433 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/alterne.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<div class="input-group">
120120
<input type="text" class="input-small form-control" placeholder="Live Search ...">
121121
<span class="input-group-btn">
122-
<button class="btn btn-default btn-sm text-muted" type="button"><i class="fa fa-search"></i></button>
122+
<button class="btn btn-primary btn-sm text-muted" type="button"><i class="fa fa-search"></i></button>
123123
</span>
124124
</div>
125125
</form>

dist/assets/css/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ body.padTop53 {
602602
z-index: 1000;
603603
background: #444;
604604
border-top-width: 0;
605-
padding: 5px 0;
605+
padding: 0;
606606
}
607607
#menu > li ul > li {
608608
padding: 5px 10px;
@@ -2277,6 +2277,9 @@ fieldset[disabled] .btn-line.btn-metis-6.active {
22772277
background-color: #c9302c;
22782278
}
22792279
/* END FULLCALENDAR STYLES */
2280+
.google-maps {
2281+
min-height: 300px;
2282+
}
22802283
.p-xs {
22812284
padding: 10px;
22822285
}

dist/assets/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)