- Posts: 9
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Problem with smilies and border [SOLVED]
- Ke_Garnett
-
Topic Author
- Offline
- New Member
-
I'm desgining a new template for my website and everything looks great. But I've got a lil problem with the smilies on the left side on message-editor. I defined the sectiontableentry2 with borders in the css to seperate the category's, but unfortunately the table for the smilies use the same css-class. I want to eleminate the border's from the smilies on the right side, but I can't without changing the category's view too. So I have to define a new css class for that action, but I've searched and haven't found the class definition for the smilies. So could anyone give me a hint, where I'll find this to eliminate the borders form the smilietable or can anyone help me with this problem ? I would be very pleased. I only want to eliminate the borders from the smilies, nothing more. Thanks for your help.
Cheers
Thorsten
Please Log in or Create an account to join the conversation.
Explaination:
CSS attempts to create a balance of power between Joomla and Kunena style sheets. By default, rules in Joomla's style sheet override those in a Kunena's style sheet.
However, for balance, an "!important" declaration (the delimiter token "!" and keyword "important" follow the declaration) takes precedence over a normal declaration. Both Joomla and Kunena style sheets may contain "!important" declarations, and Kunena "!important" rules override Joomla "!important" rules. This CSS feature improves accessibility of documents by giving users with special requirements (large fonts, color combinations, etc.) control over presentation.
Please Log in or Create an account to join the conversation.
- Ke_Garnett
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
many thank for your reply and your help. But my problem isn't a problem between the joomla css and the kunena css. May be I explained it a bit confused, may fault, sorry bout that. My problem is this, I defined in the kunena.forum.css the following items to seperate the kunena categories in the forum view.
As you see the bottom and right border got a border with 1px. So the catgeories will be seperated in the forum view, but when I post a message, the smilies are seperated in the same way (in the messageview), cause they are using the same css-class (#Kunena tr.fb_sectiontableentry2 td). But I don't want to seperate the smilies via border in the messageview, so I tried to give them a unique css class, without success. May be it isn't possible to give the sectiontableentry2 2 different css-classes (one for the forumview and one for the messageview)? Anyways many thanks for your help and your hints.
Cheers
Thorsten
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Ke_Garnett
-
Topic Author
- Offline
- New Member
-
- Posts: 9
- Thank you received: 0
of course. I took a few screenshots:
Img1
This one shows my category's with borders, these should stay.
Img2
And this one shows the messageview with borders around the smilies, which I'm trying to eliminate but without removing the borders of the category view.
If this won't work I could give you a member access on my website. But many many thanks for your kind help, I've tried a lot but haven't a success to solve this problem.
Cheers
Thorsten
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.