View difference between Paste ID: T6UKphAf and RiHp18RX
SHOW: | | - or go back to the newest paste.
1
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
2
	
3
<apex:pageBlockSection title="My Report" id="MyReport" columns="1" />
4
	
5-
<script language="JavaScript">
5+
<script language="JavaScript">
6-
    $('[id$="MyReport"] > .pbSubsection > .detailList').load('/00Oi000000wxyz?pv0={!Contact.id}&isdtp=nv table.reportTable.matrixReportTable');
6+
    $('[id$="MyReport"] > .pbSubsection > .detailList').load('/00Oi000000wxyz?pv0={!Contact.id}&isdtp=nv table.reportTable.matrixReportTable');
7
</script>
8
	
9-
<style type="text/css">
9+
<style type="text/css">
10-
    [id$="MyReport"] > .pbSubsection {
10+
    [id$="MyReport"] > .pbSubsection {
11-
        margin-top:10px;
11+
        margin-top:10px;
12-
    }
12+
    }
13-
    [id$="MyReport"] >.pbSubsection tr:first-of-type td, [id$="MyReport"] >.pbSubsection tr:first-of-type th {
13+
    [id$="MyReport"] >.pbSubsection tr:first-of-type td, [id$="MyReport"] >.pbSubsection tr:first-of-type th {
14-
        border-top:1px solid rgb(212, 218, 220)!important;
14+
        border-top:1px solid rgb(212, 218, 220)!important;
15-
    }
15+
    }
16-
    [id$="MyReport"] > .pbSubsection th, [id$="MyReport"] > .pbSubsection td {
16+
    [id$="MyReport"] > .pbSubsection th, [id$="MyReport"] > .pbSubsection td {
17-
        font-size: 12px;
17+
        font-size: 12px;
18-
        padding:3px 6px 3px 5px;
18+
        padding:3px 6px 3px 5px;
19-
        background-color:#fff;            
19+
        background-color:#fff;            
20-
        border-color:rgb(212, 218, 220)!important;
20+
        border-color:rgb(212, 218, 220)!important;
21-
        border-bottom:1px solid rgb(212, 218, 220)!important;
21+
        border-bottom:1px solid rgb(212, 218, 220)!important;
22-
    }   
22+
    }   
23-
    [id$="MyReport"] > .pbSubsection th {
23+
    [id$="MyReport"] > .pbSubsection th {
24-
        background-color:#eee;
24+
        background-color:#eee;
25-
    }
25+
    }
26-
    [id$="MyReport"] > .pbSubsection .grandTotal {
26+
    [id$="MyReport"] > .pbSubsection .grandTotal {
27-
        background-color:rgb(212, 218, 220);
27+
        background-color:rgb(212, 218, 220);
28-
    }
28+
    }
29-
    [id$="MyReport"] > .pbSubsection .drilldown {
29+
    [id$="MyReport"] > .pbSubsection .drilldown {
30-
        display:none;
30+
        display:none;
31-
    }
31+
    }
32
</style>