A little bit better view for NFSSA Admin Panel
NFSSA Admin Panel by syaan

Details
Authorsyaan
LicenseNo License
Categorywww.nfssa.net
Created
Updated
Code size522 B
Code checksume317e927
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name NFSSA Admin Panel
@namespace www.nfssa.net
@version 1.0.0
@description A little bit better view for NFSSA Admin Panel
@author syaan
==/UserStyle== */
@-moz-document url("https://www.nfssa.net/userpanel.php?page=admin") {
.trow1 table {
color:#898989;
font-size:12px;
display:block;
overflow:auto;
height:300px;
}
#chat_content {
padding:10px;
max-height:900px;
}
#admin_plist {
max-height:900px;
}
td {
min-width:100px;
}
}