Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Fix EZP-27330: Full name in preview box and on hover of the link in U…
Browse files Browse the repository at this point in the history
…DW (#873)

* Fix EZP-27330: Full name in preview box and on hover of the link in UDW

* fixup! Fix EZP-27330: Full name in preview box and on hover of the link in UDW
  • Loading branch information
adamwojs authored and andrerom committed Jun 12, 2017
1 parent 6b32c25 commit 0a7c70e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 7 additions & 3 deletions Resources/public/css/theme/views/universaldiscovery/selected.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@
}

.ez-view-universaldiscoveryselectedview .ez-ud-selected-name {
font-size: 120%;
white-space: normal;
font-size: 100%;
font-weight: bold;
margin-top: 0.5em;
margin-bottom: 0;
}

Expand All @@ -104,12 +106,14 @@
}

.ez-view-universaldiscoveryselectedview .ez-ud-selected-contenttype {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-top: 0.333em;
margin-bottom: 0.15em;
}

.ez-view-universaldiscoveryselectedview .ez-ud-selected-infos {
margin-left: 2em;
margin-top: 1.5em;
font-size: 0.8em;
}

.ez-view-universaldiscoveryselectedview .ez-ud-selected-infos .ez-ud-selected-infos-title {
Expand Down
3 changes: 0 additions & 3 deletions Resources/public/css/views/universaldiscovery/selected.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,5 @@
}

.ez-view-universaldiscoveryselectedview .ez-ud-selected-name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
min-height: 1em;
}

0 comments on commit 0a7c70e

Please # to comment.