Changeset 1637

Show
Ignore:
Timestamp:
07/10/08 13:27:46 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1633 r1637  
     12008-07-10  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * themes/default/theme.css, themes/default/header.html: Print the 
     4        time and date with a fixed width font. 
     5 
    162008-07-09  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
  • cherokee/trunk/themes/default/header.html

    r1617 r1637  
    1717        <table> 
    1818                <thead class="headings"> 
    19                        <tr> 
     19                  <tr> 
    2020                        <td style="width: 1px;">&nbsp;</td> 
    2121                        <td> 
    22                         <a class="link" href="?order=%order_name%">Name</a> 
     22                        <a href="?order=%order_name%">Name</a> 
    2323                        </td> 
    2424                        %if date%<td> 
    25                         <a class="date" href="?order=%order_date%">Last Modification</a> 
     25                        <a href="?order=%order_date%">Last Modification</a> 
    2626                        </td>%fi% 
    2727                        %if size%<td> 
    28                         <a class="size" href="?order=%order_size%">Size</a> 
     28                        <a href="?order=%order_size%">Size</a> 
    2929                        </td>%fi% 
    3030                        %if user%<td> 
    31                         <a class="group" href="#">User</a> 
     31                        <a href="#">User</a> 
    3232                        </td>%fi% 
    3333                        %if group%Group<td> 
    34                         <a class="group" href="#">Group</a> 
     34                        <a href="#">Group</a> 
    3535                        </td>%fi% 
    36                        </tr> 
     36                  </tr> 
    3737                </thead> 
    3838                <tbody> 
  • cherokee/trunk/themes/default/theme.css

    r1316 r1637  
    5555  border: 0px; 
    5656} 
     57 
     58.date { 
     59        font-family: "mono", "Courier New", "Courier"; 
     60}