mattgrimley Posted December 14, 2012 Posted December 14, 2012 Yep - all working! Both places, both accounts Thanks @nickbro
joyer99 Posted December 14, 2012 Posted December 14, 2012 @detz - you can mess with line 152 in the basestyle.css to give less of a border around your picture. You'll probably want to resize the generic picture to whatever you change the pixels to, just in case any of your users don't have their picture in AD. You could change it from this #hapUserMenu .mypic { background-color: #0E5D30; float: left; width: 128px; height: 128px; background-position: center top; background-repeat: no-repeat; margin-right: 10px; } to this #hapUserMenu .mypic { background-color: #0E5D30; float: left; width: 96px; height: 96px; background-position: center top; background-repeat: no-repeat; margin-right: 10px; } Not sure if this is the preferred method of doing it, but it worked for me Thanks! 1
dezt Posted December 17, 2012 Posted December 17, 2012 @joyer99 thanks for that, it looks better now.
SmithR Posted April 25, 2013 Posted April 25, 2013 On Version="9.0.424.1200 the photos display in all the correct places, but it seems to have an old cached photo of the last person who logged in on the Me tile and the Me page, the drop down menu at the top of the page to logoff shows the correct users photo Any quick fix or solution for this?
nickbro Posted April 26, 2013 Posted April 26, 2013 Hmm, that's odd, it'll be a browser caching issue.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now