[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/skins/v2/ -> presets.css (source)

   1  /*

   2  Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.

   3  For licensing, see LICENSE.html or http://ckeditor.com/license

   4  */
   5  
   6  /* "Source" button label */

   7  .cke_skin_v2 .cke_button_source .cke_label
   8  {
   9      display: inline;        /* FF2 */
  10      display: inline-block;
  11  }
  12  
  13  /* "Styles" panel size */

  14  .cke_skin_v2 .cke_styles_panel
  15  {
  16      width: 150px;
  17      height: 170px;
  18  }
  19  
  20  /* "Format" panel size */

  21  .cke_skin_v2 .cke_format_panel
  22  {
  23      width: 150px;
  24      height: 170px;
  25  }
  26  
  27  /* "Font" panel size */

  28  .cke_skin_v2 .cke_font_panel
  29  {
  30      width: 150px;
  31      height: 170px;
  32  }
  33  
  34  /* "Font Size" panel size */

  35  .cke_skin_v2 .cke_fontSize_panel
  36  {
  37      height: 170px;
  38  }
  39  
  40  /* "Font Size" combo width */

  41  .cke_skin_v2 .cke_fontSize .cke_text
  42  {
  43      width: 20px;
  44  }
  45  
  46  /* "Font Size" combo width (IE Quirks) */

  47  .cke_skin_v2 .cke_browser_iequirks .cke_fontSize .cke_text
  48  {
  49      width: 32px;
  50  }


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