mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-17 17:40:29 +01:00
fix(torrents): peers ip type info css
This commit is contained in:
@@ -238,7 +238,7 @@ exports.announce = function (req, res) {
|
||||
query.info_hash = common.binaryToHex(query.info_hash);
|
||||
req.seeder = (query.left === 0) ? true : false;
|
||||
|
||||
console.log(query);
|
||||
// console.log(query);
|
||||
|
||||
done(null);
|
||||
}
|
||||
|
||||
@@ -507,19 +507,21 @@ body {
|
||||
.ip-flags {
|
||||
&.ip-flag4 {
|
||||
cursor: pointer;
|
||||
padding: 1px 5px;
|
||||
color: #fff;
|
||||
background-color: @brand-danger;
|
||||
border-color: darken(@brand-danger, 10%);
|
||||
padding: 1px 4px 0;
|
||||
color: @brand-danger;
|
||||
background-color: @alert-danger-bg;
|
||||
font-size: 12px;
|
||||
border: solid 1px @brand-danger;
|
||||
border-radius: 3px;
|
||||
}
|
||||
&.ip-flag6 {
|
||||
cursor: pointer;
|
||||
margin-left: 2px;
|
||||
padding: 1px 5px;
|
||||
color: #fff;
|
||||
background-color: @brand-success;
|
||||
border-color: darken(@brand-success, 10%);
|
||||
padding: 1px 4px 0;
|
||||
color: @brand-success;
|
||||
background-color: @alert-success-bg;
|
||||
font-size: 12px;
|
||||
border: solid 1px @brand-success;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user