Ignore:
Timestamp:
07/06/11 16:23:38 (13 years ago)
Author:
Kris Deugau
Message:

/trunk/templates

Templates

UI tweaks - make sure all main-body content is valign=top

dns.css

tweak comment style so IE ignores a line properly
fix typo, set valign=top on #datatablewrapper
add a couple more classes

grouptree-ie.css

tweak padding to indent group tree properly, comment a few more (apparently)
irrelevant bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/grpman.tmpl

    r79 r100  
    33<TMPL_INCLUDE NAME="menu.tmpl">
    44
    5 <td align="center">
     5<td align="center" valign="top">
    66
    77 <TMPL_IF del_failed>
     
    99 </TMPL_IF>
    1010
    11 <div id="datatablewrapper">
    12 
    1311<table width="98%">
    14 <tr><th colspan="3" align="center">Manage groups</th></tr>
     12<tr><th colspan="3"><div class="center maintitle">Manage groups</div></th></tr>
    1513<tr>
    1614<td class="leftthird"><TMPL_INCLUDE NAME="pgcount.tmpl"></td>
     
    4644</table>
    4745
    48 </div>
    49 
    5046</td>
    5147</tr>
Note: See TracChangeset for help on using the changeset viewer.