Skip to content

Commit 5d7b053

Browse files
author
Gaurav SinghaRoy
committed
minor size change in search results
1 parent a57cbc9 commit 5d7b053

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/query/_search_results.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<div class="panel panel-primary" >
44
<div class="panel-heading">
55
<div class="row">
6-
<div class="col-md-9" style="margin-top:8px">
6+
<div class="col-md-6" style="margin-top:8px">
77
<h3 class="panel-title">Search Results &nbsp;&nbsp;<small id="sparql_results_time_taken" style="font-size:13px;color:white;"></small></h3>
88
</div>
9-
<div class="col-md-3 ">
10-
<div class="btn-group">
9+
<div class="col-md-6 ">
10+
<div class="btn-group pull-right">
1111
<button type="button" class="btn btn-danger" onclick="show_sparql_download_modal()"><span class="glyphicon glyphicon-floppy-save"></span>&nbsp;Download</button>
1212
<button type="button" class="btn btn-warning" ><span class="glyphicon glyphicon-print"></span>&nbsp;Print</button>
1313
</div>

0 commit comments

Comments
 (0)