From 1d3ba037efaaa97a4fd055d42aed93cea177009c Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 3 Oct 2019 14:35:06 +0000 Subject: [PATCH] [Trunk | Library]: 1. navigationBar.component.html: Beta indication is inside 'assets/common-assets'. 2. library.css: Height of class 'large-beta-indication' changed from 90px to 104px. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57255 d315682c-612b-4755-9ff5-7f18f6832af3 --- library.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.css b/library.css index f5e4ace..466c8ca 100644 --- a/library.css +++ b/library.css @@ -1217,7 +1217,7 @@ textarea { } .large-beta-indication { - height: 90px; + height: 104px; position: fixed; top: 0; left: 0;