Welcome, Guest
Please Login or Register.    Lost Password?
Main Forum for redFORM
Go to bottomPage: 1
TOPIC: styling of tooltip in redform
2010/01/15 12:36 #5368
styling of tooltip in redform Print this page
I have a form in redEvent where I want to style the tool-tip. I have found the code in the normal template file but when I try to style it nothing happens.

The code is:

Code:


.tool-tip 
{
    float: left;
    background: #fff !importen;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    text-align:left;
}

Offline
The administrator has disabled public write access. Top
Rudy Madsen
 
Junior Boarder
Posts: 26
graphgraph
Venlig hilsen

Rudy Madsen
Educase
2010/01/19 10:51 #5387
Re:styling of tooltip in redform Print this page
the regular css is in components/com_redform/assets/css/tooltip.css

Code:

@CHARSET "UTF-8";

/* Tooltips */
.redformtip-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.redformtip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.redformtip-text {
   font-size: 100%;
   margin: 0;
}



of course, if you added a class to the form, the class names will be modified
eg: 'myclass' => redformtipmyclass-tip, redformtipmyclass-title, redformtipmyclass-text
Offline
The administrator has disabled public write access. Top
julienV
 
Moderator
Posts: 961
graphgraph
For all support request, please provide your current versions of joomla, and of the redcomponent extensions.
2010/01/20 08:51 #5395
Re:styling of tooltip in redform Print this page
I didn't touch the style for the component and it is just as you describe for me. I haven't used any class or something else. Still the tooltip is transparent and with no other style at all. It seems like it doesn't get hold of the tooltip.css.

Any other good ideas?
Offline
The administrator has disabled public write access. Top
Rudy Madsen
 
Junior Boarder
Posts: 26
graphgraph
Venlig hilsen

Rudy Madsen
Educase
2010/01/20 23:14 #5397
Re:styling of tooltip in redform Print this page
You template could / should contain styling for tooltips too.

Try and load a default joomla template and see if that shows the styling - if does then copy it out of the Joomla template and into your own and adjust accordingly.
Offline
The administrator has disabled public write access. Top
Ronni Christiansen
 
Administrator
Posts: 2889
graph
2010/01/21 14:14 #5406
Re:styling of tooltip in redform Print this page
do you have a link ?
Offline
The administrator has disabled public write access. Top
julienV
 
Moderator
Posts: 961
graphgraph
For all support request, please provide your current versions of joomla, and of the redcomponent extensions.
Go to topPage: 1