Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
83d330a0
Commit
83d330a0
authored
Apr 29, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CSS] Charts centered for each page.
parent
4965a503
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
18 deletions
+25
-18
journals.html
templates/pages/corpora/journals.html
+19
-15
terms.html
templates/pages/corpora/terms.html
+6
-3
No files found.
templates/pages/corpora/journals.html
View file @
83d330a0
...
...
@@ -18,21 +18,19 @@
{% block content %}
<div
class=
"container"
>
<div>
<div
class=
"row"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a frequency group in the chart with blue bars to zoom in
<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"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<!-- <p style="font-size:70%">
<b>x</b>: amount of documents for the journal
<b>y</b>: number of journals with that amount
</p> -->
<div
class=
"clearfix"
></div>
</center>
</div>
<div
class=
"col-md-3 col-md-offset-2"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a frequency group in the chart with blue bars to zoom in
<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"
href=
"javascript:volumeChart.filterAll();dc.redrawAll();"
>
Reset
</a></p>
<!-- <p style="font-size:70%">
<b>x</b>: amount of documents for the journal
<b>y</b>: number of journals with that amount
</p> -->
<div
class=
"clearfix"
></div>
</center>
</div>
<div
class=
"row"
>
...
...
@@ -46,7 +44,13 @@
</center>
<br>
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"jumbotron"
>
<div
class=
"row"
>
<div
class=
"panel panel-default"
>
...
...
templates/pages/corpora/terms.html
View file @
83d330a0
...
...
@@ -18,8 +18,7 @@
{% block content %}
<div
class=
"container"
>
<div>
<div
class=
"row"
>
<div
class=
"col-md-3 col-md-offset-2"
>
<div
id=
"monthly-move-chart"
>
<center>
Select a score/frequency range in the chart with blue bars to zoom in
...
...
@@ -29,10 +28,11 @@
<div
class=
"clearfix"
></div>
</center>
</div>
</div>
<div
class=
"row"
>
<div
id=
"monthly-volume-chart"
></div>
</div>
<div
id=
"content_loader"
>
<br>
<center>
...
...
@@ -40,7 +40,10 @@
</center>
<br>
</div>
</div>
</div>
<div
class=
"container"
>
<!-- (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=
"maplist_id"
value=
""
></input>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment