716. File Comparison Report

Produced on Mon May 12 13:06:55 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.

716.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\templates\tmpl_uni\css profile_edit.css Thu Sep 20 09:00:16 2007 UTC
2 Mon May 12 13:06:55 2008 UTC

716.2 Comparison summary

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

716.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

716.4 Active regular expressions

No regular expressions were active.

716.5 Comparison detail

1   /*     
2      
3   * (C) Boon Ex Ltd., 2 007    
4   * IMPORTAN T: This is  a commerc ial produc t made by  BoonEx Ltd . and cann ot be modi fied for o ther than  personal u sage.    
5   * This pro duct canno t be redis tributed f or free or  a fee wit hout writt en permiss ion from B oonEx Ltd.      
6   * This not ice may no t be remov ed from th e source c ode.     
7      
8   */    
9   @charset " iso-8859-1 ";    
10   @import ur l(../../ba se/css/pro file_edit. css);    
11      
12      
13   td.join_he ader_first ,    
14   td.join_he ader    
15   {    
16       text-a lign:cente r;    
17       backgr ound-color :#ccc;    
18   }    
19      
20   table.prof ile_edit_t able    
21   {    
22       border -collapse: collapse;    
23       margin -left:auto ;    
24       margin -right:aut o;    
25       width: 100%;    
26   }    
27      
28   table.prof ile_edit_t able td    
29   {    
30       paddin g:5px;    
31   }    
32      
33   table.prof ile_edit_t able td.jo in_td_1,    
34   table.prof ile_edit_t able td.jo in_td_1_fi rst    
35   {    
36       text-a lign:right ;    
37       vertic al-align:t op;    
38       paddin g-top:6px;    
39   }    
40      
41   select.sel ect_prof,    
42   input.inpu t_text_edi t    
43   {    
44       width: 225px;    
45   }    
46      
47   table.prof ile_edit_t able table    
48   {    
49       border -collapse: collapse;    
50   }    
51      
52   table.prof ile_edit_t able table  td    
53   {    
54       paddin g:0px;    
55   }