Skip to content

Commit

Permalink
Minor adjustments to extension CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuj committed Jun 28, 2022
1 parent 5c143e3 commit f2d721f
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions Resources/Public/Css/SlubEntityfacts.css
Original file line number Diff line number Diff line change
@@ -1,31 +1,25 @@
div.tx-slub-entityfacts div.sameAs ul {
list-style-type: none;
div.tx-slub-entityfacts ul {
list-style-type: none;
}

div.tx-slub-entityfacts div.sameAs img.icon {
width: 24px;
margin: 0 10px;
div.tx-slub-entityfacts dl dd h3 {
font-size: 150%;
font-weight: bold;
}

div.tx-slub-entityfacts div.sameAs span.icon {
margin: 0 22px;
div.tx-slub-entityfacts img.icon {
width: 24px;
margin: 0 10px;
}

div.tx-slub-entityfacts div.preferredName p.value {
font-size: 150%;
font-weight: bold;
}

div.tx-slub-entityfacts div.sameAs li.facts-content {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
div.tx-slub-entityfacts span.icon {
margin: 0 22px;
}

div.tx-slub-entityfacts ul li.facts-content,
div.tx-slub-entityfacts div.describedBy p.facts-content {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
}
}

0 comments on commit f2d721f

Please sign in to comment.