Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | @media print { |
13 | 13 | .articleFeedbackv5 { |
14 | | - display:none; |
| 14 | + display: none; |
15 | 15 | } |
16 | 16 | } |
17 | 17 | |
— | — | @@ -479,11 +479,13 @@ |
480 | 480 | } |
481 | 481 | |
482 | 482 | .articleFeedbackv5-tooltip .tooltip-top { |
| 483 | + /* @embed */ |
483 | 484 | background: url(images/bg-tooltip-top.png); |
484 | 485 | height: 11px; |
485 | 486 | } |
486 | 487 | |
487 | 488 | .articleFeedbackv5-tooltip .tooltip-repeat { |
| 489 | + /* @embed */ |
488 | 490 | background: url(images/bg-tooltip.png) repeat-y; |
489 | 491 | padding: 0 20px 1px; |
490 | 492 | margin: 0; |
— | — | @@ -504,6 +506,7 @@ |
505 | 507 | } |
506 | 508 | |
507 | 509 | .articleFeedbackv5-tooltip .tooltip-bottom { |
| 510 | + /* @embed */ |
508 | 511 | background: url(images/bg-tooltip-bottom.png); |
509 | 512 | height: 26px; |
510 | 513 | } |
— | — | @@ -512,6 +515,7 @@ |
513 | 516 | display: block; |
514 | 517 | height: 27px; |
515 | 518 | width: 26px; |
| 519 | + /* @embed */ |
516 | 520 | background: url(images/bg-tooltip-trigger.png) no-repeat; |
517 | 521 | float: right; |
518 | 522 | position: relative; |
— | — | @@ -519,6 +523,7 @@ |
520 | 524 | } |
521 | 525 | |
522 | 526 | .articleFeedbackv5-tooltip-trigger:hover { |
| 527 | + /* @embed */ |
523 | 528 | background: url(images/bg-tooltip-trigger-hov.png) no-repeat; |
524 | 529 | cursor: pointer; |
525 | 530 | text-decoration: none; |
— | — | @@ -558,6 +563,7 @@ |
559 | 564 | text-align: center; |
560 | 565 | color: #333; |
561 | 566 | font-weight: bold; |
| 567 | + /* @embed */ |
562 | 568 | background: url(images/bg-button-disable.png) repeat-x; |
563 | 569 | -moz-border-radius: 3px; |
564 | 570 | -webkit-border-radius: 3px; |
— | — | @@ -569,6 +575,7 @@ |
570 | 576 | } |
571 | 577 | |
572 | 578 | .articleFeedbackv5-ui .buttons .articleFeedbackv5-button-placeholder:hover { |
| 579 | + /* @embed */ |
573 | 580 | background: url(images/bg-button-hov.png) repeat-x; |
574 | 581 | cursor: pointer; |
575 | 582 | color: #333; |
— | — | @@ -576,6 +583,7 @@ |
577 | 584 | |
578 | 585 | .articleFeedbackv5-ui .buttons .articleFeedbackv5-button-placeholder-active, |
579 | 586 | .articleFeedbackv5-ui .buttons .articleFeedbackv5-button-placeholder-active:hover { |
| 587 | + /* @embed */ |
580 | 588 | background: url(images/bg-button.png) repeat-x; |
581 | 589 | color: #fff; |
582 | 590 | } |
— | — | @@ -614,6 +622,7 @@ |
615 | 623 | width: auto; |
616 | 624 | text-align: center; |
617 | 625 | padding: 0 10px; |
| 626 | + /* @embed */ |
618 | 627 | background: url(images/bg-submit.png) repeat-x !important; |
619 | 628 | margin: 10px 30px 0 0 !important; |
620 | 629 | border: none !important; |
— | — | @@ -642,6 +651,7 @@ |
643 | 652 | color: #fff; |
644 | 653 | /*text-shadow: 1px 1px 1px #000;*/ |
645 | 654 | padding: 1px 30px 0 0; |
| 655 | + /* @embed */ |
646 | 656 | background: url(images/bg-submit-icon.png) right center no-repeat; |
647 | 657 | } |
648 | 658 | |
— | — | @@ -680,6 +690,7 @@ |
681 | 691 | |
682 | 692 | .articleFeedbackv5-tags ul li.active .tag-selector { |
683 | 693 | position: absolute; |
| 694 | + /* @embed */ |
684 | 695 | background: url(images/bg-tag-active.png) no-repeat center bottom; |
685 | 696 | display: block; |
686 | 697 | width: 15px; |
— | — | @@ -703,18 +714,22 @@ |
704 | 715 | } |
705 | 716 | |
706 | 717 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-suggestion-label { |
| 718 | + /* @embed */ |
707 | 719 | background: url(images/bg-tag-suggestion-on.png) no-repeat 0 center; |
708 | 720 | } |
709 | 721 | |
710 | 722 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-question-label { |
| 723 | + /* @embed */ |
711 | 724 | background: url(images/bg-tag-question-on.png) no-repeat 0 center; |
712 | 725 | } |
713 | 726 | |
714 | 727 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-problem-label { |
| 728 | + /* @embed */ |
715 | 729 | background: url(images/bg-tag-problem-on.png) no-repeat 0 center; |
716 | 730 | } |
717 | 731 | |
718 | 732 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-praise-label { |
| 733 | + /* @embed */ |
719 | 734 | background: url(images/bg-tag-praise-on.png) no-repeat 0 center; |
720 | 735 | } |
721 | 736 | |
— | — | @@ -740,10 +755,12 @@ |
741 | 756 | |
742 | 757 | /*** Option 3 ***/ |
743 | 758 | .articleFeedbackv5-rating-new .articleFeedbackv5-rating-label { |
| 759 | + /* @embed */ |
744 | 760 | background: url(images/bg-rating-off.png) no-repeat; |
745 | 761 | } |
746 | 762 | |
747 | 763 | .articleFeedbackv5-rating-new .articleFeedbackv5-rating-label.active { |
| 764 | + /* @embed */ |
748 | 765 | background: url(images/bg-rating-on.png) no-repeat; |
749 | 766 | } |
750 | 767 | |
— | — | @@ -785,9 +802,11 @@ |
786 | 803 | text-indent: -90000px; |
787 | 804 | width: 23px; |
788 | 805 | height: 22px; |
| 806 | + /* @embed */ |
789 | 807 | background: url(images/bg-close-off.png) no-repeat !important; |
790 | 808 | } |
791 | 809 | body .ui-dialog .ui-icon-closethick:hover { |
| 810 | + /* @embed */ |
792 | 811 | background: url(images/bg-close-hov.png) no-repeat !important; |
793 | 812 | border: none !important; |
794 | 813 | } |
— | — | @@ -826,6 +845,7 @@ |
827 | 846 | padding: 0 0 0 24px; |
828 | 847 | margin: 0 9px 0 0; |
829 | 848 | height: 25px; |
| 849 | + /* @embed */ |
830 | 850 | background: url(images/bg-confirmation-thanks.png) 0 center no-repeat; |
831 | 851 | } |
832 | 852 | .articleFeedbackv5-confirmation-panel .articleFeedbackv5-panel-leftContent .articleFeedbackv5-confirmation-learnHow { |
— | — | @@ -837,6 +857,7 @@ |
838 | 858 | width: auto; |
839 | 859 | text-align: center; |
840 | 860 | padding: 0 10px; |
| 861 | + /* @embed */ |
841 | 862 | background: url(images/bg-submit.png) repeat-x !important; |
842 | 863 | margin: 10px 30px 0 0 !important; |
843 | 864 | border: none !important; |
— | — | @@ -866,6 +887,7 @@ |
867 | 888 | /*text-shadow: 1px 1px 1px #000;*/ |
868 | 889 | padding: 1px 30px 0 0; |
869 | 890 | margin: 8px 0 0; |
| 891 | + /* @embed */ |
870 | 892 | background: url(images/bg-submit-icon.png) right center no-repeat; |
871 | 893 | } |
872 | 894 | |
— | — | @@ -910,6 +932,7 @@ |
911 | 933 | display: block; |
912 | 934 | height: 27px; |
913 | 935 | width: 26px; |
| 936 | + /* @embed */ |
914 | 937 | background: url(images/bg-close-off.png) no-repeat !important; |
915 | 938 | float: right; |
916 | 939 | position: relative; |
— | — | @@ -918,8 +941,8 @@ |
919 | 942 | } |
920 | 943 | |
921 | 944 | .articleFeedbackv5-clear-trigger:hover { |
| 945 | + /* @embed */ |
922 | 946 | background: url(images/bg-close-hov.png) no-repeat !important; |
923 | 947 | cursor: pointer; |
924 | 948 | text-decoration: none; |
925 | 949 | } |
926 | | - |