Wrox Programmer Forums
|
BOOK: SharePoint 2013 Branding and User Interface Design
This is the forum to discuss the Wrox book SharePoint 2013 Branding and User Interface Design by Randy Drisgill, John Ross, Paul Stubbs; ISBN: 978-1-118-49567-4
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: SharePoint 2013 Branding and User Interface Design section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 28th, 2014, 11:20 AM
Registered User
 
Join Date: Feb 2014
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Dialog box issues

I'm working on through this book. I've branded the Master Page and created a Page Layout using CSS. That has all turned out well. But now those customizations are carried through to the dialog boxes.

Following the course material I used:

/* fix margins when dialog is up */
.ms-dialog .customWidth, .ms-dialog .customBodyHolder, .ms-dialog body {
margin:0 !important;
min-height:0 !important;
min-width:0 !important;
width:auto !important;
height:auto !important;
background-color: white !important;
background-image: none !important;
padding: 0px !important;
overflow:inherit;
box-shadow: none;
}

The dialog box is sized correctly after doing this but all of the contents of the page are still displaying. The black header and footer are still there and the search box

So I read up on it and Heather Solomon recommends using:

.ms-dialog .customWidth, .ms-dialog .customBodyHolder, .ms-dialog body {
display:none;
}

That worked better but now the purpose of the dialog box isn't there. For example: Add a new page. The dialog box displays with a white background. It says Add a Page but there is no functionality.

I greatly need assistance. I want to get through this book and I need everything working when I'm done. I like to understand each step.

Help would be appreciated.

Lisa
 
Old February 28th, 2014, 02:48 PM
Registered User
 
Join Date: Feb 2014
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I fixed the issue but the fix isn't in the book. I had to add this to the style.css. After doing this it works.

I also changed the margin:0px to margin:6px in the previous code

.ms-dialog .customTopHolder,
.ms-dialog .customLogo,
.ms-dialog .customFooterStripe,
.ms-dialog .customFooterHolder,
.ms-dialog .customTopNavHolder {
display:none;
}





Similar Threads
Thread Thread Starter Forum Replies Last Post
dialog box Banishah ASP.NET 3.5 Basics 3 October 22nd, 2009 05:47 AM
AJAX Dialog Box onlyyourspiyu Ajax 0 May 19th, 2008 08:43 AM
Dynamic Dialog Box peace2007 Ajax 1 September 26th, 2007 08:26 AM
Dialog Box problem r_taduri ASP.NET 2.0 Professional 0 October 29th, 2006 09:33 AM
insert dialog box in a dialog box BurhanKhan Visual C++ 7 June 1st, 2004 07:53 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.