Skip to content

Peter Heydon ~ Personal Space

SharePoint / Home & Work Technology

Pages

  • About
  • Blog Index
    • Blog
    • Design, Thoughts & Reflections
    • Home Tech/Hacks/Projects
    • SharePoint (Business)
    • SharePoint (Technical)
    • Work Tech/Hacks
  • Landing Page
  • Experience
  • Projects
    • SharePoint Projects
    • Network and Communications Projects
    • Personal Projects
    • University Projects
  • Contact Peter

Tags

AutoSPInstaller Blog CSS-Snip Design email Error Excel Services Exchange featured Health Analyzer Home Tech/Hacks InfoPath Installation Links Performance PowerShell PS-Snip Reporting Services SharePoint SharePoint Business SharePoint Technical SSL Thoughts Updates Upgrade UPS Virtualization Work Tech/Hacks

Archives

Categories

  • Entries RSS

Tag: CSS-Snip

Emails truncated on people search results

In the people search results, a client was having a problem with the email address being truncated, or cut-off.  In the example below, there is a ‘u’ for ‘.au’ missing.

With CSS we can make the width bigger.  The default size was 232px

.psrch-Main #ContactInfo
{
width: 300px
}

Before:

image

After:

Screenshot to come…

Posted on 9 March, 20126 April, 2021Categories SharePointTags CSS-Snip, SharePoint Technical4 Comments

Remove “Add as colleague” link from people results

In the people search results, there is a link “Add as colleague”

To remove this, add to custom CSS:

#AddColleagueLinkField
{
display: none
}

Before:

image

After:

Screenshot to come…

Posted on 8 March, 20126 April, 2021Categories SharePointTags CSS-Snip, SharePoint Technical
Proudly powered by WordPress