[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/text_resize/ -> text_resize.css (source)

   1  /* $Id $ */
   2  
   3  a#text_resize_increase {
   4    background: url(aBig.gif) no-repeat 0 0;
   5    display: block;
   6    float: right;
   7    width: 28px;
   8    height: 27px;
   9    margin: 6px 0 0 0;
  10    outline: none;
  11    text-indent: -9000px;
  12    cursor: pointer;
  13  }
  14  a#text_resize_reset {
  15    background: url(a_reset.gif) no-repeat 0 0;
  16    display: block;
  17    float: right;
  18    width: 25px;
  19    height: 24px;
  20    margin: 9px 0 0 3px;
  21    outline: none;
  22    text-indent: -9000px;
  23    cursor: pointer;
  24  }
  25  a#text_resize_decrease {
  26    background: url(aSmall.gif) no-repeat 0 0;
  27    display: block;
  28    float: right;
  29    width: 23px;
  30    height: 21px;
  31    margin: 12px 0 0 3px;
  32    outline: none;
  33    text-indent: -9000px;
  34    cursor: pointer;
  35  }
  36  #text_resize_clear {
  37    clear: both;
  38  }


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