Skip to content

Instantly share code, notes, and snippets.

@mattmcmanus
Created May 24, 2012 19:00
Show Gist options
  • Save mattmcmanus/2783559 to your computer and use it in GitHub Desktop.
Save mattmcmanus/2783559 to your computer and use it in GitHub Desktop.
Pagebuilder CSS
/*---------------Page Builder Dropzones----------------*/
/* Clearing silly defaults */
.page-builder .PBViewing {
float:none;
}
/*#ticker, #ticker_content, #ticker_content_one, #ticker_content_two {
height: 300px;
}*/
/*------PB Page-------*/
/*
#pbmain #pbcontent
{
width: 500px;
margin: 0 0 0 220px;
}
#pbmain #pbsidebar
{
width: 200px;
margin: 0 0 0 730px;
}
#pbfeature {
background: none repeat scroll 0 0 transparent;
padding: 0;
width: 960px;
position:relative;
}
#pbbreadcrumbs {
margin: auto 0 4px 15px;
height:13px;
font-size:.8em;
font-family: Verdana, Helvetica, sans-serif;
}
#pbflickr
{
width: 450px;
margin: 10px;
padding: 0 0 4px;
float:left;
}
#pbmap
{
width:300px;
float: left;
height: 150px;
}*/
#abroad #feature, #abroad #main { margin: 0 25px}
#abroad.page-builder {}
#abroad.page-builder #feature #slideshow, #abroad.page-builder #feature #widgets {
float:left;
}
#abroad.page-builder #feature #slideshow {
width: 550px;
}
#abroad.page-builder #feature #widgets {
width: 340px;
margin-left:20px;
}
#abroad.page-country {}
#abroad.page-country #feature { /* Cleanup some position issues for this template only */
height: auto;
width:auto;
}
#abroad.page-country #main { position:relative; margin-top:12px }
#abroad.page-country #nav, #abroad.page-country #sidebar {
position: absolute; top:0;
width:190px;
}
#abroad.page-country #nav {
left:0;
}
#abroad.page-country #content {
width: auto;
margin: 0 225px;
}
#abroad.page-country #sidebar {
right:0;
}
#nav .ekflexmenu {
width: auto;
}
#nav .ekflexmenu .ekflexmenu_submenu_items {}
#nav .ekflexmenu .ekflexmenu_submenu_items li { display:block; }
#nav .ekflexmenu .ekflexmenu_submenu_items li a { padding:4px 8px; text-indent:0; line-height:1em }
/* Hacky Code cleanup
- - - - - - - - - - - - - - - - -*/
#ctl00_dz_widgets_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_updatepanel > div > div { padding: 0 !important }
/* Uitlity Classes
- - - - - - - - - - - - - - - -*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
content:"";
display:table;
}
.clearfix:after {
clear:both;
}
.clearfix {
zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment