Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
encyclopedia-gui
Commits
39ceb9de
Commit
39ceb9de
authored
May 09, 2019
by
Georg Huhs
Browse files
Merge branch 'georg_edits' into 'master'
Georg edits See merge request
!2
parents
6f076b65
46752136
Pipeline
#47966
passed with stage
in 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/bundle.js
View file @
39ceb9de
...
...
@@ -6883,26 +6883,26 @@ class FilterInGroupsComponent {
</div>
</div>
<div class="filter-groups-c-unfolded" style="display: none">
<table style="width: 100%">
<table style="width: 100%
;
">
<thead>
<tr>
<th style="width: 1
3
%;"> </th>
<th style="width: 1
7
%;">
<th style="width: 1
2
%;"> </th>
<th style="width: 1
6
%;">
<span>Type</span>
</th>
<th style="width: 1
9
%;">
<th style="width: 1
8
%;">
<span info-sys-data="functional-type">Density functional</span>
</th>
<th style="width: 1
3
%;">
<th style="width: 1
2
%;">
<span info-sys-data="code-name">Code</span>
</th>
<th style="width: 1
7
%;">
<th style="width: 1
6
%;">
<span info-sys-data="pseudopotential-type">Potential</span>
</th>
<th style="width: 1
2
%;">
<th style="width: 1
1
%;">
<span info-sys-data="basis-set-type">Basis set</span>
</th>
<th style="width: 9%;"> </th>
<!--
<th style="width: 9%;"> </th>
-->
</tr>
</thead>
<tbody>
...
...
@@ -6965,7 +6965,7 @@ class FilterInGroupsComponent {
this
.
addGroupItems
(
lCodeMap
);
this
.
addGroupItems
(
lPotentialMap
);
this
.
addGroupItems
(
lBasicSetMap
);
this
.
filterItemsRow
.
innerHTML
+=
'
<td></td>
'
;
// link column
//
this.filterItemsRow.innerHTML += '<td></td>'; // link column
}
...
...
client/css/styles.css
View file @
39ceb9de
...
...
@@ -139,7 +139,7 @@
.meth-filter-component
{
border-bottom
:
1px
solid
#E4E4E4
;
padding
:
6px
1
0px
4px
;
padding
:
6px
0px
4px
;
}
.filter-c-folded
{
...
...
client/src/material-mod/MethodologyDetails.view.js
View file @
39ceb9de
...
...
@@ -96,26 +96,26 @@ class FilterInGroupsComponent {
</div>
</div>
<div class="filter-groups-c-unfolded" style="display: none">
<table style="width: 100%">
<table style="width: 100%
;
">
<thead>
<tr>
<th style="width: 1
3
%;"> </th>
<th style="width: 1
7
%;">
<th style="width: 1
2
%;"> </th>
<th style="width: 1
6
%;">
<span>Type</span>
</th>
<th style="width: 1
9
%;">
<th style="width: 1
8
%;">
<span info-sys-data="functional-type">Density functional</span>
</th>
<th style="width: 1
3
%;">
<th style="width: 1
2
%;">
<span info-sys-data="code-name">Code</span>
</th>
<th style="width: 1
7
%;">
<th style="width: 1
6
%;">
<span info-sys-data="pseudopotential-type">Potential</span>
</th>
<th style="width: 1
2
%;">
<th style="width: 1
1
%;">
<span info-sys-data="basis-set-type">Basis set</span>
</th>
<th style="width: 9%;"> </th>
<!--
<th style="width: 9%;"> </th>
-->
</tr>
</thead>
<tbody>
...
...
@@ -178,7 +178,7 @@ class FilterInGroupsComponent {
this
.
addGroupItems
(
lCodeMap
);
this
.
addGroupItems
(
lPotentialMap
);
this
.
addGroupItems
(
lBasicSetMap
);
this
.
filterItemsRow
.
innerHTML
+=
'
<td></td>
'
;
// link column
//
this.filterItemsRow.innerHTML += '<td></td>'; // link column
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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