Sha256: 865d115277b32673f878661286ddd15c66a9fa2cd333a360249d55a3d722269c

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

Contents

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) RTL Horizontal list navigation "Shiny Buttons"
 * (de) RTL Horizontale Navigationsliste "Shiny Buttons"
 *
 * @note:           Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
 *
 * @copyright       Copyright 2005-2011, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3.1
 * @revision        $Revision: 501 $
 * @lastmodified    $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
 */

@media all {
  /**
   * (en) Workaround disappearing list elements on hover
   * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
   *
   * @workaround
   * @affected   IE 5.x/Win, IE6, IE7
   * @css-for    IE 5.x/Win, IE6, IE7
   * @valid      yes
   */
  .hlist {
    * {
      direction: ltr !important; }
    a, strong {
      direction: rtl !important; }
    ul {
      position: relative;
      float: right;
      /* (en) Left margin of the first button  */
      /* (de) Abstand des ersten Buttons vom linken Rand  */
      margin-left: 0;
      /* Reset LTR */
      margin-right: 50px;
      li {
        float: right; } } }
  /*------------------------------------------------------------------------------------------------------*/ }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cyaml-0.0.35 stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss
cyaml-0.0.34 stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss