Changeset f60c8c in indico


Ignore:
Timestamp:
11/26/09 11:56:15 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
2cd492
Parents:
036d56
git-author:
Cesar Munoz Orena <cesar.munoz.orena@…> (11/18/09 17:38:57)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (11/26/09 11:56:15)
Message:

[FIXED] Speakers in 2 columns

  • The speakers in cdsagenda appeared in 2 columns instead of in 1 aligned to the right. This was solved, but cdsagenda_inline_minutes and cdsagenda_olist stayed unchanged until now, that they both align all the speakers to the right. -fixes #29
Location:
indico/MaKaC/webinterface/stylesheets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/cdsagenda_inline_minutes.xsl

    r036d56 rf60c8c  
    233233  <xsl:text disable-output-escaping="yes"> 
    234234  &#60;td colspan="2" width="75%" valign="top" bgcolor="#F6F6F6"&#62; 
    235     &#60;table class="tablepre" width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F6F6F6"&#62; 
     235    &#60;table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F6F6F6"&#62; 
    236236  </xsl:text> 
    237237  </xsl:otherwise> 
  • indico/MaKaC/webinterface/stylesheets/cdsagenda_olist.xsl

    r036d56 rf60c8c  
    228228  <xsl:text disable-output-escaping="yes"> 
    229229  &#60;td colspan="2" width="75%" valign="top" bgcolor="#F6F6F6"&#62; 
    230     &#60;table class="tablepre" width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F6F6F6"&#62; 
     230    &#60;table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#F6F6F6"&#62; 
    231231  </xsl:text> 
    232232  </xsl:otherwise> 
Note: See TracChangeset for help on using the changeset viewer.