Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Support: Requests & Feedback

Feature requests; criticism.

MediaWiki Theme Integration (4 posts)

Started 9 months, 3 weeks ago by: LPH2005

  • Profile picture of LPH2005 LPH2005 said 9 months, 3 weeks ago:

    Hi,

    @mercine and others – sorry to bother you. I was hoping I could fix this during the summer months but school is ready to start and my integration is still not complete. The problem is that the right side of the calendar is getting cut off. I’ve tweaked css until I’m blue in the face and can’t get this fixed.

    Any thoughts?

    http://www.thechembook.com/wiki/index.php/Calendars:Heiny

    And yes – I’ve tried FF/Firebug … LOL .. I suck at css.

  • Profile picture of LPH2005 LPH2005 said 9 months, 3 weeks ago:

    Guess it would help to be able to edit this topic but it comes up with an error …

    Meant @mercime

  • Profile picture of @mercime @mercime said 9 months, 3 weeks ago:

    @LPH2005 In /wiki/extensions/Calendar/templates/default.css find

    table tr td, table tr th {
        padding: 8px;
        vertical-align: middle;
    }

    change padding: 8px; to padding: 7px;

  • Profile picture of LPH2005 LPH2005 said 9 months, 3 weeks ago:

    @mercime

    As always – Thank you!

    The table was in the default.css for buddypress and not the templates default.css. I tried to add it to the wiki default.css file but couldn’t get it to work. Instead, I just modified the default.css for buddypress and now the calendar shows properly.