Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vfb geppetto application updates #339

Merged
merged 11 commits into from
Jul 4, 2019
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