467. File Comparison Report

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

467.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\inlinepopups\css inlinepopup.css Thu Sep 20 08:58:56 2007 UTC
2 Mon May 12 13:06:08 2008 UTC

467.2 Comparison summary

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

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

467.4 Active regular expressions

No regular expressions were active.

467.5 Comparison detail

1   /* Window  classes */    
2      
3   .mceWindow  {    
4       positi on: absolu te;    
5       left:  0;    
6       top: 0 ;    
7       border : 1px soli d black;    
8       backgr ound-color : #D4D0C8;    
9   }    
10      
11   .mceWindow Head {    
12       backgr ound-color : #334F8D;    
13       width:  100%;    
14       height : 18px;    
15       cursor : move;    
16       overfl ow: hidden ;    
17   }    
18      
19   .mceWindow Body {    
20       clear:  both;    
21       backgr ound-color : white;    
22   }    
23      
24   .mceWindow Statusbar  {    
25       backgr ound-color : #D4D0C8;    
26       height : 12px;    
27       border -top: 1px  solid blac k;    
28   }    
29      
30   .mceWindow Title {    
31       float:  left;    
32       font-f amily: "MS  Sans Seri f";    
33       font-s ize: 9pt;    
34       font-w eight: bol d;    
35       line-h eight: 18p x;    
36       color:  white;    
37       margin -left: 2px ;    
38       overfl ow: hidden ;    
39   }    
40      
41   .mceWindow HeadTools  {    
42       margin -right: 2p x;    
43   }    
44      
45   .mceWindow Close, .mc eWindowMin imize, .mc eWindowMax imize {    
46       displa y: block;    
47       float:  right;    
48       overfl ow: hidden ;    
49       margin -top: 2px;    
50   }    
51      
52   .mceWindow Close {    
53       margin -left: 2px ;    
54   }    
55      
56   .mceWindow Minimize {    
57   }    
58      
59   .mceWindow Maximize {    
60   }    
61      
62   .mceWindow Resize {    
63       displa y: block;    
64       float:  right;    
65       overfl ow: hidden ;    
66       cursor : se-resiz e;    
67       width:  12px;    
68       height : 12px;    
69   }