Browse Source

layout fix of download, snatch list table on orion

pull/1/head
herbert 3 years ago
parent
commit
0d7c73b1e2
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      static/styles/orion/style.css

+ 7
- 4
static/styles/orion/style.css View File

@@ -1371,19 +1371,22 @@ span.center_poll {
background: url(images/hover-rating.png) top left repeat-x!important 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; border: 1px solid #282b2e;
box-shadow: 0 0 5px rgba(0, 0, 0, .6); 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%; width: 98%;
margin: 0 auto 20px auto; 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; display: none;
} }




Loading…
Cancel
Save