Friday, December 7, 2012

SharePoint 2010: Move search box to top of a site

Use this style in masterpage to move search box to top dark bar in a sharepoint 2010 site


<style>
.s4-search {
                RIGHT: 200px! important; POSITION: fixed; TOP: 10px
}
.s4-titlesep{
display:none;
}
td.s4-titletext h2{
display:none;
}
</style>

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...