Charts - Iframes:

explore-custom.css: add css for iframecontainer



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57017 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-09-10 11:48:21 +00:00
parent c069b69c5e
commit 4e2eb8f8ed
2 changed files with 16 additions and 0 deletions

View File

@ -19,8 +19,13 @@
# printf "\nPress key:";
# read -n1 ans
# pico ../src/assets/env-properties.json;
# printf '\nCheck the properties file version\n';
# echo -n "Press key:";
# read -n1 ans
# pico ../src/app/openaireLibrary/utils/properties/environment-specific.service.ts;
# printf '\nFor Production keep meta for bots';
# printf '\n\nCheck index.html:\n For test keep meta for noindex, for production remove noindex and keep meta for Search engines verification';
# printf '\nUpdate css/ js files version!';
# printf "\nPress key:";
# read -n1 ans
# printf "\nPressed";

View File

@ -124,3 +124,14 @@
font-size: 50px;
font-weight: 300;
}
.iframeContainer{
overflow: hidden;
}
.iframeContainer iframe {
width: 100%;
height: 100%;
border: 0;
overflow: hidden;
}