瀏覽代碼

orion collage and table styling fix

fixed inactive pages in collages not being hidden

fixed styling on some missed tables
pull/2/head
herbert 4 年之前
父節點
當前提交
b88a928591
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      static/styles/orion/style.css

+ 5
- 1
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, 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…
取消
儲存