- Posts: 362
- Thank you received: 45
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Solved Deleted Posts don't display quite right
9 years 10 months ago #176063
by Josh
Deleted Posts don't display quite right was created by Josh
Currently deleted posts seem to be slightly clipped as seen here:
This is using Joomla 3's default template without loading extras.
I propose it look more like this:
I changed /media/kunena/cache/crypsis/css/kunena.css line 400 with the following:
The two changes are the padding and adding box-sizing to prevent overflow. For comparison sake here is the non deleted post version:
This modification prevents clipping and makes deleted posts more consistent while still being obvious that it's a deleted post.
This is using Joomla 3's default template without loading extras.
I propose it look more like this:
I changed /media/kunena/cache/crypsis/css/kunena.css line 400 with the following:
Code:
#kunena.layout .message-deleted {
background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
box-sizing: border-box;
margin-bottom: 15px;
padding: 19px 19px 8px 14px;
}
The two changes are the padding and adding box-sizing to prevent overflow. For comparison sake here is the non deleted post version:
This modification prevents clipping and makes deleted posts more consistent while still being obvious that it's a deleted post.
Please Log in or Create an account to join the conversation.
9 years 10 months ago #176077
by 810
Replied by 810 on topic Deleted Posts don't display quite right
fixed, thnx
The following user(s) said Thank You: Josh
Please Log in or Create an account to join the conversation.
9 years 10 months ago #176094
by Josh
Replied by Josh on topic Deleted Posts don't display quite right
Please Log in or Create an account to join the conversation.
Time to create page: 0.249 seconds