Browse Source

Update style and templates

For signature.
Visman 2 years ago
parent
commit
d23c204efd

+ 3 - 1
app/templates/pm/topic.forkbb.php

@@ -103,7 +103,9 @@
           </div>
           </div>
         @if ($p->user->showSignature && $post->user->isSignature)
         @if ($p->user->showSignature && $post->user->isSignature)
           <aside class="f-post-sign">
           <aside class="f-post-sign">
-            <hr class="f-sign-brd">
+            <div class="f-sign-brd">
+              <small>- - -</small>
+            </div>
             {!! $post->user->htmlSign !!}
             {!! $post->user->htmlSign !!}
           </aside>
           </aside>
         @endif
         @endif

+ 3 - 1
app/templates/topic.forkbb.php

@@ -117,7 +117,9 @@
           </div>
           </div>
         @if ($p->user->showSignature && $post->user->isSignature)
         @if ($p->user->showSignature && $post->user->isSignature)
           <aside class="f-post-sign">
           <aside class="f-post-sign">
-            <hr class="f-sign-brd">
+            <div class="f-sign-brd">
+              <small>- - -</small>
+            </div>
             {!! $post->user->htmlSign !!}
             {!! $post->user->htmlSign !!}
           </aside>
           </aside>
         @endif
         @endif

+ 3 - 1
public/style/ForkBB/style.css

@@ -1557,7 +1557,9 @@ body,
 }
 }
 
 
 #fork .f-sign-brd {
 #fork .f-sign-brd {
-  margin: 0;
+  width: 50%;
+  border-top-width: 0.0625rem;
+  border-style: dashed;
 }
 }
 
 
 #fork .f-admin-note {
 #fork .f-admin-note {