/* =============================================================================
// CSS/ADMIN/SIDEBARS.CSS
// -----------------------------------------------------------------------------
// Styles for the sidebar generator.
// ========================================================================== */

/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Layout
//   02. Entry and Taxonomy Lists
//   03. Submit Box
//   03. Sidebar
//   04. Forms
// ========================================================================== */

/* Layout
// ========================================================================== */

.x-sidebars .x-entry-and-taxonomy-lists {
  float: left;
  width: 25%;
}

.x-sidebars .x-sidebar-options {
  float: right;
  width: 71%;
}



/* Entry and Taxonomy Lists
// ========================================================================== */

.x-sidebars .wp-tab-panel {
  margin-bottom: 16px;
  height: 179px;
}

.x-sidebars .wp-tab-panel .categorychecklist {
  margin-top: 3px;
}

.x-sidebars .wp-tab-panel .categorychecklist li label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



/* Submit Box
// ========================================================================== */

.x-sidebars .sidebar-submit-box {
  clear: both;
}

.x-sidebars .sidebar-submit-box:before,
.x-sidebars .sidebar-submit-box:after {
  content: "";
  display: table;
}

.x-sidebars .sidebar-submit-box:after {
  clear: both;
}

.x-sidebars .sidebar-submit-box .button-primary,
.x-sidebars .sidebar-submit-box label {
  float: left;
}

.x-sidebars .sidebar-submit-box label {
  margin: 5px 0 0 11px;
}



/* Forms
// ========================================================================== */

.x-sidebars .x-sidebar-options input[type="text"] {
  width: 95%;
}

.x-sidebars .postbox-container input[type="text"] {
  margin-bottom: 1em;
  width: 100%;
}