/* CUSTOMIZE/OVERRIDE THE DEFAULT CSS
From JQuery layout accordion example */
/* remove padding and scrolling from elements that contain an Accordion OR a content-div */
.ui-layout-center , /* has content-div */
.ui-layout-west , /* has Accordion */
.ui-layout-east , /* has content-div ... */
.ui-layout-east .ui-layout-content,
.ui-layout-west .ui-layout-content
{ /* content-div has Accordion */
padding: 0;
overflow: hidden;
}
.ui-layout-center .ui-layout-content
{
line-height: 1.4em;
/* remove top/bottom margins from <P> used as content-div */
margin: 0;
}
h3, h4
/* Headers & Footer in Center & East panes */
{
font-size: 1.1em;
background: #EEF;
border: 1px solid #BBB;
border-width: 0 0 1px;
padding: 7px 10px;
margin: 0;
}
.ui-layout-east
/* Footer in East-pane */
h4 {
font-size: 0.9em;
font-weight: normal;
border-width: 1px 0 0;
}
.ui-layout-center {
background-repeat:repeat;
background-image:url(images/grid_bg.png);
}
.ui-button-text {
text-align: left;
font-weight: bold;
font-size: 12px;
}
#dialog-create-connector {
/*nullify ui-widget-content */
padding: 0;
/*add some white-space below titlebar for cosmetics */
padding-top: 4px;
/* COULD add a border and/or padding if desire a different look... */
/* padding: 6px; */
/* border: 1px solid #BBB; */
/* * THIS HACK FIXES A DIALOG BOX POSITIONING BUG */
/* * prevents incorrect top/left values that are applied from taking effect */
/* * This page now uses a patched version of UI 1.8.1, so this hack no longer required */
/* * SEE UI Ticket #5662 - http://dev.jqueryui.com/ticket/5662#comment:3 */
top: 0 !important;
left: 0 !important;
/* background: #AFA; DEBUGGING */
/* triggers resizeable._alsoResize bug when using Opera */
position: relative;
}
#dialog-create-connector .ui-widget-content {
/* nullify ui-widget-content bg-image - but KEEP widget bg-color */
background-image: none;
}
#dialog-create-connector .ui-layout-pane {
/* start by removing all padding & scrolling */
padding: 0;
overflow: hidden;
}
/* #dialog-create-connector .pane-
, */
/* #dialog-create-connector .ui-layout-content , */
/* #dialog-create-connector .ui-layout-south { */
/* padding: 5px 10px; */
/* } */
#dialog-create-connector .pane-header {
/* nullify ui-widget-content border, except bottom */
border-width: 0 0 1px;
}
/* #dialog-create-connector .pane-footer { */
/* nullify ui-widget-content border, except top */
/* border-width: 1px 0 0; */
/* font-size: .85em; */
/* font-weight: normal; */
/* padding: 2px 10px 4px; */
/* } */
/* #dialog-create-connector .ui-layout-west { */
/* background: #EEE; */
/* border-top: 0; */
/* padding: 0 20px 20px; */
/* overflow-x: hidden; */
/* } */
#dialog-create-connector .ui-layout-north{
margin: 2px
}
#dialog-create-connector .ui-layout-west .ui-layout-content {
/* nullify ui-widget-content border - 'pane' already has this */
border: 0;
overflow: auto;
}
#dialog-create-connector .ui-layout-east .ui-layout-content {
/* nullify ui-widget-content border - 'pane' already has this */
border: 0;
overflow: auto;
}
#dialog-create-connector .ui-layout-center .ui-layout-content {
/* nullify ui-widget-content border - 'pane' already has this */
padding: 6px;
padding-top: 50px;
}
/* #dialog-create-connector .ui-layout-south { */
/* has ui-widget-header for cosmetics - override defaults */
/* NOT bold in statusbar */
/* font-weight: normal; */
/* smaller text */
/* font-size: .85em; */
/* nice and small */
/* padding-top: 2px; */
/* padding-bottom:3px; */
/* } */