View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017153 | phpList 3 application | General | public | 17-04-14 21:03 | 13-02-19 12:41 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.6 | ||||
Target Version | 3.0.7 | Fixed in Version | 3.0.7 | ||
Summary | 0017153: CSS is different when minified | ||||
Description | I noticed a slight difference in layout depending on whether css has been minified by define('USE_MINIFIED_ASSETS', true); On the Plugins page the spacing between lines is much wider when css has been minified. See the two attached screen shots. There appears to be a 10px padding on the div element with class detail when css is minified but 0px when it is not minified. <div class="detail"><span class="label">version</span><span class="value">Git - 2014-04-08</span></div> By itself this is not a big deal but there might be other differences, and this is probably not the intention. | ||||
Tags | No tags attached. | ||||
|
|
|
|
|
there seems to be an error in all.css the style: div.plugindetails > div.detail { text-align: left; width: 100%; padding: 10 10 10 10; margin: 2 5 5 5; } need the px after the numbers. Maybe the minifier script auto correct this. that why all.min.css is ok. I will fix this. |
|
I commited the change. I think you will see it fixed on next version. |
|
rev4352 |