Changeset 711


Ignore:
Timestamp:
Jan 20, 2005, 4:06:06 PM (19 years ago)
Author:
gweltas
Message:
  • Misalignement of navigation arrows in picture.tpl (specific IE)
  • Comments are now an unlimited textarea
Location:
trunk/template/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/default.css

    r695 r711  
    106106  width:30%;
    107107  text-align:left;
     108  white-space:nowrap;
    108109}
    109110
     
    111112{
    112113  float:left;
    113   width:40%;
     114  width:39%;
    114115  text-align:center;
    115116}
  • trunk/template/default/picture.tpl

    r689 r711  
    6464<!-- END stop_slideshow -->
    6565<div style="clear:both;"></div>
     66<div style="white-space:nowrap;">
    6667<div id="gauche">
    6768&nbsp;
     
    9192  <!-- END next -->
    9293  &nbsp;
     94</div>
    9395</div>
    9496<div style="clear:both;"></div>
     
    161163                    {L_COMMENT}</td>
    162164                                        <td style="width:100%;">
    163                                         <input name="content" type="text" maxlength="200" style="width:100%;" value="" /></td><td>
     165                                        <textarea name="content" rows="2" style="width:100%;"></textarea>
     166                                        </td><td>
    164167                                        <input type="submit" value="{L_SUBMIT}" class="bouton" />
    165168                          </td>
Note: See TracChangeset for help on using the changeset viewer.