Closed (outdated)
Project:
Panels
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 23:28 UTC
Updated:
25 Feb 2016 at 03:25 UTC
Jump to comment: Most recent
We really like using panels, Earl. Thanks so much!
I've recently noticed that the css styles entered into "CSS CODE" on the General settings page only seem to work if they're written with a single setting each.
For example, in order for this to work correctly:
.col-first {
margin-right: 25px;
vertical-align: top;
width: 315px;
}
it seems I must break it into several styles like this:
.col-first { margin-right: 25px; }
.col-first { vertical-align: top; }
.col-first { width: 315px; }
I've also tried writing the 3 settings into a single line. But, the css in firebug only shows the first setting.
I've never noticed this before, but I haven't used the CSS CODE option very often in the past.
I have the css aggregation enabled.
Has this been reported before? I can't find any other issues about it.
Thanks!
Comments
Comment #1
japerryClosing this issue as outdated as Drupal 6 ctools is not supported. If this issue is relevant for Drupal 7, feel free to re-open and mark for Drupal 7 (or 8)