bluesoft-rnd / aperte-reports

Automatically exported from code.google.com/p/aperte-reports
0 stars 4 forks source link

Scrolling in dashborad #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Scrollbars doesn't show up for reports bigger then dashboard size.

Original issue reported on code.google.com by zmalinow...@bluesoft.net.pl on 29 Feb 2012 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by pstepan...@bluesoft.net.pl on 12 Jun 2012 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by nagroda...@gmail.com on 13 Aug 2012 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by tsera...@bluesoft.net.pl on 3 Oct 2012 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by tsera...@bluesoft.net.pl on 8 Oct 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Since 2.4

The report Panel is placed centrally by default. To change it an appropriate 
CSS style has to be defined. The name of that style is:

    ar-dashboard-report-panel

Below there is an example of the style placing report panel centrally:

    .ar-dashboard-report-panel {
      margin-left:auto;
      margin-right:auto;
      width: 100%;
    }

Original comment by tsera...@bluesoft.net.pl on 10 Oct 2012 at 9:33