Add ability to create bans from reports
This is done in the admin view and opens a new iframed window. The ban form is pretty barebones and doesn't have full functionality yet, but that is coming. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -6,11 +6,16 @@ hr {
|
||||
color: #ededed;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
|
||||
/* Clear floats after the columns */
|
||||
.row:after {
|
||||
content: "";
|
||||
@@ -117,7 +122,7 @@ hr {
|
||||
/* Misc */
|
||||
|
||||
a:link {
|
||||
color:#555;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
|
||||
Reference in New Issue
Block a user