hide
the “View Properties” and “Reply” icon and text that appears in the far
right of the flat topic view in SharePoint 2010. Here is a CSS style
statement to hide both links and the separator image that appears
in-between.![Snapshot of the flat topic view in a discussion list](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sK38OKXoyMeq7bPirh6uPOBtvwnX-I5VpcqoG3fc-LjVmNcQoMhnqb2Il05Wr9I4zKQr7IMWgJpV8kN2K6tiT42pyZHRhhI7anZC_H7qEtPN1CQbvRXVHB_nNKniKsdZ5oX7_ZS_Mfj6vpR9JqQsnQnzwE=s0-d)
/* Discussion Board - Flat topic view -Hide View Properties and Reply options on far right */ table.ms-disc-bar td a[id^="DisplayLink"], /* View Properties link */ table.ms-disc-bar td a[id^="ReplyLink"], /* Reply icon and link */ table.ms-disc-bar td.ms-separator img /* Separator bar */{ display: none; }
<style type="text/css">
TABLE.ms-disc-bar TD A[id^='DisplayLink'] {
DISPLAY: none
}
TABLE.ms-disc-bar TD.ms-separator IMG {
DISPLAY: none
}</style>
No comments:
Post a Comment