1. library.css: Add class 'inherit-color' (used in user notifications: uk-form-label).

2. mailPrefs.component: make functionality of buttons like manage-user-notifications.component of admin portal (when preferences change, save button remains clickable unless 'reset' is clicked).
3. manage-user-notifications.component: Change html (stop using table for proper layout - use form instead).
4. When Session expires, redirect to '/user-info'.


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53613 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-11-01 17:21:10 +00:00
parent 1d8f63381f
commit cfff529082
1 changed files with 4 additions and 0 deletions

View File

@ -1007,3 +1007,7 @@ showTitle h2{
color: #fff !important;
text-decoration: underline;
}
.inherit-color {
color: inherit;
}