[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:
parent
ecc6ac9b36
commit
e23289ee26
|
@ -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(
|
||||
{
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue