clean up library.css, remove unused images, add css for footer

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@53549 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2018-10-24 09:17:19 +00:00
parent 9084f0cde9
commit 94468a6d7b
4 changed files with 17 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -229,21 +229,7 @@ max-height:265px;
color: #767779 !important;
}
.publicationTitleIcon {
background: url("./publication.png") no-repeat;
}
.datasetTitleIcon {
background: url("./dataset.png") no-repeat;
}
.projectTitleIcon {
background: url("./project.png") no-repeat;
}
.organizationTitleIcon {
background: url("./organization.png") no-repeat;
}
.datasourceTitleIcon {
background: url("./datasource.png") no-repeat;
}
.entityTitleIcon{
background-repeat: :no-repeat;
content: '';
@ -461,22 +447,6 @@ color: #414141}
}
/*
li span {
display: inline-flex;
}
.item span {
width: 100px;
margin-left: 1em;
white-space: nowrap;
}
.item span div {
overflow: hidden;
text-overflow: ellipsis;
}*/
.custom-offcanvas-bar{
background: grey !important;
width:100% !important;
@ -504,9 +474,9 @@ li span {
.list-horizontal-line > span:last-child {
border-right:none;
}
body {
/* body {
font-family: Raleway, Arial, sans-serif !important;
}
} */
html {
color: #444 !important;
}
@ -632,7 +602,7 @@ dd:last-child {
font-size: 28px !important;
} */
body{
line-height: 1.4;
/* line-height: 1.4; */
Font-size:14px;
Color: #333;
}
@ -1010,3 +980,16 @@ showTitle h2{
.loginLink {
text-transform: uppercase !important;
}
#footer\#9 a, #footer\#11 a, #footer\#13 a {
color: #dedede;
line-height: 22px;
padding: 2px 0;
}
@media all and (min-width: 640px) {
#footer\#3 {
margin-right: 280px;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB