457. File Comparison Report

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

457.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\plugins\fullscreen\css page.css Thu Sep 20 08:59:14 2007 UTC
2 Mon May 12 13:06:06 2008 UTC

457.2 Comparison summary

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

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

457.4 Active regular expressions

No regular expressions were active.

457.5 Comparison detail

1   /* This cl ass restor es all CSS  propertie s to that  absolute p ositioning  of fullsc reen mode  is correct  */    
2   .mceFullsc reenPos {    
3       displa y: block ! important;    
4       positi on: static  !importan t;    
5       left:  0 !importa nt;    
6       top: 0  !importan t;    
7       bottom : auto !im portant;    
8       right:  auto !imp ortant;    
9       width:  auto !imp ortant;    
10       height : auto !im portant;    
11       margin : 0 !impor tant;    
12       paddin g: 0 !impo rtant;    
13       border : 0 !impor tant;    
14       overfl ow: visibl e;    
15       z-inde x: 1 !impo rtant;    
16       clear:  both;    
17   }    
18      
19   body.mceFu llscreen {    
20       overfl ow: hidden  !importan t;    
21   }