News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

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
  •