[Library | Trunk]: Assets: libracy.css add related oragnizations box
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58747 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
641cb2d441
commit
288d92f3f2
19
library.css
19
library.css
|
@ -1489,6 +1489,20 @@ ul.recentyears {
|
|||
.landing ul.basic-info li {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
/* Landing Related Organizations*/
|
||||
.landing ul.organizations > li {
|
||||
border: 1px solid #E8E8E8;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
color: #A4A4A4;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.landing ul.organizations > li .title {
|
||||
color: #000000;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Landing Download from section*/
|
||||
.landing .download-from > div {
|
||||
|
@ -1689,10 +1703,6 @@ svg #statistics-bars {
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.uk-modal .portal-link {
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.uk-tooltip.under-curation-tooltip {
|
||||
background-color: white;
|
||||
display: block;
|
||||
|
@ -1918,6 +1928,7 @@ html {
|
|||
text-transform: uppercase;
|
||||
transition: color .1s ease-in-out;
|
||||
line-height: 20px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.main-tabs > li {
|
||||
|
|
Loading…
Reference in New Issue