Changeset 1649

Show
Ignore:
Timestamp:
02/26/10 17:56:02 (5 months ago)
Author:
klemens
Message:

ullTime: beautified list

Location:
trunk/plugins
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/ullTimePlugin/modules/ullTime/templates/listSuccess.php

    r1646 r1649  
    1212        <col class="col_period_list_project_reporting"/> 
    1313        <col class="col_period_list_project_total"/> 
     14  <col class="col_period_list_delta"/> 
    1415   
    1516        <thead> 
  • trunk/plugins/ullTimeThemeNGPlugin/web/css/main.css

    r1581 r1649  
    8181 
    8282/* Make the time duration columns as thin as possible to make alignment to the right looking good */ 
    83 .col_duration_seconds_header, .col_period_list_time_total, .col_period_list_project_total { 
     83.col_duration_seconds_header, .col_period_list_time_total, .col_period_list_project_total, .col_period_list_delta { 
    8484        width: 1em; 
    8585}