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
473b60cc
Commit
473b60cc
authored
Jul 15, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweakbar layout and css
parent
c3d36fd1
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
189 additions
and
136 deletions
+189
-136
extras_explorerjs.js
static/lib/graphExplorer/extras_explorerjs.js
+4
-4
custom.css
static/lib/graphExplorer/libs/css2/custom.css
+50
-2
freshslider.css
static/lib/graphExplorer/libs/css2/freshslider.css
+1
-1
explorer.html
templates/graphExplorer/explorer.html
+134
-129
No files found.
static/lib/graphExplorer/extras_explorerjs.js
View file @
473b60cc
...
...
@@ -149,11 +149,11 @@ function CRUD( list_id , ngram_ids , http_method , callback) {
var
div_info
=
""
;
if
(
$
(
".colorgraph_div"
).
length
>
0
)
div_info
+=
'<ul id="colorGraph" class="nav navbar-nav
navbar-right
">'
div_info
+=
'<ul id="colorGraph" class="nav navbar-nav">'
div_info
+=
' <li class="dropdown">'
div_info
+=
'<a href="#" class="dropdown-toggle" data-toggle="dropdown">'
div_info
+=
' <img title="Set Colors" src="/static/img/colors.png" width="2
0
px"><b class="caret"></b></img>'
div_info
+=
' <img title="Set Colors" src="/static/img/colors.png" width="2
2
px"><b class="caret"></b></img>'
div_info
+=
'</a>'
div_info
+=
' <ul class="dropdown-menu">'
...
...
@@ -186,11 +186,11 @@ function CRUD( list_id , ngram_ids , http_method , callback) {
div_info
=
""
;
if
(
$
(
".sizegraph_div"
).
length
>
0
)
div_info
+=
'<ul id="sizeGraph" class="nav navbar-nav
navbar-right
">'
div_info
+=
'<ul id="sizeGraph" class="nav navbar-nav">'
div_info
+=
' <li class="dropdown">'
div_info
+=
'<a href="#" class="dropdown-toggle" data-toggle="dropdown">'
div_info
+=
' <img title="Set Sizes" src="/static/img/NodeSize.png" width="
20
px"><b class="caret"></b></img>'
div_info
+=
' <img title="Set Sizes" src="/static/img/NodeSize.png" width="
18
px"><b class="caret"></b></img>'
div_info
+=
'</a>'
div_info
+=
' <ul class="dropdown-menu">'
...
...
static/lib/graphExplorer/libs/css2/custom.css
View file @
473b60cc
...
...
@@ -18,12 +18,54 @@
}
.navbar
{
margin-bottom
:
1px
;
}
#defaultop
{
}
#defaultop
{
min-height
:
5%
;
/*max-height: 10%;*/
text-align
:
center
;
}
#defaultop
li
.basicitem
{
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ;*/
padding-left
:
.4em
;
padding-right
:
.4em
;
padding-bottom
:
0
;
font-size
:
90%
;
}
#defaultop
>
div
{
float
:
none
;
display
:
inline-block
;
text-align
:
left
;
}
#defaultop
>
div
{
float
:
none
;
display
:
inline-block
;
text-align
:
left
;
}
#defaultop
.nav
>
li
>
a
{
text-align
:
center
;
padding-top
:
.4em
;
padding-bottom
:
.2em
;
margin-left
:
auto
;
margin-right
:
auto
;
}
/*searchnav should get same padding as our .navbar-nav > li > a or bootstrap's*/
#defaultop
div
#searchnav
{
padding-top
:
13px
;
padding-bottom
:
9px
;
}
#defaultop
.settingslider
{
max-width
:
80px
;
display
:
inline-block
;
}
#sigma-example
{
width
:
100%
;
...
...
@@ -362,6 +404,12 @@
padding-left
:
5%
;
}
/* small messages */
p
.micromessage
{
font-size
:
85%
;
color
:
#707070
;
}
.btn-sm
:hover
{
font-weight
:
bold
;
}
...
...
static/lib/graphExplorer/libs/css2/freshslider.css
View file @
473b60cc
.fsslider
{
position
:
relative
;
min-width
:
10
0px
;
min-width
:
8
0px
;
height
:
8px
;
display
:
inline-block
;
width
:
100%
;
...
...
templates/graphExplorer/explorer.html
View file @
473b60cc
This diff is collapsed.
Click to expand it.
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