diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:55:02 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:55:02 -0300 |
commit | bc0c2f99fd41da73b5f47b94d4635ece378620e0 (patch) | |
tree | 576cb75c76e22f40fcb24a922218cf8024f67352 /static/nadmin.html | |
parent | afa9e221d07ac0e246daadef33e911bc86fd74eb (diff) |
theme news, fix mod page
Diffstat (limited to 'static/nadmin.html')
-rw-r--r-- | static/nadmin.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/nadmin.html b/static/nadmin.html index 5e38151..e8fbc36 100644 --- a/static/nadmin.html +++ b/static/nadmin.html @@ -26,7 +26,7 @@ </div> -<div id="following" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> +<div id="following" class="box2" style="margin-bottom: 25px; padding: 12px;"> <h4 style="margin: 0; margin-bottom: 5px;">Subscribed</h4> <form id="follow-form" action="/{{ .Key }}/follow" method="post" enctype="application/x-www-form-urlencoded"> <input id="follow" name="follow" style="margin-bottom: 12px;" placeholder="http://localhost:3000/g"></input><input type="submit" value="Subscribe"><br> @@ -41,7 +41,7 @@ </ul> </div> -<div id="followers" class="popup-box" style="margin-bottom: 25px; padding: 12px; display:none;"> +<div id="followers" class="box2" style="margin-bottom: 25px; padding: 12px; display:none;"> <h4 style="margin: 0; margin-bottom: 5px;">Followers</h4> <ul style="display: inline-block; padding: 0; margin: 0; list-style-type: none;"> {{ range .Followers }} @@ -50,7 +50,7 @@ </ul> </div> -<div class="popup-box" style="margin-bottom: 25px; padding: 12px;"> +<div class="box2" style="margin-bottom: 25px; padding: 12px;"> <h3>Create News</h3> <form id="news" action="/{{ .Key }}/postnews" method="post" enctype="application/x-www-form-urlencoded"> <label>Title:</label><br> @@ -60,7 +60,7 @@ </form> </div> -<div id="regex" class="popup-box" style="margin-bottom: 25px; padding: 12px;"> +<div id="regex" class="box2" style="margin-bottom: 25px; padding: 12px;"> <h3>Regex Post Blacklist</h3> <form id="blacklist" action="/blacklist" method="post" enctype="application/x-www-form-urlencoded"> <label>Regex:</label><br> |