Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-submit.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-submit-icon.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/images/bg-submit-icon.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css |
— | — | @@ -523,7 +523,7 @@ |
524 | 524 | color: #000; |
525 | 525 | } |
526 | 526 | .articleFeedbackv5-panel .articleFeedbackv5-disclosure { |
527 | | - float: left; |
| 527 | + float: right; |
528 | 528 | width: 335px; |
529 | 529 | margin: 10px 0 0; |
530 | 530 | } |
— | — | @@ -532,10 +532,11 @@ |
533 | 533 | font-size: 0.75em; |
534 | 534 | } |
535 | 535 | .articleFeedbackv5-panel .articleFeedbackv5-submit { |
536 | | - float: right; |
537 | | - height: 25px; |
538 | | - width: 180px; |
| 536 | + float: left; |
| 537 | + height: 30px; |
| 538 | + width: auto; |
539 | 539 | text-align: center; |
| 540 | + padding: 0 6px; |
540 | 541 | background: url(images/bg-submit-disable.png) repeat-x !important; |
541 | 542 | margin: 10px 30px 0 0 !important; |
542 | 543 | border: none !important; |
— | — | @@ -543,15 +544,24 @@ |
544 | 545 | -webkit-border-radius: 3px; |
545 | 546 | border-radius: 3px; /* future proofing */ |
546 | 547 | -khtml-border-radius: 3px; /* for old Konqueror browsers */ |
| 548 | + -moz-box-shadow: -3px 3px 3px #999; |
| 549 | + -webkit-box-shadow: -3px 3px 3px #999; |
| 550 | + box-shadow: -3px 3px 3px #999; |
547 | 551 | } |
548 | 552 | .articleFeedbackv5-panel .articleFeedbackv5-submit span { |
549 | 553 | font-size: 16px; |
550 | | - line-height: 15px; |
| 554 | + display: inline-block; |
| 555 | + height: 21px; |
551 | 556 | text-align: center; |
552 | 557 | color: #fff; |
553 | 558 | text-shadow: 1px 1px 1px #000; |
| 559 | + padding: 0 30px 0 0; |
| 560 | + background: url(images/bg-submit-icon.png) right center no-repeat; |
554 | 561 | } |
555 | 562 | /*** Option 2 ***/ |
| 563 | +.articleFeedbackv5-tags ul { |
| 564 | + margin: 0 0 10px; |
| 565 | +} |
556 | 566 | .articleFeedbackv5-tags ul li { |
557 | 567 | color: #666; |
558 | 568 | list-style: none; |
— | — | @@ -592,6 +602,9 @@ |
593 | 603 | .articleFeedbackv5-tags ul li label { |
594 | 604 | padding: 0 0 0 22px; |
595 | 605 | cursor: pointer; |
| 606 | + display: inline-block; |
| 607 | + height: 16px; |
| 608 | + line-height: 18px; |
596 | 609 | } |
597 | 610 | .articleFeedbackv5-tags ul li .articleFeedbackv5-bucket2-suggestion-label { |
598 | 611 | background: url(images/bg-tag-suggestion-off.png) no-repeat 0 center; |