Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php |
— | — | @@ -70,19 +70,19 @@ |
71 | 71 | 'articlefeedbackv5-bucket2-question-label' => 'Question', |
72 | 72 | 'articlefeedbackv5-bucket2-problem-label' => 'Problem', |
73 | 73 | 'articlefeedbackv5-bucket2-praise-label' => 'Praise', |
74 | | - 'articlefeedbackv5-bucket2-suggestion-comment-default' => 'Make a suggestion. How can this article be improved?', |
| 74 | + 'articlefeedbackv5-bucket2-suggestion-comment-default' => 'Make a suggestion! How can this article be improved?', |
75 | 75 | 'articlefeedbackv5-bucket2-question-comment-default' => 'Ask a question about this article.', |
76 | | - 'articlefeedbackv5-bucket2-problem-comment-default' => 'Report a problem. How can this article be improved?', |
77 | | - 'articlefeedbackv5-bucket2-praise-comment-default' => 'What do you like most? Share your praise with the editors', |
| 76 | + 'articlefeedbackv5-bucket2-problem-comment-default' => 'Report a problem! How can this article be improved?', |
| 77 | + 'articlefeedbackv5-bucket2-praise-comment-default' => 'What do you like most? Share your praise with the editors.', |
78 | 78 | 'articlefeedbackv5-bucket2-form-submit' => 'Post your feedback', |
79 | 79 | /* Option 3 (single rating) */ |
80 | 80 | 'articlefeedbackv5-bucket3-title' => 'Help improve this article', |
81 | | - 'articlefeedbackv5-bucket3-rating-question' => 'How would you rate it, overall?', |
82 | | - 'articlefeedbackv5-bucket3-rating-tooltip-1' => 'Bad', |
83 | | - 'articlefeedbackv5-bucket3-rating-tooltip-2' => 'Poor', |
| 81 | + 'articlefeedbackv5-bucket3-rating-question' => 'Is this article helpful?', |
| 82 | + 'articlefeedbackv5-bucket3-rating-tooltip-1' => 'Not helpful at all', |
| 83 | + 'articlefeedbackv5-bucket3-rating-tooltip-2' => 'Not Very Helpful', |
84 | 84 | 'articlefeedbackv5-bucket3-rating-tooltip-3' => 'Average', |
85 | | - 'articlefeedbackv5-bucket3-rating-tooltip-4' => 'Good', |
86 | | - 'articlefeedbackv5-bucket3-rating-tooltip-5' => 'Very good', |
| 85 | + 'articlefeedbackv5-bucket3-rating-tooltip-4' => 'Helpful', |
| 86 | + 'articlefeedbackv5-bucket3-rating-tooltip-5' => 'Very helpful', |
87 | 87 | 'articlefeedbackv5-bucket3-clear-rating' => 'Remove this rating', |
88 | 88 | 'articlefeedbackv5-bucket3-comment-default' => 'Add a comment. How can this article be improved?', |
89 | 89 | 'articlefeedbackv5-bucket3-form-submit' => 'Post your feedback', |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -466,6 +466,7 @@ |
467 | 467 | .articleFeedbackv5-panel h2 { |
468 | 468 | float: left; |
469 | 469 | border: none; |
| 470 | + font-weight: bold; |
470 | 471 | } |
471 | 472 | .articleFeedbackv5-tooltip-wrap { |
472 | 473 | float: right; |
— | — | @@ -610,9 +611,8 @@ |
611 | 612 | } |
612 | 613 | |
613 | 614 | .articleFeedbackv5-ui .articleFeedbackv5-disclosure { |
614 | | - float: right; |
615 | 615 | width: 335px; |
616 | | - margin: 18px 0 0; |
| 616 | + margin: 10px 0; |
617 | 617 | } |
618 | 618 | |
619 | 619 | .articleFeedbackv5-ui .articleFeedbackv5-disclosure p { |
— | — | @@ -621,7 +621,7 @@ |
622 | 622 | } |
623 | 623 | |
624 | 624 | .articleFeedbackv5-ui .articleFeedbackv5-submit { |
625 | | - float: left; |
| 625 | + /*float: left;*/ |
626 | 626 | height: 35px !important; |
627 | 627 | width: auto; |
628 | 628 | text-align: center; |
— | — | @@ -654,9 +654,9 @@ |
655 | 655 | text-align: center; |
656 | 656 | color: #fff; |
657 | 657 | /*text-shadow: 1px 1px 1px #000;*/ |
658 | | - padding: 1px 30px 0 0; |
| 658 | + /*padding: 1px 30px 0 0;*/ |
659 | 659 | /* @embed */ |
660 | | - background: url(images/bg-submit-icon.png) right center no-repeat; |
| 660 | + /*background: url(images/bg-submit-icon.png) right center no-repeat;*/ |
661 | 661 | } |
662 | 662 | |
663 | 663 | /*** Option 2 ***/ |