[Trunk | Connect]: connect-custom.css: Divider color inside "communityPanelBackground" white | app.component: Menu for deposit without submenu

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56573 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-07-16 11:53:18 +00:00
parent ecc6ac9b36
commit e23289ee26
2 changed files with 9 additions and 2 deletions

View File

@ -161,11 +161,14 @@ export class AppComponent {
]});
this.menuItems.push( {
rootItem: new MenuItem("deposit","Deposit","","",false,[],["/participate/deposit-publications","/participate/deposit-datasets","/participate/share-zenodo"],this.properties.environment!="development"?{}:{communityId:community.communityId}),
rootItem: new MenuItem("deposit","Deposit","","/deposit",false,[],["/deposit"],this.properties.environment!="development"?{}:{communityId:community.communityId}),
items: [
/*
new MenuItem("","Zenodo Communities","","/participate/share-zenodo",false,[],["/participate/share-zenodo"],this.properties.environment!="development"?{}:{communityId:community.communityId}),
new MenuItem("","Publications","","/participate/deposit-publications",false,["publication"],["/participate/deposit-publications"],this.properties.environment!="development"?{}:{communityId:community.communityId}),
new MenuItem("","Research Data","","/participate/deposit-datasets",false,["dataset"],["/participate/deposit-datasets"],this.properties.environment!="development"?{}:{communityId:community.communityId})]
new MenuItem("","Research Data","","/participate/deposit-datasets",false,["dataset"],["/participate/deposit-datasets"],this.properties.environment!="development"?{}:{communityId:community.communityId})
*/
]
});
this.menuItems.push(
{

View File

@ -258,6 +258,10 @@ div:not(.connect_App) bottom .uk-totop{
border-style: solid;
}
.communityPanelBackground .uk-grid-divider > :not(.uk-first-column)::before {
border-left: 1px solid rgba(255, 255, 255, .2);
}
/* NOT USED
.sketch-line {
height:80%;