Kunena with Creativity template look bad.
Buttons too big, colors not correct and they are not in one line:

This is how kunena looks in native joomla template:

May be you have special kunena template for gavick templates?
input[type="checkbox"], .checkbox, input[type="radio"], .radio {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none !important;
height: auto !important;
margin-top: 7px !important;
}
select[size] {
font-size: 12px;
height: auto;
}
select[size="1"] {
height: inherit;
line-height: inherit;
}
#Kunena select[size="1"] {
height: inherit !important;
line-height: inherit !important;
}
#Kunena select[size] {
font-size: inherit !important;
height: auto !important;
}
#Kunena form#jumpto input.kbutton {
float: right;
height: 22px;
margin: 0 0 0 10px;
}
#Kunena .kprofileboxcnt .kbutton {
float: right;
height: 21px;
margin-top: 0 !important;
}
#Kunena .klist-markallcatsread input.kbutton {
height: 21px;
margin: 6px;
}
#Kunena td.krowmoderation input.kbutton {
float: right;
height: 21px;
margin: 0 0 0 5px;
}
#Kunena .ks {
margin-bottom: 5px;
}
#Kunena fieldset legend {
font-size: 16px;
}
teitbite wrote:Hi
What browser was this screen took in ? It looks perfect for me ;/ Try clear browser's cache.
teitbite wrote:Hi
You need to lead me to this screen. I do not know RussianCan even find the button to add a post ;/
#Kunena .kattachment .kbutton {
float: right;
height: 22px;
line-height: 22px;
margin: 0;
}
#Kunena .kattachment .kbutton {
float: right;
height: 22px;
line-height: 22px;
margin: 0;
}
#Kunena .kattachment .kbutton {
float: right;
height: 22px;
line-height: 22px;
margin: 0;
color: white !important;
}
teitbite wrote:Hi
Sorry, but there is no such code in override.css: http://vsehristiane.com/templates/gk_cr ... erride.css You need to remember to clear cache after adding any code to website or the old one will be used.
/* Here you can include your override CSS styles */
#Kunena #jumpto .inputbox {
display: inline-block;
}
#Kunena select[size="1"] {
height: inherit !important;
line-height: inherit !important;
}
#Kunena select[size] {
font-size: inherit !important;
height: auto !important;
}
#Kunena form#jumpto input.kbutton {
display: inline-block;
float: none;
height: 22px;
line-height: 22px;
margin: 0 0 0 10px;
}
#Kunena .kprofileboxcnt .kbutton {
float: right;
height: 21px;
margin-top: 0 !important;
line-height: 21px;
}
#Kunena .klist-markallcatsread input.kbutton {
height: 21px;
margin: 6px;
line-height: 21px;
}
#Kunena td.krowmoderation input.kbutton {
float: right;
height: 21px;
margin: 0 0 0 5px;
line-height: 21px;
}
#Kunena .ks {
margin-bottom: 5px;
}
#Kunena fieldset legend {
font-size: 16px;
}
#Kunena .kattachment .kbutton {
border: medium none !important;
color: #FFFFFF !important;
float: right;
height: 22px !important;
line-height: 22px !important;
margin: 0 0 0 5px !important;
padding: 0 5px !important;
}
#Kunena .kattachment {
clear: both;
margin: 5px 0;
}