531. File Comparison Report

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

531.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\searchreplace\css searchreplace.css Thu Sep 20 08:59:12 2007 UTC
2 Dolphin-v.6.1.0\plugins\tiny_mce\plugins\searchreplace\css searchreplace.css Thu Mar 27 13:53:26 2008 UTC

531.2 Comparison summary

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

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

531.4 Active regular expressions

No regular expressions were active.

531.5 Comparison detail

1   /* stylesh eet for ad vsearchrep lace plugi n*/    
2      
3   .panel_wra pper { hei ght: 85px;  }   1   .panel_wra pper {heig ht:85px;}
4   .panel_wra pper div.c urrent { h eight: 85p x; }   2   .panel_wra pper div.c urrent {he ight:85px; }
5     3  
6   /*   MS   IE   only   styles   */   4   /*  
IE  
*/
7   * html .pa nel_wrappe r { height : 100px; }   5   * html .pa nel_wrappe r {height: 100px;}
8   * html .pa nel_wrappe r div.curr ent { heig ht: 100px;  }   6   * html .pa nel_wrappe r div.curr ent {heigh t:100px;}
9      
10   #replaceBt n, #replac eAllBtn {    
11       paddin g-bottom:  2px;    
12       font-w eight: bol d;    
13       width:  90px;    
14       height : 21px;    
15       border : 0;    
16       cursor : pointer;    
17   }    
18      
19   #replaceBt n { backgr ound: url( ../images/ replace_bu tton_bg.gi f); }    
20   #replaceAl lBtn { bac kground: u rl(../imag es/replace _all_butto n_bg.gif);  }