23. File Comparison Report

Produced on Mon May 12 13:04:28 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

23.1 Files compared

# Location File Last Modified
1 Mon May 12 13:04:28 2008 UTC
2 Dolphin-v.6.1.0\admin\styles preValues.css Mon Mar 31 07:47:50 2008 UTC

23.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 47
Removed 0 0

23.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

23.4 Active regular expressions

No regular expressions were active.

23.5 Comparison detail

    1   #listEdit  {
    2       border -top:1px s olid #9999 99;
    3       border -left:1px  solid #999 999;
    4   }
    5  
    6   #listEdit  tr {
    7       margin :0px;
    8       paddin g:0px;
    9   }
    10  
    11   #listEdit  td,
    12   #listEdit  th {
    13       paddin g:4px;
    14       vertic al-align:m iddle;
    15       border -right:1px  solid #99 9999;
    16       border -bottom:1p x solid #9 99999;
    17   }
    18  
    19   #listEdit  th {
    20       text-a lign:cente r;
    21       font-w eight:bold ;
    22       backgr ound-color :#eeeeee;
    23   }
    24  
    25   #listEdit  tr.even {
    26       backgr ound-color :#ffffff;
    27   }
    28  
    29   #listEdit  tr.odd {
    30       backgr ound-color :#dddddd;
    31   }
    32  
    33   #listEdit  td .value_ input {
    34       width: 80px;
    35   }
    36  
    37   .tableLabe l {
    38       border -bottom:1p x dashed # 000000;
    39       cursor :help;
    40   }
    41  
    42   img.row_co ntrol {
    43       width: 16px;
    44       height :16px;
    45       cursor :pointer;
    46       margin -right: 3p x;
    47   }