From cfff529082fe099bf7d237022b2e14db352f9377 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 1 Nov 2018 17:21:10 +0000 Subject: [PATCH] 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 --- library.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library.css b/library.css index 3cdf1c5..e15eec4 100644 --- a/library.css +++ b/library.css @@ -1007,3 +1007,7 @@ showTitle h2{ color: #fff !important; text-decoration: underline; } + +.inherit-color { + color: inherit; +}