Browse Source

orion collage and table styling fix

fixed inactive pages in collages not being hidden

fixed styling on some missed tables
pull/2/head
herbert 3 years ago
parent
commit
b88a928591
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      static/styles/orion/style.css

+ 5
- 1
static/styles/orion/style.css View File

@@ -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, 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; border: 1px solid #282b2e;
box-shadow: 0 0 5px rgba(0, 0, 0, .6); box-shadow: 0 0 5px rgba(0, 0, 0, .6);
} }
@@ -2549,6 +2549,10 @@ caption {


/* collage fix from RED */ /* collage fix from RED */


ul.collage_images.hidden {
display: none;
}

ul.collage_images { ul.collage_images {
font-size: 1em; font-size: 1em;
} }


Loading…
Cancel
Save