]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps: few more fixes
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 07:16:27 +0000 (23:16 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 07:16:27 +0000 (23:16 -0800)
extra/webapps/pastebin/pastebin.xml
extra/webapps/wiki/page-common.xml

index 0dcebe825136e51c89598e9352aeab3a77ca7527..7fdff1de32f426150bcd8926173b5f4d1f9756a3 100644 (file)
@@ -6,8 +6,8 @@
 
        <table width="100%">
                <tr>
-                       <th align="left" width="60%">Summary</th>
-                       <th align="left" width="150">Username</th>
+                       <th align="left" width="70%">Summary</th>
+                       <th align="left" width="125">Username</th>
                        <th align="left" width="200">Date</th>
                </tr>
 
index a5de8477713063af3b8aa442d4396fd0d5929b3f..072df30e8a10908c3607aae31f06b2f22edf9d23 100644 (file)
@@ -9,10 +9,12 @@
        <t:call-next-template />
 
        <div class="navbar">
+       <div class="navrow">
                <t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
                <t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
                <t:a t:href="$wiki/edit" t:rest="title" rel="nofollow">Edit</t:a>
                <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
        </div>
+       </div>
 
 </t:chloe>