730. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:58 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

730.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\JS\RESTEndpoint\JavaScriptRESTRetrieveMultiple\JavaScriptRESTRetrieveMultiple\Styles JavaScriptRESTRetrieveMultiple.css Tue Dec 20 19:51:48 2016 UTC
2 Wed Feb 1 19:56:58 2017 UTC

730.2 Comparison summary

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

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

730.4 Active regular expressions

No regular expressions were active.

730.5 Comparison detail

1   /*<snippet JavaScript RESTRetrie veMultiple CSS>*/        
2   html, body        
3   {        
4       font-f amily: Seg oe UI;        
5       backgr ound-color :White;        
6   }        
7   #tableCont ainer        
8   {        
9       overfl ow-y: scro ll;        
10       max-he ight: 300p x;        
11       width:  600px;        
12       positi on: absolu te;        
13       top: 3 5px;        
14       border : 1px soli d black;        
15   }        
16   #tableHead ings        
17   {        
18       width:  602px;        
19       positi on: absolu te;        
20       top: 2 0;        
21       height : 25px;        
22       border : 1px soli d black;        
23       border -bottom: 0 px none;        
24       backgr ound-color :ButtonFac e;        
25   }        
26          
27   #accountsT able        
28   {        
29       overfl ow: scroll ;        
30       width:  583px;        
31       table- layout: fi xed;        
32       border -collapse:  collapse;          
33   }        
34   #controlsC ontainer        
35   {        
36       positi on: absolu te;        
37       top: 3 50px;        
38   }        
39   tr        
40   {        
41       border -bottom: 1 px solid b lack;        
42   }        
43   td        
44   {        
45       paddin g-left: 5p x;        
46   }        
47          
48   .rightColu mn        
49   {        
50       border -left: 1px  solid bla ck;        
51   }        
52   .leftColum n        
53   {        
54       width: 285px;        
55   }        
56   /*</snippe tJavaScrip tRESTRetri eveMultipl eCSS>*/