Changeset 10253
- Timestamp:
- 30 May 2013, 13:26:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/rules.xml
r10240 r10253 29 29 30 30 <!-- Top / Header --> 31 <copy attributes="href" css:content='#portal-logo' css:theme="#logo-container a" /> 31 <copy attributes="href" css:content='#portal-logo' 32 css:theme="#logo-container a" /> 32 33 33 34 <!-- User options (upper right) --> … … 43 44 These go into user options dropdown 44 45 --> 45 <copy css:theme="#user-options ul"> 46 <copy css:theme="#user-options ul" 47 css:if-content="#portal-personaltools li:nth-child(3)"> 46 48 <xsl:for-each css:select="#portal-personaltools li"> 47 49 <xsl:if test="not(position() mod 2 = 0)"> … … 52 54 </xsl:for-each> 53 55 </copy> 56 <!-- if user options are empty (only login and separator): 57 avoid dropdown --> 58 <drop css:theme="#user-options ul" 59 css:if-not-content="#portal-personaltools li:nth-child(3)"> 60 </drop> 61 <drop css:theme="#user-options a:nth-child(2)" 62 css:if-not-content="#portal-personaltools li:nth-child(3)"> 63 </drop> 64 <!-- /user-options --> 54 65 55 66 <replace css:theme=".navbar-form" css:content="#portal-searchbox form"/>
Note: See TracChangeset for help on using the changeset viewer.