Skip to content

Commit

Permalink
Minor CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Nov 2, 2014
1 parent 368effd commit 85e0233
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/jquery.rateyo.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
.jq-ry-container {
position: relative;
padding: 0px;
line-height: 0px;
padding: 0 5px;
line-height: 0;
display: block;
padding-right: 5px;
padding-left: 5px;
}
.jq-ry-container > .jq-ry-group-wrapper {
position: relative;
Expand All @@ -13,7 +11,7 @@
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
position: relative;
line-height: 0px;
line-height: 0;
z-index: 10;
white-space: nowrap;
}
Expand All @@ -24,10 +22,10 @@
width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
width: 0%;
width: 0;
z-index: 11;
position: absolute;
top: 0px;
left: 0px;
top: 0;
left: 0;
overflow: hidden;
}

0 comments on commit 85e0233

Please sign in to comment.