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:
Post a Comment