This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch roller-6.0.x in repository https://gitbox.apache.org/repos/asf/roller.git
commit 74c2fd99953390edba83350d5879b5152b32ad9d Author: Yash Maheshwari <[email protected]> AuthorDate: Fri May 14 15:19:43 2021 +0530 Improved: the UI for the blog entries page (cherry picked from commit 0701f6d7438afd84e19b230d61e7a0a9b23fa642) --- app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp index 288fb65..438b1ed 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp @@ -63,11 +63,11 @@ <table class="rollertable table table-striped" width="100%"> <tr> - <th class="rollertable" width="5%"> </th> - <th class="rollertable" width="5%"> + <th class="rollertable" width="3%"> </th> + <th class="rollertable" width="7%"> <s:text name="weblogEntryQuery.pubTime" /> </th> - <th class="rollertable" width="5%"> + <th class="rollertable" width="7%"> <s:text name="weblogEntryQuery.updateTime" /> </th> <th class="rollertable"> @@ -76,7 +76,7 @@ <th class="rollertable" width="15%"> <s:text name="weblogEntryQuery.category" /> </th> - <th class="rollertable" width="5%"> </th> + <th class="rollertable" width="3%"> </th> </tr> <s:iterator var="post" value="pager.items">
