Posts

Showing posts from August, 2014

Web Part Branding

Image
Create css file "WebPartStyle.css" & upload in Style Library with below mentioned contents : .ms-wpTdSpace{ display:none; } .ms-WPHeader td:first-child {     background: url('g-03.png') no-repeat top right;     background: url('g-01.png') no-repeat top left;     margin: 0;     padding: 0px 0px 0px 20px;;     height: 20px;     display:inline; } .ms-WPHeaderTdMenu {     margin:0px 0px 0px 20px;     background: transparent url('g-02.png') scroll repeat-x right top !important;     border: 0; } .ms-WPTitle {    background: url('g-02.png') no-repeat top repeat-x !important; } .ms-WPTitle A { color:white !important; } .ms-WPHeaderTdSelection{     background: transparent url('g-03.png') scroll repeat-x right top !important; } /* border (title and border) */ .ms-rtestate-field table {     border-collapse: separate; } .ms-WPBorder {     border-top: none;     border-right: 1px #C0C0C0 solid;  

Branding Left Navigation

Image
Create css file "LeftNavStyle.css" & upload in Style Library with below mentioned contents : /* To Set minum Height of the page */ .s4-ca{  min-height:500px !important; } /* Remove Top Space From Left Navigation */ .ms-quickLaunch  { padding-top:5px !important; } /* For Footer */ .custom-footer { clear:both; text-align: center; padding: 10px; background-color: #FCFCFC; border: 1px solid #DBDDDE; } /* Left Navigation Heading */ .s4-ql ul.root > li > .menu-item, .s4-qlheader, .s4-qlheader:visited {         border-bottom:1px solid #B8BABD !important;     border-top: 1px solid #E0E0E0 !important;     font-size: 1.2em;     margin: 0;     overflow-x: hidden;     padding: 3px 4px 3px 10px;     word-wrap: break-word;  background:  url('../SiteAssets/01-03.png') repeat-x;  /*background-color:#005B96 !important;*/  color:#fff; } /* Left Navigation item Hover */ .s4-ql ul.root ul > li > a:hover{  color: #005B96 !important;  backg

Prompting continuously for credential after setting Alternate Access Mapping

I have created a web application in SharePoint & also set the “Alternate Access Mapping” for the web application like: Zone URL Host Header in IIS Default http://sharepoint2010 sharepoint2010 Intranet http://sharepoint2010.mydomain.com sharepoint2010.mydomain.com Internet http://www.mysharepoint2010.com www.mysharepoint2010.com Custom Extranet When I login to http://www.mysharepoint2010.com , it allow me to login. But just after this login, I won’t be able to use my default url ( http://sharepoint2010 ). It prompts me for credentials so many times & won’t allow me to login to the url http://sharepoint2010 . When I reset my iis then it allow me to login to http://sharepoint2010 . But when again I login to http://www.mysharepoint2010.com and then again I want to use url http://sharepoint2010 . It won’t allow me to use this url. I have done some R & D and found that SharePoint uses Session-Based-A