[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/libraries/ckeditor/_source/skins/kama/ -> 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_kama .cke_button_source .cke_label
   8  {
   9      display: inline;
  10  }
  11  
  12  /* "Styles" panel size */

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

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

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

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

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

  46  .cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text
  47  {
  48      width: 32px;
  49  }


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