Sha256: 5c3c807ab05332d23e0ca900d6c78f05860d78529c58dd9e9646befa5efe32f5

Contents?: true

Size: 1.36 KB

Versions: 4

Compression:

Stored size: 1.36 KB

Contents

/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) RTL Horizontal list navigation "hlist"
 * (de) RTL Horizontale Navigationsliste "hlist"
 *
 * @note:           Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0
 * @revision        $Revision: 686 $
 * @lastmodified    $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $

@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
  .ym-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
      li
        float: right
        text-align: right !important
  .ym-searchform
    float: left
    display: inline
    line-height: 2em
    padding: 0.5em 1.5em

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cyaml-0.0.45 stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass
cyaml-0.0.44 stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass
cyaml-0.0.43 stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass
cyaml-0.0.42 stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass