Changeset 98

Show
Ignore:
Timestamp:
01/23/07 10:53:24 (2 years ago)
Author:
ambs
Message:
Maximize textarea during edit.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/plugins/ambs/Kwiki-Theme-Aqua/lib/Kwiki/Theme/Aqua.pm

    r94 r98  
    292292    <br/> 
    293293    <div id="content"> 
     294      [% IF hub.action != 'edit' %] 
    294295      <div id="leftpanel"> 
    295296         <div class="table_top"><div align="center"><span class="title_panel">&nbsp;</span></div></div> 
     
    301302         <div class="table_bottom"><img src="theme/aqua/images/table_bottom.jpg" width="204" height="23" border="0" alt="" /></div> 
    302303      </div> 
     304 
    303305      <div id="contenttext"> 
    304 <!-- <span class="title_blue">Welcome to Aqua!</span><br /><span class="subtitle_gray">Some info here</span><br /> --> 
     306      [% ELSE %] 
     307      <div id="contenttextS"> 
     308      [% END %] 
    305309        [% INCLUDE $content_pane %] 
    306310      </div> 
     
    390394        float:right; 
    391395        width: 540px; 
     396} 
     397textarea { 
     398        border: solid 1px #9999dd; 
     399        padding: 4px; 
     400} 
     401#contenttextS{ 
     402        text-align: justify; 
     403        width: 600px; 
    392404} 
    393405