Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-problem-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-praise-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-praise-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-suggestion-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-suggestion-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-problem-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-question-off.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-tag-question-on.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-button-hov.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -607,13 +607,8 @@ |
608 | 608 | margin: 0 0 0 10px; |
609 | 609 | line-height: 28px; |
610 | 610 | height: 28px; |
611 | | - padding: 0 8px; |
612 | | - background: #e6e6e6; |
613 | | - border: 1px solid #d6d6d6; |
614 | | - -moz-border-radius: 8px; |
615 | | - -webkit-border-radius: 8px; |
616 | | - border-radius: 8px; /* future proofing */ |
617 | | - -khtml-border-radius: 8px; /* for old Konqueror browsers */ |
| 611 | + padding: 1px 9px; |
| 612 | + |
618 | 613 | position: relative; |
619 | 614 | } |
620 | 615 | |
— | — | @@ -622,9 +617,15 @@ |
623 | 618 | } |
624 | 619 | |
625 | 620 | .articleFeedbackv5-tags ul li:hover, .articleFeedbackv5-tags ul li.active { |
| 621 | + padding: 0 8px; |
626 | 622 | background: #fff; |
627 | 623 | border-color: #ccc; |
628 | 624 | color: #000; |
| 625 | + border: 1px solid #d6d6d6; |
| 626 | + -moz-border-radius: 8px; |
| 627 | + -webkit-border-radius: 8px; |
| 628 | + border-radius: 8px; /* future proofing */ |
| 629 | + -khtml-border-radius: 8px; /* for old Konqueror browsers */ |
629 | 630 | } |
630 | 631 | |
631 | 632 | .articleFeedbackv5-tags ul li.active .tag-selector { |
— | — | @@ -651,22 +652,22 @@ |
652 | 653 | } |
653 | 654 | |
654 | 655 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-suggestion-label { |
655 | | - background: url(images/bg-tag-suggestion-off.png) no-repeat 0 center; |
| 656 | + background: url(images/bg-tag-suggestion-on.png) no-repeat 0 center; |
656 | 657 | } |
657 | 658 | |
658 | 659 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-question-label { |
659 | | - background: url(images/bg-tag-question-off.png) no-repeat 0 center; |
| 660 | + background: url(images/bg-tag-question-on.png) no-repeat 0 center; |
660 | 661 | } |
661 | 662 | |
662 | 663 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-problem-label { |
663 | | - background: url(images/bg-tag-problem-off.png) no-repeat 0 center; |
| 664 | + background: url(images/bg-tag-problem-on.png) no-repeat 0 center; |
664 | 665 | } |
665 | 666 | |
666 | 667 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-praise-label { |
667 | | - background: url(images/bg-tag-praise-off.png) no-repeat 0 center; |
| 668 | + background: url(images/bg-tag-praise-on.png) no-repeat 0 center; |
668 | 669 | } |
669 | 670 | |
670 | | -.articleFeedbackv5-tags ul li:hover .articleFeedbackv5-bucket2-suggestion-label, |
| 671 | +/*.articleFeedbackv5-tags ul li:hover .articleFeedbackv5-bucket2-suggestion-label, |
671 | 672 | .articleFeedbackv5-tags ul li.active .articleFeedbackv5-bucket2-suggestion-label { |
672 | 673 | background: url(images/bg-tag-suggestion-on.png) no-repeat 0 center; |
673 | 674 | } |
— | — | @@ -684,7 +685,7 @@ |
685 | 686 | .articleFeedbackv5-tags ul li:hover .articleFeedbackv5-bucket2-praise-label, |
686 | 687 | .articleFeedbackv5-tags ul li.active .articleFeedbackv5-bucket2-praise-label { |
687 | 688 | background: url(images/bg-tag-praise-on.png) no-repeat 0 center; |
688 | | -} |
| 689 | +}*/ |
689 | 690 | |
690 | 691 | /*** Option 3 ***/ |
691 | 692 | .articleFeedbackv5-rating-new .articleFeedbackv5-rating-label { |