Changeset 1497916
- Timestamp:
- 09/19/2016 05:41:41 AM (10 years ago)
- Location:
- idea-board/trunk
- Files:
-
- 4 edited
-
assets/css/idea-board.css (modified) (14 diffs)
-
idea-board.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
views/skin/board/basic/single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
idea-board/trunk/assets/css/idea-board.css
r1497894 r1497916 531 531 } 532 532 533 #idea-board -comments {533 #idea-board #idea-board-comments { 534 534 font-size: .8rem; 535 535 overflow: hidden; … … 537 537 } 538 538 539 #idea-board -comments .idea-board-comments-title {539 #idea-board #idea-board-comments .idea-board-comments-title { 540 540 font-size: 1rem; 541 541 } 542 542 543 #idea-board -comments textarea:focus {543 #idea-board #idea-board-comments textarea:focus { 544 544 background: #fff; 545 545 } 546 546 547 #idea-board -comments,548 #idea-board -comments.idea-board-comments-area {547 #idea-board #idea-board-comments, 548 #idea-board #idea-board-comments.idea-board-comments-area { 549 549 width: 100%; 550 550 max-width: inherit; 551 551 } 552 552 553 #idea-board -comments .idea-board-comment-list {553 #idea-board #idea-board-comments .idea-board-comment-list { 554 554 width: 100%; 555 555 clear: both; … … 558 558 } 559 559 560 #idea-board -comments .idea-board-comment-list li {560 #idea-board #idea-board-comments .idea-board-comment-list li { 561 561 margin-left: 0; 562 562 } 563 563 564 #idea-board -comments .idea-board-comment-list li li {564 #idea-board #idea-board-comments .idea-board-comment-list li li { 565 565 margin-left: 20px; 566 566 } 567 567 568 #idea-board -comments .idea-board-comment-list li.idea-board-comment-body {568 #idea-board #idea-board-comments .idea-board-comment-list li.idea-board-comment-body { 569 569 list-style: none; 570 570 padding: 10px; … … 575 575 } 576 576 577 #idea-board -comments .idea-board-comment-list li.idea-board-comment-body a {577 #idea-board #idea-board-comments .idea-board-comment-list li.idea-board-comment-body a { 578 578 float: right; 579 579 margin-left: 5px; … … 588 588 } 589 589 590 #idea-board -comments .idea-board-comment-list li .idea-board-comment-user-avatar {590 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-user-avatar { 591 591 width: 30px; 592 592 height: 30px; … … 595 595 } 596 596 597 #idea-board -comments .idea-board-comment-list li .idea-board-comment-user-avatar img {597 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-user-avatar img { 598 598 width: 100%; 599 599 height: 100%; 600 600 } 601 601 602 #idea-board -comments .idea-board-comment-list li .idea-board-comment-author,603 #idea-board -comments .idea-board-comment-list li .idea-board-comment-date {602 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-author, 603 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-date { 604 604 display: inline-block; 605 605 } 606 606 607 #idea-board -comments .idea-board-comment-list li .idea-board-comment-author,608 #idea-board -comments .idea-board-comment-list li .idea-board-comment-content {607 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-author, 608 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-content { 609 609 padding-left: 40px; 610 610 } 611 611 612 #idea-board -comments .idea-board-comment-list li .idea-board-comment-author {612 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-author { 613 613 margin-right: 5px; 614 614 } 615 615 616 #idea-board -comments .idea-board-comment-list li .idea-board-comment-content {616 #idea-board #idea-board-comments .idea-board-comment-list li .idea-board-comment-content { 617 617 display: block; 618 618 padding-top: 10px; 619 619 } 620 620 621 #idea-board -comments .comment-reply-title {621 #idea-board #idea-board-comments .comment-reply-title { 622 622 margin: 10px 0; 623 623 padding: 10px 0; 624 624 } 625 625 626 #idea-board -comment-form {626 #idea-board #idea-board-comment-form { 627 627 float: left; 628 628 width: 100%; 629 629 padding-bottom: 10px; 630 margin -top: 10px;631 } 632 633 #idea-board -comment-form .form-submit input[type="submit"] {630 margin: 10px 0 0; 631 } 632 633 #idea-board #idea-board-comment-form .form-submit input[type="submit"] { 634 634 margin-right: 0; 635 635 } 636 636 637 #idea-board -comment-form h3 {637 #idea-board #idea-board-comment-form h3 { 638 638 margin-bottom: 10px; 639 639 border-bottom: 1px solid #dedede; … … 641 641 } 642 642 643 #idea-board -comment-form .comment-form-author,644 #idea-board -comment-form .comment-form-email,645 #idea-board -comment-form .comment-form-url,646 #idea-board -comment-form .comment-form-password {643 #idea-board #idea-board-comment-form .comment-form-author, 644 #idea-board #idea-board-comment-form .comment-form-url, 645 #idea-board #idea-board-comment-form .comment-form-email, 646 #idea-board #idea-board-comment-form .comment-form-password { 647 647 display: inline-block; 648 648 width: 50%; … … 651 651 } 652 652 653 #idea-board-comment-form .comment-form-url label, 654 #idea-board-comment-form .comment-form-author label, 655 #idea-board-comment-form .comment-form-email label, 656 #idea-board-comment-form .comment-form-password label, 657 #idea-board-comment-form .comment-form-author input, 658 #idea-board-comment-form .comment-form-email input, 659 #idea-board-comment-form .comment-form-url input, 660 #idea-board-comment-form .comment-form-password input { 653 #idea-board #idea-board-comment-form p label, 654 #idea-board #idea-board-comment-form p input[type="text"], 655 #idea-board #idea-board-comment-form p input[type="password"] { 661 656 float: left; 662 657 line-height: 22px; … … 667 662 } 668 663 669 #idea-board-comment-form .comment-form-comment { 670 overflow: hidden; 671 } 672 673 #idea-board-comment-form .comment-form-url input, 674 #idea-board-comment-form .comment-form-author input, 675 #idea-board-comment-form .comment-form-email input, 676 #idea-board-comment-form .comment-form-password input, 677 #idea-board-comment-form .comment-form-comment textarea { 664 #idea-board #idea-board-comment-form .comment-form-comment { 665 overflow: hidden; 666 } 667 668 #idea-board #idea-board-comment-form p input[type="text"], 669 #idea-board #idea-board-comment-form p input[type="password"], 670 #idea-board #idea-board-comment-form textarea { 678 671 border: 1px solid #dedede; 679 672 width: 98%; 680 673 padding: 5px 10px; 681 674 background: #fbfbfc; 682 } 683 684 #idea-board-comment-form .comment-form-email input, 685 #idea-board-comment-form .comment-form-password input { 686 width: 100%; 687 } 688 689 #idea-board-comment-form .comment-form-comment textarea { 675 box-sizing: border-box; 676 } 677 678 #idea-board #idea-board-comment-form p.comment-form-email input, 679 #idea-board #idea-board-comment-form p.comment-form-password input { 680 width: 100%; 681 } 682 683 #idea-board #idea-board-comment-form textarea { 690 684 width: 100%; 691 685 height: 100px; … … 693 687 } 694 688 695 #idea-board-comment-form .comment-form-url input { 696 } 697 698 #idea-board-comment-form .comment-form-url input:focus, 699 #idea-board-comment-form .comment-form-author input:focus, 700 #idea-board-comment-form .comment-form-email input:focus, 701 #idea-board-comment-form .comment-form-comment textarea:focus { 689 #idea-board #idea-board-comment-form p input[type="text"]:focus, 690 #idea-board #idea-board-comment-form p input[type="password"]:focus, 691 #idea-board #idea-board-comment-form textarea:focus { 702 692 background: #fff; 703 693 } 704 694 705 #idea-board-comment-form .comment-form-url label, 706 #idea-board-comment-form .comment-form-author label, 707 #idea-board-comment-form .comment-form-email label, 708 #idea-board-comment-form .comment-form-comment label, 709 #idea-board-comment-form .comment-form-password label { 695 #idea-board #idea-board-comment-form p label { 710 696 width: 86px; 711 697 font-weight: bold; … … 713 699 } 714 700 715 #idea-board -comment-form .comment-form-comment label,716 #idea-board -comment-form .comment-form-author label {701 #idea-board #idea-board-comment-form .comment-form-comment label, 702 #idea-board #idea-board-comment-form .comment-form-author label { 717 703 margin-left: 0; 718 704 } 719 705 720 #idea-board -comment-form label.error {706 #idea-board #idea-board-comment-form label.error { 721 707 display: block; 722 708 margin-left: 0; … … 724 710 } 725 711 726 #idea-board -comment-form .logged-in-as {712 #idea-board #idea-board-comment-form .logged-in-as { 727 713 text-align: right; 728 714 margin-bottom: 10px; 729 715 } 730 716 731 #idea-board -comment-form .comment-notes {717 #idea-board #idea-board-comment-form .comment-notes { 732 718 line-height: 2; 733 719 font-weight: bold; 734 720 } 735 721 736 #idea-board -comment-form .comment-form-comment {722 #idea-board #idea-board-comment-form .comment-form-comment { 737 723 clear: both; 738 724 margin-bottom: 10px; 739 725 } 740 726 741 #idea-board -comment-form .comment-form-comment label {727 #idea-board #idea-board-comment-form .comment-form-comment label { 742 728 vertical-align: top; 743 729 line-height: 30px; … … 751 737 } 752 738 753 #idea-board -comment-form .form-submit {739 #idea-board #idea-board-comment-form .form-submit { 754 740 text-align: right; 755 741 } … … 763 749 margin: 10px 0; 764 750 } 751 752 #idea-board .idea-board-article { 753 margin: 0; 754 } 755 756 #idea-board #respond { 757 margin: 0; 758 } -
idea-board/trunk/idea-board.php
r1497903 r1497916 4 4 Plugin URI: http://www.ideapeople.co.kr 5 5 Description: This plugin helps you to add simply a forum for WordPress 6 Version: 0.2.7 6 Version: 0.2.7.1 7 7 Author: ideapeople 8 8 Author URI: http://www.ideapeople.co.kr -
idea-board/trunk/readme.txt
r1497903 r1497916 75 75 == Changelog == 76 76 77 = 0.2.7.1 = 78 * css bug fix 79 77 80 = 0.2.7 = 78 81 * bug fix -
idea-board/trunk/views/skin/board/basic/single.php
r1497894 r1497916 20 20 21 21 ?> 22 <article id="#idea-board-post-<?php echo $ID; ?>" >22 <article id="#idea-board-post-<?php echo $ID; ?>" class="idea-board-article"> 23 23 <header class="idea-board-entry-header"> 24 24 <h2><?php echo $title; ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.