From 85e0233584bdae81e4da3d9baf0ab59f401a5ba9 Mon Sep 17 00:00:00 2001 From: Alexander Petkov Date: Sun, 2 Nov 2014 13:14:34 +0200 Subject: [PATCH] Minor CSS changes --- src/jquery.rateyo.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/jquery.rateyo.css b/src/jquery.rateyo.css index 372b352..66c72a1 100644 --- a/src/jquery.rateyo.css +++ b/src/jquery.rateyo.css @@ -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; @@ -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; } @@ -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; }