diff --git a/src/public/assets/theme/default/css/framework.css b/src/public/assets/theme/default/css/framework.css index 55a58be..0f65e3e 100644 --- a/src/public/assets/theme/default/css/framework.css +++ b/src/public/assets/theme/default/css/framework.css @@ -54,8 +54,16 @@ } .label-green { - color: #277b1b; - border: 1px #92bc8c solid; + color: #fff; + background-color: #65916d; +} + +.position-relative { + position: relative; +} + +.top--2 { + top: -2px; } .line-height-26 { @@ -112,6 +120,10 @@ font-weight: normal; } +.font-size-10 { + font-size: 10px; +} + .font-size-12 { font-size: 12px; } @@ -199,6 +211,11 @@ margin-left: 16px; } +.margin-x-4 { + margin-left: 4px; + margin-right: 4px; +} + .margin-r-4 { margin-right: 4px; } diff --git a/src/public/index.php b/src/public/index.php index c8ec7b4..36d82aa 100644 --- a/src/public/index.php +++ b/src/public/index.php @@ -220,6 +220,12 @@ echo '' . PHP_EOL ?>

metaTitle ?>

+ leechers && !$magnet->seeders) { ?> + + + +
public) { ?> diff --git a/src/public/magnet.php b/src/public/magnet.php index 9f20581..080eebf 100644 --- a/src/public/magnet.php +++ b/src/public/magnet.php @@ -199,6 +199,12 @@ echo '' . PHP_EOL ?>

magnet->metaTitle ?>

+ magnet->leechers && !$response->magnet->seeders) { ?> + + + +
magnet->public) { ?>