You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ad...@apache.org on 2021/05/17 08:54:42 UTC

[roller] branch master updated: Improved: the UI for the blog entries page

This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new 0701f6d  Improved: the UI for the blog entries page
     new 605d9d3  Merge pull request #87 from ymaheshwari1/roller-ui
0701f6d is described below

commit 0701f6d7438afd84e19b230d61e7a0a9b23fa642
Author: Yash Maheshwari <ya...@gmail.com>
AuthorDate: Fri May 14 15:19:43 2021 +0530

    Improved: the UI for the blog entries page
---
 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">