I've just finished the last exercise from Chapter 4 "Configuring CSS Injector". My Ratings field group floats above the review, not to the right as pictured in the book, making it look quite funky. Any ideas on remedies?
QUOTE
div.fieldgroup {
border: 1px solid lightgrey;
float: right;
padding: 10px 2px;
width: 200px;
font-size: .9em;
}
div.field-label-inline-first {
float: left;
}
border: 1px solid lightgrey;
float: right;
padding: 10px 2px;
width: 200px;
font-size: .9em;
}
div.field-label-inline-first {
float: left;
}













