[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/dial/assets/ -> dial-core.css (source)

   1  /*
   2  YUI 3.17.2 (build 9c3c78e)
   3  Copyright 2014 Yahoo! Inc. All rights reserved.
   4  Licensed under the BSD License.
   5  http://yuilibrary.com/license/
   6  */
   7  
   8  v\:oval,
   9  v\:shadow,
  10  v\:fill {
  11      behavior: url(#default#VML);
  12      display: inline-block;
  13      zoom: 1; *display: inline; /* IE < 8: fake inline-block */
  14  }
  15  .yui3-dial{
  16      position:relative;
  17      display:-moz-inline-stack;
  18      display:inline-block;
  19      zoom:1;
  20      *display:inline;
  21      /*text-align:center;   This causes problems with the angle calc with longer labels*/ 
  22  }
  23  .yui3-dial-content,
  24  .yui3-dial-ring{
  25      position:relative;
  26  }
  27  .yui3-dial-handle,
  28  .yui3-dial-marker,
  29  .yui3-dial-center-button,
  30  .yui3-dial-reset-string,
  31  .yui3-dial-handle-vml,
  32  .yui3-dial-marker-vml,
  33  .yui3-dial-center-button-vml,
  34  .yui3-dial-ring-vml v\:oval,
  35  .yui3-dial-center-button-vml v\:oval
  36  {
  37      position:absolute;
  38  }
  39  .yui3-dial-center-button-vml v\:oval {
  40      font-size:1px;
  41      top:0;
  42      left:0;
  43  }
  44  .yui3-dial-content .yui3-dial-ring .yui3-dial-hidden v\:oval,
  45  .yui3-dial-content .yui3-dial-ring .yui3-dial-hidden {
  46      /* [#2530206] using opacity instead of display:none;. display:none was mis-positioning the marker when we set the dial value on ring mousedown. */
  47      opacity:0;
  48      filter:alpha(opacity=0);    
  49  }


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