Some improvements for Ban functionality (#1262)

* Some improvements for Ban functionality

* Updated

* Updated

* Update functions.php

* Updated

* Update viewprofile.php

* Update viewtopic.php

* Updated

* Updated

* Updated

* Updated

* Update mysql.sql

* Updated

* Updated
This commit is contained in:
Roman Kelesidis 2023-12-26 17:38:16 +07:00 committed by GitHub
commit 7beb4afa72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 83 additions and 272 deletions

View file

@ -150,7 +150,7 @@ table.forums {
display: none;
}
.subforums+.moderators {
.subforums + .moderators {
margin-top: 0;
}
@ -172,7 +172,8 @@ table.forums {
margin-right: 1px;
}
.sf_separator {}
.sf_separator {
}
.sf_title a {
text-decoration: none;
@ -218,7 +219,8 @@ table.forums {
white-space: nowrap;
}
.f_stat_topics {}
.f_stat_topics {
}
.f_stat_posts {
padding-left: 3px;
@ -490,14 +492,14 @@ a.postLink:visited {
}
.poster-banned {
background:#f6f6f6;
border:1px solid #b71c1c;
padding:4px;
border-radius:2px;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
text-align:center
background: #f6f6f6;
border: 1px solid #b71c1c;
padding: 4px;
border-radius: 2px;
font-size: 11px;
font-weight: bold;
letter-spacing: 1px;
text-align: center
}
.poster_info .avatar {
@ -602,7 +604,8 @@ table.peers td {
border: 1px #A5AFB4 solid;
}
.dl_list {}
.dl_list {
}
.dl_list td {
text-align: center;