Active
Project:
CSS Injector
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 19:27 UTC
Updated:
7 Nov 2011 at 09:05 UTC
Hello, i fing some bug.
At first, small bug. When you want delete CSS rule without anything in css box, it is make error.
And second.
I made video.
http://www.youtube.com/watch?v=55gRPp82X_A,
Hare you can see bug. It is new installed D7 with CSS injector. Rule in CSS is about images. And how you can see, even I forbiden load CSS rule on node/*/edit. It will load after I make something in node edit.
Here is our css code
.field-name-field-gallery img {
display: block;
margin: 0;
}
.field-name-field-gallery {
float: right;
clear: right;
padding-left: 10px;
}
.field-name-field-gallery {
width: 320px;
}
.field-name-field-gallery img {
float: left;
padding: 10px 10px 0 0;
}
.field-name-field-gallery .field-item:nth-child(3n-2) img {
padding-right: 9px;
}
.field-name-field-gallery .field-item:nth-child(3n+3) img {
padding-right: 0;
}
Comments
Comment #1
Nnet commentedBad assing... Sorry first time report from my side.
Comment #2
onco_p53 commentedTry turning off CSS preprocessing, buy unticking the box that says "Preprocess CSS" right at the bottom of the CSS injector rule.Sorry ignore that replied to wrong thread.