610. File Comparison Report

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

610.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\plugins\tiny_mce\themes\advanced\css colorpicker.css Thu Sep 20 08:59:24 2007 UTC
2 Mon May 12 13:06:28 2008 UTC

610.2 Comparison summary

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

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

610.4 Active regular expressions

No regular expressions were active.

610.5 Comparison detail

1   /* Colorpi cker dialo g specific  CSS */    
2      
3   #preview {    
4       float:  right;    
5       width:  50px;    
6       height : 14px;    
7       line-h eight: 1px ;    
8       border : 1px soli d black;    
9       margin -left: 5px ;    
10   }    
11      
12   #colorpick er {    
13       float:  left;    
14       cursor : crosshai r;    
15   }    
16      
17   #light {    
18       border : 1px soli d gray;    
19       margin -left: 5px ;    
20       float:  left;    
21       width:  15px;    
22       cursor : crosshai r;    
23   }    
24      
25   #light div  {    
26       overfl ow: hidden ;    
27   }    
28      
29   #previewbl ock {    
30       float:  right;    
31       paddin g-left: 10 px;    
32       height : 20px;    
33   }    
34      
35   .panel_wra pper div.c urrent {    
36       height : 175px;    
37   }    
38      
39   #namedcolo rs {    
40       width:  150px;    
41   }    
42      
43   #namedcolo rs a {    
44       displa y: block;    
45       float:  left;    
46       width:  10px; hei ght: 10px;    
47       margin : 1px 1px  0 0;    
48       overfl ow: hidden ;    
49   }    
50      
51   #colorname container  {    
52       margin -top: 5px;    
53   }