Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -777,4 +777,10 @@ |
778 | 778 | } |
779 | 779 | .ui-dialog .ui-dialog-titlebar-close.ui-state-hover { |
780 | 780 | border: none !important; |
| 781 | +} |
| 782 | +/*** Confirmation and Call to Action ***/ |
| 783 | +.articleFeedbackv5-confirmation-panel {} |
| 784 | +.articleFeedbackv5-confirmation-panel .articleFeedbackv5-confirmation-text { |
| 785 | + float: left; |
| 786 | + width: 330px; |
781 | 787 | } |
\ No newline at end of file |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js |
— | — | @@ -1792,7 +1792,7 @@ |
1793 | 1793 | <div class="articleFeedbackv5-confirmation-panel">\ |
1794 | 1794 | <div class="articleFeedbackv5-panel-leftContent">\ |
1795 | 1795 | <div class="articleFeedbackv5-confirmation-text">\ |
1796 | | - <span class=articleFeedbackv5-confirmation-thanks">[Thanks!]</span><span class="articleFeedbackv5-confirmation-follow-up">[Your feedback has been saved.]</span>\ |
| 1796 | + <span class="articleFeedbackv5-confirmation-thanks">[Thanks!]</span><span class="articleFeedbackv5-confirmation-follow-up">[Your feedback has been saved.]</span>\ |
1797 | 1797 | </div>\ |
1798 | 1798 | <h3 class="articleFeedbackv5-confirmation-title">Did you know that you can edit this page?</h3>\ |
1799 | 1799 | <p class="articleFeedbackv5-confirmation-wikipediaWorks">[Wikipedia works because anyone can edit its articles. Go ahead, give it a try. Be bold!]</p>\ |