jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: bositman on 17.12.2014 14:06:20

Title: Missing } in jdownloads_fe.css [fixed in 3.2.19]
Post by: bositman on 17.12.2014 14:06:20
In the latest 3.2.18 beta, at the .search class, the brackets are not closed (in jdownloads_fe.css) causing minify/join scripts to fail after joining this css file with others
Title: Re: Missing } in jdownloads_fe.css
Post by: m.iannozzi on 18.12.2014 15:19:37
I confirm the problem
in jdownloads_fe.css is necessary close .search class at the end of file.
Title: Re: Missing } in jdownloads_fe.css
Post by: ColinM on 20.12.2014 12:52:14
Whoops!
Fixed in 3.2.19

In 3.2.18 css at end of file is:
/*  for compacted download details layout */
.jdtable td {
    padding: 0px !important;
}.search {
background-color: #DEDEDE;


The .search bit was an error so it should read
/*  for compacted download details layout */
.jdtable td {
    padding: 0px !important;
}