[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/panels/plugins/layouts/flexible/ -> flexible-admin.css (source)

   1  /* $Id: flexible-admin.css,v 1.1.2.8 2010/07/20 21:00:28 merlinofchaos Exp $ */
   2  
   3  #panels-dnd-main .panel-flexible-edit-layout div.panels-display .pane-add-link,
   4  .panel-flexible-edit-layout .panel-pane {
   5    display: none;
   6  }
   7  
   8  .panel-flexible-edit-layout div.panels-display h2.label {
   9    padding-right: 0;
  10  }
  11  
  12  .panel-flexible-edit-layout .panels-flexible-column-inside {
  13  /*  margin: 5px; */
  14    border: 1px dotted green;
  15  }
  16  
  17  .panels-flexible-column-inside {
  18  /*  overflow: hidden; */
  19  }
  20  
  21  .panel-flexible-edit-layout .panels-flexible-column > .flexible-title {
  22    color: green;
  23  }
  24  
  25  .panel-flexible-edit-layout .panels-flexible-row-inside {
  26    margin: 5px;
  27    border: 1px dotted blue;
  28  }
  29  
  30  .panel-flexible-edit-layout .panels-flexible-row > .flexible-title {
  31    color: blue;
  32  }
  33  
  34  .panel-flexible-no-edit-layout .flexible-layout-only {
  35    display: none;
  36  }
  37  
  38  .panel-flexible-edit-layout .flexible-title {
  39    text-align: center;
  40    width: 5em;
  41    margin-left: auto;
  42    margin-right: auto;
  43  }
  44  
  45  .panel-flexible-no-edit-layout .panels-flexible-splitter {
  46    display: none;
  47  }
  48  
  49  .panels-flexible-splitter span {
  50    display: none;
  51  }
  52  
  53  .panels-flexible-splitter {
  54    width: 11px;
  55    float: left;
  56    margin-left: -7px;
  57    margin-right: -6px;
  58      cursor: e-resize;    /* in case col-resize isn't supported */
  59      cursor: col-resize;
  60    height: 30px;
  61    position: relative;
  62    z-index: 1;
  63    background: url(grippie-vertical.png) center center no-repeat #eee;
  64    border: 1px solid #ccc;
  65  }
  66  
  67  .flexible-splitting {
  68    border: 2px dotted yellow !important;
  69    margin: -2px !important;
  70  }
  71  
  72  .flexible-splitter-hover-box {
  73    position: absolute;
  74    z-index: 1000;
  75    background: white;
  76    color: black;
  77    border: 1px solid black;
  78    width: 60px;
  79    height: 2em;
  80    text-align: center;
  81    line-height: 2em;
  82  }
  83  
  84  #panels-edit-display .panel-pane,
  85  #panels-edit-display .helperclass {
  86    margin: .5em;
  87  }
  88  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7