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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Bug in Display of "Managing Contributions' page in 4.2 on D6
Pages: [1]

Author Topic: Bug in Display of "Managing Contributions' page in 4.2 on D6  (Read 443 times)

Cyberflyer

  • I post occasionally
  • **
  • Posts: 35
  • Karma: 2
  • It's a piece of cake, Ezra!!
    • North Star Community Foundation
  • CiviCRM version: 4.5.6
  • CMS version: Drupal 7.34 / Commons 7.x-3.20
  • MySQL version: 5.5.13
  • PHP version: 5.4.38
Bug in Display of "Managing Contributions' page in 4.2 on D6
August 27, 2012, 03:13:51 pm
So far, the upgrade to 4.2 from 4.15 on Drupal 6 commons is going reasonably well.

However when I access the 'Managing Crontributions' page there is a layout bug.

I've solved it by creating a custom-civicrm.css file and pointing to it in resources.

The CSS is lifted from 4.15 and solves the layout issue:

The leading div ID was changed to 'configure_contribution_page'

Code: [Select]

#configure_contribution_page #alpha-filter li {
  background-color:transparent;
  background-image:none;
  border:none;
  color:#AAAAAA;
  display:inline;
  font-family:Helvetica;
  font-size:15px;
  font-weight:normal;
  height:auto;
  margin:0 1px;
  padding:2px 5px;
}

#configure_contribution_page #alpha-filter a {
  border-bottom-color:#2A71B4;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  color:#2A71B4;
  font-weight:normal;
}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Bug in Display of "Managing Contributions' page in 4.2 on D6

This forum was archived on 2017-11-26.