Minor layout improvements for category overview.
This commit is contained in:
		| @@ -139,11 +139,11 @@ | ||||
|                 <details class="category_data"> | ||||
|                     <summary class="category_name{if $category.category_icon} category_hasicon{/if}"><span class="icon-folder-open"></span> {$category.category_name|escape:"html"}</summary> | ||||
|  | ||||
|                     <div class="category_info">     | ||||
|                     <div class="category_info clearfix"> | ||||
|                     {if $category.category_description != ''} | ||||
|                         <span class="category_desc block_level">{$category.category_description|escape:"html"}</span> | ||||
|                         <span class="category_desc">{$category.category_description|escape:"html"}</span> | ||||
|                     {/if} | ||||
|                         <span class="category_author block_level">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span> | ||||
|                         <span class="category_author">{if $category.authorid == 0}{$CONST.ALL_AUTHORS}{else}{$category.realname|escape:"html"}{/if}</span> | ||||
|                     </div> | ||||
|                 </details> | ||||
|                  | ||||
|   | ||||
| @@ -800,7 +800,12 @@ summary { cursor: pointer; } | ||||
| .category_data, | ||||
| .user_name, .group_name { min-width: 8em; } | ||||
|  | ||||
| .category_data { margin: 0 1em 0 0; } | ||||
| .category_data { | ||||
|     margin: 0 1em 0 0; | ||||
|     width: 75%; | ||||
| } | ||||
|  | ||||
| .category_desc { margin: 0 1em 0 0; } | ||||
|  | ||||
| /* Content area */ | ||||
| #serendipity_comments_list .form_check, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user