mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-25 14:40:31 -05:00
-webfront now displays player info and link to repz account
-fixed time span issue in webfront -fixed crash when RCON stops responding and removing a player -version on footer
This commit is contained in:
@ -97,7 +97,7 @@
|
||||
}
|
||||
|
||||
tr.row-grey {
|
||||
background-color: #eee;
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
th
|
||||
@ -211,9 +211,9 @@
|
||||
}
|
||||
|
||||
.server_title {
|
||||
font-size: 24pt;
|
||||
font-size: 20pt;
|
||||
margin-bottom: 20px;
|
||||
min-width: 550px;
|
||||
min-width: 530px;
|
||||
}
|
||||
|
||||
.server_info {
|
||||
@ -233,8 +233,10 @@
|
||||
}
|
||||
|
||||
.players {
|
||||
width: 60%;
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
padding-top: 10px;
|
||||
padding-bottom 10p;x
|
||||
}
|
||||
|
||||
.bans {
|
||||
@ -271,7 +273,20 @@
|
||||
|
||||
.players tbody tr td
|
||||
{
|
||||
padding: 1px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.player_info{
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.player_info td
|
||||
{
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user