Skip to content

Commit

Permalink
fixed publiclab#251 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lohitha02 committed Feb 18, 2019
1 parent 05695de commit 6fc7f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/PublicLab.Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.ple-help-light {
color: #ddd;
}

.ple-map-content { font-size: 16px; }
.ple-header {
text-align: center;
}
Expand Down
4 changes: 2 additions & 2 deletions spec/javascripts/fixtures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ <h2>3</h2>

<input type="checkbox" id="checkbox" name="location" value="location"> Add Location <br>
<div id="map_content">
<h4><b>By place name :</b></h4>
<p class="ple-map-content"><b>By place name:</b></p>
<p><input id="placenameInput" type="text" class="form-control" /></p>

<p>
<h4><b>By entering co-ordinates :</b></h4>
<p class="ple-map-content"><b>By entering co-ordinates:</b></p>
<div class="row">
<div class="col-md-6">
<p><input id="lat" type="text" class="form-control" placeholder="Latitude"></p>
Expand Down

0 comments on commit 6fc7f78

Please sign in to comment.