News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Missing } in jdownloads_fe.css [fixed in 3.2.19]

Started by bositman, 17.12.2014 14:06:20

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bositman

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
  •  

m.iannozzi

I confirm the problem
in jdownloads_fe.css is necessary close .search class at the end of file.
  •  

ColinM

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;
}
Colin M
  •