Ignore:
Timestamp:
31 Jan 2014, 17:17:29 (11 years ago)
Author:
Henrik Bettermann
Message:

Move language selector to the right and replace 'Language' by earth symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/rules.xml

    r10977 r11021  
    9696    <!-- the language selector
    9797
    98       quite tricky. We insert a <li> element at end of
    99       ul.kofa-navbar-left. This <li> has a header element
     98      quite tricky. We insert a <li> element at beginning of
     99      ul.kofa-navbar-right. This <li> has a header element
    100100      (the 'Language' button) and the a number of <li> elements
    101101      representing the supported languages.
     
    110110      creating new nodes (<xsl:element>) with attributes copied over.
    111111    -->
    112     <after css:theme-children="ul.kofa-navbar-left">
     112    <before css:theme-children="ul.kofa-navbar-right">
    113113      <li class="dropdown kofa-langselect">
    114114        <a href="#" class="dropdown-toggle"
    115            data-toggle="dropdown">Language <b class="caret"></b></a>
     115           data-toggle="dropdown">
     116           <img src="/static/static/img/earth.png" />
     117           <b class="caret"></b></a>
    116118        <ul class="dropdown-menu">
    117119          <xsl:for-each css:select=" .language a">
     
    127129        </ul>
    128130      </li>
    129     </after>
     131    </before>
    130132
    131133
Note: See TracChangeset for help on using the changeset viewer.