|
@@ -1,10 +1,10 @@
|
1
|
1
|
/* Layout (Torrents page) */
|
2
|
2
|
|
3
|
3
|
/* We're going to opt for the category icon method for now, tags_* is also available */
|
4
|
|
-.cats_dna { width: 38px; height: 38px; background: url('images/dna.png') no-repeat center center; }
|
5
|
|
-.cats_rna { width: 38px; height: 38px; background: url('images/rna.png') no-repeat center center; }
|
6
|
|
-.cats_protein { width: 38px; height: 38px; background: url('images/protein.png') no-repeat center center; }
|
7
|
|
-.cats_other { width: 38px; height: 38px; background: url('images/other.png') no-repeat center center; }
|
|
4
|
+.cats_dna { width: 38px; height: 38px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
|
|
5
|
+.cats_rna { width: 38px; height: 38px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
|
|
6
|
+.cats_protein { width: 38px; height: 38px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
|
|
7
|
+.cats_other { width: 38px; height: 38px; background: url('/static/common/caticons/other.png') no-repeat center center; }
|
8
|
8
|
/* Unused categories
|
9
|
9
|
.cats_ebooks { width: 28px; height: 28px; background: url('images/ebook.png') no-repeat center center; }
|
10
|
10
|
.cats_elearningvideos { width: 28px; height: 28px; background: url('images/elearning.png') no-repeat center center; }
|