Glossterms in admonition lack highlighting

Bug #1303883 reported by Matt Kassawara
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
High
Roger Luethi

Bug Description

Glossterms in admonitions lack highlighting (dashed box around the term). For example, the term "promiscuous mode" in the following section:

http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-prerequisites.html

Screen shot of issue attached.

Tags: doc-builds
Revision history for this message
Matt Kassawara (ionosphere80) wrote :
Changed in openstack-manuals:
importance: Undecided → High
status: New → Confirmed
Darren Chan (dazzachan)
Changed in openstack-manuals:
assignee: nobody → Darren Chan (dazzachan)
Revision history for this message
Darren Chan (dazzachan) wrote :

I've taken a look at the xml and the required terms have the correct glossterm tag. I think this is tools issue as what is being displayed in http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-prerequisites.html is inconsistent. I.e. "virtual machines (VMs)" displays no definition callout when your mouse pointer is on the term. However "Logical Volume Manager (LVM)", "promiscuous" and "external network" display definitions yet lack highlighting.

Andreas, Tom could I get your thoughts?

Thanks.

Regards,

Darren

Darren Chan (dazzachan)
Changed in openstack-manuals:
assignee: Darren Chan (dazzachan) → nobody
Revision history for this message
Roger Luethi (rl-o) wrote :

You could use "!important" to insist on the gloss values in custom.css, like this:

a.gloss, a.gloss:hover, a.gloss:link, a.gloss:visited{
    border: thin dotted green !important;
    text-decoration:none;
    color:black;
    background-color:#FFFFEE !important;
    padding-left:2px;
    padding-right:2px;
}

Does the trick for me. Presumably, you'd have to change it in clouddocs-maven-plugin. It might break something else.

Revision history for this message
David Cramer (david-thingbag) wrote :

Yes, you'll want to make that css change in positioning-*.css in https://github.com/stackforge/clouddocs-maven-plugin/tree/master/src/main/resources/common/css

Revision history for this message
Andreas Jaeger (jaegerandi) wrote :
Changed in openstack-manuals:
assignee: nobody → Roger Luethi (rl-o)
status: Confirmed → In Progress
Roger Luethi (rl-o)
Changed in openstack-manuals:
status: In Progress → Fix Committed
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: Fix Committed → Fix Released
milestone: none → juno
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.