Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fordecyt_2019
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
fordecyt_2019
Commits
4c9f8000
Commit
4c9f8000
authored
Aug 07, 2020
by
Rodrigo Tapia-McClung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Larger flow chart on top and table with scrollbar
parent
8717902b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
10 deletions
+31
-10
index.html
public/centropais/index.html
+11
-10
style.css
public/css/style.css
+20
-0
No files found.
public/centropais/index.html
View file @
4c9f8000
...
...
@@ -75,10 +75,19 @@
<div
class=
"col-md-6"
id=
"story"
>
<div
class=
"loader"
></div>
<div
class=
"row h-50 border-bottom"
>
<!--<div class="col-6 border-right">-->
<div
class=
"col"
>
<div
id=
"amchartdiv"
></div>
</div>
<!--<div class="col-6">
<div id="df-graph"></div>
</div>-->
</div>
<div
class=
"row h-50"
>
<div
class=
"col-6 border-right"
>
<div
id=
"tablediv"
>
<table
class=
"table table-dark table-striped"
id=
"tblViajes"
>
<thead>
<table
class=
"table table-dark table-striped
table-fixed
"
id=
"tblViajes"
>
<thead
class=
"thead-dark"
>
<tr>
<th
scope=
"col"
>
Origen
</th>
<th
scope=
"col"
>
Destino
</th>
...
...
@@ -93,14 +102,6 @@
<div
id=
"perimeter-graph"
></div>
</div>
</div>
<div
class=
"row h-50"
>
<div
class=
"col-6 border-right"
>
<div
id=
"amchartdiv"
></div>
</div>
<div
class=
"col-6"
>
<div
id=
"df-graph"
></div>
</div>
</div>
</div>
</div>
</div>
...
...
public/css/style.css
View file @
4c9f8000
...
...
@@ -246,6 +246,26 @@ span.frac > span {
font
:
12px
sans-serif
;
}
.table-fixed
thead
{
width
:
100%
;
}
.table-fixed
tbody
{
height
:
-webkit-calc
(
100%
-
45px
);
height
:
-moz-calc
(
100%
-
45px
);
height
:
calc
(
100%
-
45px
);
overflow-y
:
auto
;
position
:
absolute
;
}
.table-fixed
tr
{
width
:
100%
;
display
:
inline-table
;
table-layout
:
fixed
;
}
/* FIX: if scrollbar is hidden, tr goes beyond padding...
/*.table-fixed tr:has([overflow-y]) + .table-fixed tr {width:calc(100% - 15px);}
/******
Icons
******/
...
...
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