[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/themes/garland/ -> fix-ie-rtl.css (source)

   1  
   2  body {
   3    /* Center layout */
   4    text-align: center;
   5    /* Allow text resizing */
   6    font-size: 80%;
   7  }
   8  
   9  #squeeze {
  10    zoom: 1;
  11    direction: ltr;
  12  }
  13  
  14  #squeeze .left-corner{
  15    direction: rtl
  16  }
  17  
  18  #header-region, #wrapper #container {
  19    /* Reset text alignment */
  20    text-align: right;
  21  }
  22  
  23  #wrapper #container #center {
  24    /* Reduce amount of damage done by extremely wide content */
  25    overflow: hidden;
  26  }
  27  
  28  #wrapper #container #center .right-corner .left-corner {
  29    /* Because of the lack of min-height, we use height as an alternative */
  30    height: 400px;
  31  }
  32  
  33  fieldset {
  34    /* Don't draw backgrounds on fieldsets in IE, as they look really bad. */
  35    background: none;
  36  }
  37  
  38  /* Prevent fieldsets from shifting when changing collapsed state. */
  39  html.js fieldset.collapsible {
  40    position: relative;
  41    top: -1em;
  42  }
  43  
  44  html.js fieldset.collapsed {
  45    top: 0;
  46    margin-bottom: 1em;
  47  }
  48  
  49  tr.menu-disabled {
  50    /* Use filter to emulate CSS3 opacity */
  51    filter: alpha(opacity=50);
  52  }
  53  
  54  #header-region {
  55    /* Because of the lack of min-height, we use height as an alternative */
  56    height: 1em;
  57  }
  58  
  59  #attach-hide label, #uploadprogress div.message {
  60    /* Fading elements in IE causes the text to bleed unless they have a background. */
  61    background-color: #ffffff;
  62  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7