From b6c3f93b3d2e78a4c5589586dfd8c5885754147f Mon Sep 17 00:00:00 2001 From: herbert Date: Fri, 17 Sep 2021 20:55:58 +0200 Subject: [PATCH] Orion: Layout fixes * Layout fixes of download and snatch list tables * Fixed alignment of notify bar with content --- static/styles/orion/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 71b04d6..14f1d6f 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -338,7 +338,6 @@ ul.thin li { } #content { - width: 100%; max-width: 1120px; overflow: auto; /*margin-top: 10px;*/ @@ -1371,19 +1370,22 @@ span.center_poll { background: url(images/hover-rating.png) top left repeat-x!important } -table.torrent_table, table.forum_index, table.filelist_table, table.message_table, table.staff, table.store_table, table.ratio_table, table.reportinfo_table, div[id^="peers"] table, table#dnulist { +table.torrent_table, table.forum_index, table.filelist_table, table.message_table, table.staff, table.store_table, table.ratio_table, table.reportinfo_table, div[id^="peers"] table, +div[id^="downloads"] table, div[id^="snatches"] table, table#dnulist { border: 1px solid #282b2e; box-shadow: 0 0 5px rgba(0, 0, 0, .6); } -div[id^="files"], div[id^="peers"], div[id^="reported"] { +div[id^="files"], div[id^="peers"], div[id^="reported"], div[id^="downloads"] table, div[id^="snatches"] table { width: 98%; margin: 0 auto 20px auto; } -/* remove Peer list header */ +/* remove header from peer list, download list and snatch list*/ -div[id^="peers"]>h4 { +div[id^="peers"]>h4, +div[id^="downloads"]>h4, +div[id^="snatches"]>h4{ display: none; }