[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/2in3/2.9.0/build/yui2-skin-sam-button/assets/ -> button-core.css (source)

   1  /*
   2  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
   3  Code licensed under the BSD License:
   4  http://developer.yahoo.com/yui/license.html
   5  version: 2.9.0
   6  */
   7  .yui-button  {
   8  
   9      display: -moz-inline-box; /* Gecko */
  10      display: inline-block; /* IE, Opera and Safari */
  11      vertical-align: text-bottom;
  12      
  13  }
  14  
  15  .yui-button .first-child {
  16  
  17      display: block;
  18      *display: inline-block; /* IE */
  19  
  20  }
  21  
  22  .yui-button button,
  23  .yui-button a {
  24  
  25      display: block;
  26      *display: inline-block; /* IE */
  27      border: none;
  28      margin: 0;
  29  
  30  }
  31  
  32  .yui-button button {
  33  
  34      background-color: transparent;
  35      *overflow: visible; /* Remove superfluous padding for IE */
  36      cursor: pointer;
  37  
  38  }
  39  
  40  .yui-button a {
  41  
  42      text-decoration: none;
  43  
  44  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1