Module-border GK4

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Dec 22, 2012 12:13 pm
Reply with quote
Report this post
To make some news-pro-gk4-modules better to read I would like to set border of 1px around such a module. Any Suggestions?
User avatar
Expert Boarder

teitbite
Sun Dec 23, 2012 1:47 am
Reply with quote
Report this post
Hi

You can create a module class suffix, for example " border-me" (space in front is important). Add this suffix to nsp module configuration than add a css for this to override.css (remember to allow using of this file in template settings)

Code: Select all
.border-me {
border: 1px solid #000000;
}
User avatar
Moderator

GK User
Tue Dec 25, 2012 7:22 pm
Reply with quote
Report this post
Tnx
User avatar
Expert Boarder


cron