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:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...