CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • Lines disappeared from report
Pages: [1]

Author Topic: Lines disappeared from report  (Read 849 times)

gmotyka

  • Guest
Lines disappeared from report
September 24, 2010, 10:17:01 am
I am printing an Event Participant Listing report. It once looked like a spreadsheet but now has no lines. How can I get the lines back? Thanks!

CiviCRM 3.1.3 Joomla 1.5.20

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Lines disappeared from report
September 24, 2010, 12:45:05 pm
Not sure about what you're seeing on your site. I just checked the "printed" Event Participant report on our 3.2 Joomla demo and it has "lines". You can check it out by logging in to:
http://joomla.demo.civicrm.org/administrator

and going to:
http://joomla.demo.civicrm.org/administrator/index2.php?option=com_civicrm&task=civicrm/report/instance/12&

If your report looks different, it may be that some other change in your joomla environment has affected the CSS used to format the report display. The following CSS in print.css causes the lines between each row;

#crm-container table.report-layout td {
border:1px groove #DDDDDD;
padding:4px;
}
Protect your investment in CiviCRM by  becoming a Member!

gmotyka

  • Guest
Re: Lines disappeared from report
September 24, 2010, 07:23:05 pm
I have the code below in my print.css

/* CSS for Print and PDF of Reports */
#crm-container .report-layout {
    border           : 1px groove #DDDDDD;
    width            : 100%;
    border-collapse  : collapse;

Thanks for your help!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviReport (Moderator: Dave Greenberg) »
  • Lines disappeared from report

This forum was archived on 2017-11-26.