X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fcivicrm.css;h=a30c25c3c34025f1993398cdd3e49a1590cc497a;hb=a0036c4aea71c21a82e2e07008a6906985835e94;hp=e4f2395424b0b4735936a8a41b52f6141de27362;hpb=245c62b82767b9c29697beec8ce88da0df660b1e;p=civicrm-core.git diff --git a/css/civicrm.css b/css/civicrm.css index e4f2395424..a30c25c3c3 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1073,6 +1073,7 @@ input.crm-form-entityref { #crm-recently-viewed ul { list-style-image: none; font-size: .9em; + padding: 0; } #crm-recently-viewed li.crm-recently-viewed { @@ -1125,6 +1126,11 @@ input.crm-form-entityref { display: block; } +.crm-recentview-item { + overflow: hidden; + text-overflow: ellipsis; +} + #crm-recently-viewed .crm-recentview-wrapper a:hover { color: #494949; }