From fbf5c62265f6d1f478bee50adc1be3018d3a097c Mon Sep 17 00:00:00 2001 From: Cabillot Julien Date: Mon, 14 Dec 2015 15:58:01 +0100 Subject: [PATCH] ajout couleur stream --- root/css/admin.css | 12 +++--------- templates/status.php | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/root/css/admin.css b/root/css/admin.css index 4ae5e9a..52bfa28 100644 --- a/root/css/admin.css +++ b/root/css/admin.css @@ -2,7 +2,7 @@ html { font-family : "Roboto", "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; background: rgb(242, 242, 242); - padding-bottom: 1em; + padding-bottom: 2.5em; } a { @@ -67,12 +67,7 @@ div.list div { div.listdl { float: left; -} - -div.listdl div { - margin-bottom: 1em; - height: 100%; - width: 85%; + margin-right: 2em; } table.listdl { @@ -91,7 +86,7 @@ table.liststream { background-color: #78909c; } -.downloaded { +.downloaded, .finished { background-color: #29b6f6; } @@ -111,4 +106,3 @@ a.btn { background: #fa963f; padding: 10px 20px 10px 20px; } - diff --git a/templates/status.php b/templates/status.php index bc42c0a..d2380e6 100644 --- a/templates/status.php +++ b/templates/status.php @@ -63,7 +63,7 @@ foreach([ $listAdded, $listDownloading, $listDownloaded, $listDupp ] as $cat) { foreach([ $streamBegin, $streamFinished ] as $cat) { foreach($cat as $element) { ?> - + <?= $element['ip']; ?>