How to Adjust the Spacing between a Glossary Term and the Twist Arrow Icon

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
trent the thief
Propellus Maximus
Posts: 613
Joined: Wed Feb 01, 2006 6:21 am
Location: Off in the dark....

How to Adjust the Spacing between a Glossary Term and the Twist Arrow Icon

Post by trent the thief »

Hi,

Don't forget to update the gif locations. I move mine into my Resources/Images/chrome where I keep madcap image files that I want handy.

Code: Select all


/* Glossary Term - Icon Spacing Fix - START  */


/* removes the transparent png */
img.MCHelpControl_Image_Icon
{
	display: none;
}

/* padding-right sets the spacing between term and icon */
/* Don't forget to update the location of the two gifs. */
/* I copy mine into the project  resources/image/chrome (that a dir I created)   */

.MCTextPopup_Closed.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: url('../Images/chrome/ExpandingClosed.gif');
	padding-right: 15px;
}

.MCTextPopup_Open.MCTextPopupHotSpot_
{
	background-position: right;
	background-image: url('../Images/chrome/ExpandingOpen.gif');
	padding-right: 15px;
}

/* Glossary Term - Icon Spacing Fix - END */
Trent.

Certifiable.

Image

umm...
I meant MAD Certified.

Official Propeller Beanie Owner :-)

:flare: Are you on Flare's Slack channels? PM me for an invitation! :flare:
Post Reply