#124 — NuPlone and the Quills portlet don't quite get along

StateResolved
Version: 1.6
AreaUser interface
Issue typeBug
SeverityMedium
Submitted byJustin Ryan
Submitted onDec 17, 2007
Responsible Justin Ryan
Target release: 1.6
Return to tracker
Last modified on Jan 08, 2009 by Matthew Wilkes
Tags:
QI says Quills 1.6-dev11 and:

    * Plone 3.0.3
    * CMF-2.1.0
    * Zope (Zope 2.10.4-final, python 2.4.4, linux2)
    * Python 2.4.4 (#2, Oct 1 2007, 16:08:19) [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)]

The quills portlet, which has three syndication link / images, and at the bottom, one 'quills powered' image, looks fine on the "Plone Default" classic skin, but the quills logo is off-center in NuPlone.

Surely this can't be too complex to fix, I will help to chase down a solution.
Added byJustin RyanonDec 18, 2007 01:52 AM
Issue state: unconfirmedopen
This seems to do it in my ploneCustom.css:

-- snip CSS --

.portletQuillsLinks dd.portletFooter {
  text-align: center !important;
}

-- snip --

Attaching a patch to quills.app which is as of yet untested, and then will test and commit if it looks good in both skins.
Added byJustin RyanonDec 18, 2007 02:02 AM
Issue state: openresolved
attached is a better patch - need !important - also committed to quills.app/trunk.

No responses can be added.