star rating tweaks. closes #4806
This commit is contained in:
parent
1a084cc90e
commit
d3c1c4ec0f
File diff suppressed because one or more lines are too long
|
@ -955,7 +955,7 @@ p.demo_store {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding-right: 1em;
|
||||
//padding-right: 1em;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1809,9 +1809,15 @@ p.demo_store {
|
|||
-------------------------------------------------------------- */
|
||||
.single-product {
|
||||
.twentythirteen {
|
||||
.entry-summary {
|
||||
.entry-summary,
|
||||
#reply-title,
|
||||
#respond #commentform {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p.stars {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue