Skip to content

Commit

Permalink
Remove left text align for date range buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Ghalid <[email protected]>
  • Loading branch information
Ghalid authored and Ghalid committed Dec 20, 2019
1 parent 2a71df5 commit 357cb17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db_graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range" style="text-align:left">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion db_lists.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range" style="text-align:left">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion db_queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range" style="text-align:left">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>
Expand Down

0 comments on commit 357cb17

Please sign in to comment.