Commit 83d330a0 authored by delanoe's avatar delanoe

[CSS] Charts centered for each page.

parent 4965a503
...@@ -18,21 +18,19 @@ ...@@ -18,21 +18,19 @@
{% block content %} {% block content %}
<div class="container"> <div class="container">
<div> <div class="col-md-3 col-md-offset-2">
<div class="row"> <div id="monthly-move-chart">
<div id="monthly-move-chart"> <center>
<center> Select a frequency group in the chart with blue bars to zoom in
Select a frequency group in the chart with blue bars to zoom in <p align="center">
<p align="center"> <a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a>
<a class="btn btn-xs btn-default" role="button" href="/chart/corpus/{{ corpus.id }}/data.csv">Save</a> <a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p>
<a class="btn btn-xs btn-default" href="javascript:volumeChart.filterAll();dc.redrawAll();">Reset</a></p> <!-- <p style="font-size:70%">
<!-- <p style="font-size:70%"> <b>x</b>: amount of documents for the journal
<b>x</b>: amount of documents for the journal <b>y</b>: number of journals with that amount
<b>y</b>: number of journals with that amount </p> -->
</p> --> <div class="clearfix"></div>
<div class="clearfix"></div> </center>
</center>
</div>
</div> </div>
<div class="row"> <div class="row">
...@@ -46,7 +44,13 @@ ...@@ -46,7 +44,13 @@
</center> </center>
<br> <br>
</div> </div>
</div>
</div>
<div class="container">
<div class="jumbotron"> <div class="jumbotron">
<div class="row"> <div class="row">
<div class="panel panel-default"> <div class="panel panel-default">
......
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
{% block content %} {% block content %}
<div class="container"> <div class="container">
<div> <div class="col-md-3 col-md-offset-2">
<div class="row">
<div id="monthly-move-chart"> <div id="monthly-move-chart">
<center> <center>
Select a score/frequency range in the chart with blue bars to zoom in Select a score/frequency range in the chart with blue bars to zoom in
...@@ -29,10 +28,11 @@ ...@@ -29,10 +28,11 @@
<div class="clearfix"></div> <div class="clearfix"></div>
</center> </center>
</div> </div>
</div>
<div class="row"> <div class="row">
<div id="monthly-volume-chart"></div> <div id="monthly-volume-chart"></div>
</div> </div>
<div id="content_loader"> <div id="content_loader">
<br> <br>
<center> <center>
...@@ -40,7 +40,10 @@ ...@@ -40,7 +40,10 @@
</center> </center>
<br> <br>
</div> </div>
</div>
</div>
<div class="container">
<!-- (values set by js) caching our DB ids (handy for list update commands) --> <!-- (values set by js) caching our DB ids (handy for list update commands) -->
<input type="hidden" id="mainlist_id" value=""></input> <input type="hidden" id="mainlist_id" value=""></input>
<input type="hidden" id="maplist_id" value=""></input> <input type="hidden" id="maplist_id" value=""></input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment