Explorar el Código

orion collage and table styling fix

fixed inactive pages in collages not being hidden

fixed styling on some missed tables
pull/2/head
herbert hace 3 años
padre
commit
b88a928591
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      static/styles/orion/style.css

+ 5
- 1
static/styles/orion/style.css Ver fichero

@@ -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;
}


Cargando…
Cancelar
Guardar