Skip to content

Commit

Permalink
publiclab#5270 moving css to file
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam15 committed Apr 6, 2019
1 parent 0ef94c0 commit 40b6aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@
margin:3px 10px 10px;
width:30%;
}

.checkbox-text-align {
float:left;
}
2 changes: 1 addition & 1 deletion app/views/editor/rich.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<br>
<label>
<input id="obscureLocation" type="checkbox" style="vertical-align:middle;margin:0px" onchange='editor.mapModule.blurredLocation.setBlurred(document.getElementById("obscureLocation").checked);'>
<input id="obscureLocation" type="checkbox" class="checkbox-text-align" onchange='editor.mapModule.blurredLocation.setBlurred(document.getElementById("obscureLocation").checked);'>
Blur my location
</label>
<a href="https://publiclab.org/location-privacy">Learn more</a>
Expand Down

0 comments on commit 40b6aca

Please sign in to comment.