From b88a92859182224b7b17694e73357f3011a554ad Mon Sep 17 00:00:00 2001 From: herbert Date: Sun, 3 Oct 2021 17:55:50 +0200 Subject: [PATCH] orion collage and table styling fix fixed inactive pages in collages not being hidden fixed styling on some missed tables --- static/styles/orion/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index a6fea92..75b14b2 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1371,7 +1371,7 @@ span.center_poll { } 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 { +div[id^="downloads"] table, div[id^="snatches"] table, table#dnulist, #better table, #user table, table.artist_table { border: 1px solid #282b2e; box-shadow: 0 0 5px rgba(0, 0, 0, .6); } @@ -2549,6 +2549,10 @@ caption { /* collage fix from RED */ +ul.collage_images.hidden { + display: none; +} + ul.collage_images { font-size: 1em; }