Skip to content

Commit

Permalink
Merge pull request #339 from VirtualFlyBrain/vfb_geppetto_application
Browse files Browse the repository at this point in the history
Vfb geppetto application updates
  • Loading branch information
Robbie1977 authored Jul 4, 2019
2 parents 8a9b6d9 + c11ef9c commit f9eaa38
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,14 +846,18 @@ export default class VFBMain extends React.Component {
termInfoId={this.termInfoId}
order={['Name',
'Label',
'Alternative Names',
'Types',
'Classification',
'Parents',
'Logo',
'Link',
'Thumbnail',
'Examples',
'Source',
'License',
'Relationships',
'Query for',
'Query For',
'Description',
'Cross References',
Expand Down
17 changes: 10 additions & 7 deletions css/VFBTermInfo.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,23 +217,19 @@
color:white;
background-color: grey;
font-size: 10px!important;
display: inline-block;
margin-left: 1px;
margin-right:1px;
float:right;
}

/* link label positioning */
li>span.label.types{
.label.types{
margin-right:30px;
float:right;
padding-top: 0em;
padding-bottom: 0em;
}

li>span.label.types>.label{
float:right;
margin-right:1px;
}

/* icon customisations: */

.terminfo-licenseicon {
Expand All @@ -249,6 +245,13 @@ li>span.label.types{
max-width: 165px;
}

.terminfo-logo {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 50%;
}

/* title modifications: */

.terminfo-comment-title {
Expand Down

0 comments on commit f9eaa38

Please sign in to comment.