default
3 years ago
bgstyle.less.css
3 years ago
bgstyle.wordpress.css
3 years ago
bootstrap-switch.min.css
3 years ago
fonts.css
3 years ago
jquery.rateyo.css
3 years ago
main.css
3 years ago
popupTheme.css
3 years ago
spinner.css
3 years ago
styles.css
3 years ago
jquery.rateyo.css
44 lines
| 1 | .jq-ry-container { |
| 2 | position: relative; |
| 3 | padding: 0 5px; |
| 4 | line-height: 0; |
| 5 | display: block; |
| 6 | cursor: pointer; |
| 7 | -webkit-box-sizing: content-box; |
| 8 | -moz-box-sizing: content-box; |
| 9 | box-sizing: content-box; |
| 10 | } |
| 11 | |
| 12 | .jq-ry-container[readonly="readonly"] { |
| 13 | cursor: default; |
| 14 | } |
| 15 | |
| 16 | .jq-ry-container > .jq-ry-group-wrapper { |
| 17 | position: relative; |
| 18 | width: 100%; |
| 19 | } |
| 20 | |
| 21 | .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group { |
| 22 | position: relative; |
| 23 | line-height: 0; |
| 24 | z-index: 10; |
| 25 | white-space: nowrap; |
| 26 | } |
| 27 | |
| 28 | .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg { |
| 29 | display: inline-block; |
| 30 | } |
| 31 | |
| 32 | .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group { |
| 33 | width: 100%; |
| 34 | } |
| 35 | |
| 36 | .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group { |
| 37 | width: 0; |
| 38 | z-index: 11; |
| 39 | position: absolute; |
| 40 | top: 0; |
| 41 | left: 0; |
| 42 | overflow: hidden; |
| 43 | } |
| 44 |